HSL(76, 11%, 50%)
Grayish Green — Green color
Adjust Color
Color Information
Color Name
Grayish Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(76,11%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(76, 11%, 50%) | color: hsl(76, 11%, 50%) | |
| HEX | #868E71 | color: #868E71 | |
| RGB | rgb(134, 142, 113) | color: rgb(134, 142, 113) | |
| CMYK | cmyk(6%, 0%, 20%, 44%) | — | |
| HSV | hsv(77, 20%, 56%) | — | |
| HWB | hwb(77 45% 44%) | color: hwb(77 45% 44%) | |
| OKLCH | oklch(0.632 0.0429 120.16) | color: oklch(0.632 0.0429 120.16) | |
| Lab | lab(57.66 -8.27 14.51) | color: lab(57.66 -8.27 14.51) | |
| LCH | lch(57.66 16.7 119.68) | color: lch(57.66 16.7 119.68) |
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)
#898A78 — rgb(137, 138, 120)
Deuteranopia (Green-blind)
#89887A — rgb(137, 136, 122)
Tritanopia (Blue-blind)
#867E7F — rgb(134, 126, 127)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(76, 11%, 50%);
text
color: hsl(76, 11%, 50%);
border
border: 2px solid hsl(76, 11%, 50%);
gradient light
background: linear-gradient(to right, hsl(76, 11%, 70%), hsl(76, 11%, 50%));
gradient dark
background: linear-gradient(to right, hsl(76, 11%, 50%), hsl(76, 11%, 30%))
hex
background-color: #868E71;
tailwind
bg-[hsl(76,11%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(76, 11%, 50%, 0.4);
css variable
--color-primary: hsl(76, 11%, 50%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(76, 11%, 50%)?
HEX: #868E71 | RGB: rgb(134, 142, 113) | CMYK: 6%, 0%, 20%, 44% | HSV: 77°, 20%, 56%. Copy any format from the conversion table above.
What colors go well with #868E71?
The complementary color is HSL(256, 11%, 50%). For a triadic harmony, use hues 76°, 196°, and 316°. For analogous combinations, try hues 46° and 106°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(76, 11%, 50%) in CSS?
As HSL: color: hsl(76, 11%, 50%); — As HEX: color: #868E71; — As RGB: color: rgb(134, 142, 113); — Tailwind CSS: bg-[hsl(76,11%,50%)] — CSS variable: --color-primary: hsl(76, 11%, 50%);