HSL(87, 77%, 37%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(87,77%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(87, 77%, 37%) | color: hsl(87, 77%, 37%) | |
| HEX | #66A716 | color: #66A716 | |
| RGB | rgb(102, 167, 22) | color: rgb(102, 167, 22) | |
| CMYK | cmyk(39%, 0%, 87%, 35%) | — | |
| HSV | hsv(87, 87%, 65%) | — | |
| HWB | hwb(87 8% 35%) | color: hwb(87 8% 35%) | |
| OKLCH | oklch(0.6592 0.1771 132.33) | color: oklch(0.6592 0.1771 132.33) | |
| Lab | lab(62.1 -42.03 60.17) | color: lab(62.1 -42.03 60.17) | |
| LCH | lch(62.1 73.4 124.94) | color: lch(62.1 73.4 124.94) |
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)
#828339 — rgb(130, 131, 57)
Deuteranopia (Green-blind)
#7E7A42 — rgb(126, 122, 66)
Tritanopia (Blue-blind)
#69555B — rgb(105, 85, 91)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(87, 77%, 37%);
text
color: hsl(87, 77%, 37%);
border
border: 2px solid hsl(87, 77%, 37%);
gradient light
background: linear-gradient(to right, hsl(87, 77%, 57%), hsl(87, 77%, 37%));
gradient dark
background: linear-gradient(to right, hsl(87, 77%, 37%), hsl(87, 77%, 17%))
hex
background-color: #66A716;
tailwind
bg-[hsl(87,77%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(87, 77%, 37%, 0.4);
css variable
--color-primary: hsl(87, 77%, 37%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(87, 77%, 37%)?
HEX: #66A716 | RGB: rgb(102, 167, 22) | CMYK: 39%, 0%, 87%, 35% | HSV: 87°, 87%, 65%. Copy any format from the conversion table above.
What colors go well with #66A716?
The complementary color is HSL(267, 77%, 37%). For a triadic harmony, use hues 87°, 207°, and 327°. For analogous combinations, try hues 57° and 117°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(87, 77%, 37%) in CSS?
As HSL: color: hsl(87, 77%, 37%); — As HEX: color: #66A716; — As RGB: color: rgb(102, 167, 22); — Tailwind CSS: bg-[hsl(87,77%,37%)] — CSS variable: --color-primary: hsl(87, 77%, 37%);