HSL(68, 76%, 35%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(68,76%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(68, 76%, 35%) | color: hsl(68, 76%, 35%) | |
| HEX | #8B9D15 | color: #8B9D15 | |
| RGB | rgb(139, 157, 21) | color: rgb(139, 157, 21) | |
| CMYK | cmyk(11%, 0%, 87%, 38%) | — | |
| HSV | hsv(68, 87%, 62%) | — | |
| HWB | hwb(68 8% 38%) | color: hwb(68 8% 38%) | |
| OKLCH | oklch(0.6592 0.1476 117.77) | color: oklch(0.6592 0.1476 117.77) | |
| Lab | lab(61.36 -22.58 60.67) | color: lab(61.36 -22.58 60.67) | |
| LCH | lch(61.36 64.74 110.41) | color: lch(61.36 64.74 110.41) |
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)
#939336 — rgb(147, 147, 54)
Deuteranopia (Green-blind)
#92903E — rgb(146, 144, 62)
Tritanopia (Blue-blind)
#8C5056 — rgb(140, 80, 86)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(68, 76%, 35%);
text
color: hsl(68, 76%, 35%);
border
border: 2px solid hsl(68, 76%, 35%);
gradient light
background: linear-gradient(to right, hsl(68, 76%, 55%), hsl(68, 76%, 35%));
gradient dark
background: linear-gradient(to right, hsl(68, 76%, 35%), hsl(68, 76%, 15%))
hex
background-color: #8B9D15;
tailwind
bg-[hsl(68,76%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(68, 76%, 35%, 0.4);
css variable
--color-primary: hsl(68, 76%, 35%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(68, 76%, 35%)?
HEX: #8B9D15 | RGB: rgb(139, 157, 21) | CMYK: 11%, 0%, 87%, 38% | HSV: 68°, 87%, 62%. Copy any format from the conversion table above.
What colors go well with #8B9D15?
The complementary color is HSL(248, 76%, 35%). For a triadic harmony, use hues 68°, 188°, and 308°. For analogous combinations, try hues 38° and 98°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(68, 76%, 35%) in CSS?
As HSL: color: hsl(68, 76%, 35%); — As HEX: color: #8B9D15; — As RGB: color: rgb(139, 157, 21); — Tailwind CSS: bg-[hsl(68,76%,35%)] — CSS variable: --color-primary: hsl(68, 76%, 35%);