HSL(85, 60%, 42%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(85,60%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(85, 60%, 42%) | color: hsl(85, 60%, 42%) | |
| HEX | #76AB2B | color: #76AB2B | |
| RGB | rgb(118, 171, 43) | color: rgb(118, 171, 43) | |
| CMYK | cmyk(31%, 0%, 75%, 33%) | — | |
| HSV | hsv(85, 75%, 67%) | — | |
| HWB | hwb(85 17% 33%) | color: hwb(85 17% 33%) | |
| OKLCH | oklch(0.6797 0.1639 129.84) | color: oklch(0.6797 0.1639 129.84) | |
| Lab | lab(64.28 -36.88 56.44) | color: lab(64.28 -36.88 56.44) | |
| LCH | lch(64.28 67.42 123.16) | color: lch(64.28 67.42 123.16) |
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)
#8D8D4A — rgb(141, 141, 74)
Deuteranopia (Green-blind)
#8A8651 — rgb(138, 134, 81)
Tritanopia (Blue-blind)
#796268 — rgb(121, 98, 104)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(85, 60%, 42%);
text
color: hsl(85, 60%, 42%);
border
border: 2px solid hsl(85, 60%, 42%);
gradient light
background: linear-gradient(to right, hsl(85, 60%, 62%), hsl(85, 60%, 42%));
gradient dark
background: linear-gradient(to right, hsl(85, 60%, 42%), hsl(85, 60%, 22%))
hex
background-color: #76AB2B;
tailwind
bg-[hsl(85,60%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(85, 60%, 42%, 0.4);
css variable
--color-primary: hsl(85, 60%, 42%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(85, 60%, 42%)?
HEX: #76AB2B | RGB: rgb(118, 171, 43) | CMYK: 31%, 0%, 75%, 33% | HSV: 85°, 75%, 67%. Copy any format from the conversion table above.
What colors go well with #76AB2B?
The complementary color is HSL(265, 60%, 42%). For a triadic harmony, use hues 85°, 205°, and 325°. For analogous combinations, try hues 55° and 115°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(85, 60%, 42%) in CSS?
As HSL: color: hsl(85, 60%, 42%); — As HEX: color: #76AB2B; — As RGB: color: rgb(118, 171, 43); — Tailwind CSS: bg-[hsl(85,60%,42%)] — CSS variable: --color-primary: hsl(85, 60%, 42%);