HSL(102, 17%, 48%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(102,17%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(102, 17%, 48%) | color: hsl(102, 17%, 48%) | |
| HEX | #728F66 | color: #728F66 | |
| RGB | rgb(114, 143, 102) | color: rgb(114, 143, 102) | |
| CMYK | cmyk(20%, 0%, 29%, 44%) | — | |
| HSV | hsv(102, 29%, 56%) | — | |
| HWB | hwb(102 40% 44%) | color: hwb(102 40% 44%) | |
| OKLCH | oklch(0.6165 0.0684 136.71) | color: oklch(0.6165 0.0684 136.71) | |
| Lab | lab(56.27 -18.33 18.57) | color: lab(56.27 -18.33 18.57) | |
| LCH | lch(56.27 26.09 134.63) | color: lch(56.27 26.09 134.63) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#7F7F70 — rgb(127, 127, 112)
Deuteranopia (Green-blind)
#7D7B72 — rgb(125, 123, 114)
Tritanopia (Blue-blind)
#737879 — rgb(115, 120, 121)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(102, 17%, 48%);
text
color: hsl(102, 17%, 48%);
border
border: 2px solid hsl(102, 17%, 48%);
gradient light
background: linear-gradient(to right, hsl(102, 17%, 68%), hsl(102, 17%, 48%));
gradient dark
background: linear-gradient(to right, hsl(102, 17%, 48%), hsl(102, 17%, 28%))
hex
background-color: #728F66;
tailwind
bg-[hsl(102,17%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(102, 17%, 48%, 0.4);
css variable
--color-primary: hsl(102, 17%, 48%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(102, 17%, 48%)?
HEX: #728F66 | RGB: rgb(114, 143, 102) | CMYK: 20%, 0%, 29%, 44% | HSV: 102°, 29%, 56%. Copy any format from the conversion table above.
What colors go well with #728F66?
The complementary color is HSL(282, 17%, 48%). For a triadic harmony, use hues 102°, 222°, and 342°. For analogous combinations, try hues 72° and 132°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(102, 17%, 48%) in CSS?
As HSL: color: hsl(102, 17%, 48%); — As HEX: color: #728F66; — As RGB: color: rgb(114, 143, 102); — Tailwind CSS: bg-[hsl(102,17%,48%)] — CSS variable: --color-primary: hsl(102, 17%, 48%);