HSL(67, 12%, 55%)
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(67,12%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(67, 12%, 55%) | color: hsl(67, 12%, 55%) | |
| HEX | #979A7E | color: #979A7E | |
| RGB | rgb(151, 154, 126) | color: rgb(151, 154, 126) | |
| CMYK | cmyk(2%, 0%, 18%, 40%) | — | |
| HSV | hsv(66, 18%, 60%) | — | |
| HWB | hwb(66 49% 40%) | color: hwb(66 49% 40%) | |
| OKLCH | oklch(0.676 0.0399 112.43) | color: oklch(0.676 0.0399 112.43) | |
| Lab | lab(62.67 -6.09 14.37) | color: lab(62.67 -6.09 14.37) | |
| LCH | lch(62.67 15.61 112.97) | color: lch(62.67 15.61 112.97) |
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)
#989885 — rgb(152, 152, 133)
Deuteranopia (Green-blind)
#989886 — rgb(152, 152, 134)
Tritanopia (Blue-blind)
#978A8B — rgb(151, 138, 139)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(67, 12%, 55%);
text
color: hsl(67, 12%, 55%);
border
border: 2px solid hsl(67, 12%, 55%);
gradient light
background: linear-gradient(to right, hsl(67, 12%, 75%), hsl(67, 12%, 55%));
gradient dark
background: linear-gradient(to right, hsl(67, 12%, 55%), hsl(67, 12%, 35%))
hex
background-color: #979A7E;
tailwind
bg-[hsl(67,12%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(67, 12%, 55%, 0.4);
css variable
--color-primary: hsl(67, 12%, 55%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(67, 12%, 55%)?
HEX: #979A7E | RGB: rgb(151, 154, 126) | CMYK: 2%, 0%, 18%, 40% | HSV: 66°, 18%, 60%. Copy any format from the conversion table above.
What colors go well with #979A7E?
The complementary color is HSL(247, 12%, 55%). For a triadic harmony, use hues 67°, 187°, and 307°. For analogous combinations, try hues 37° and 97°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(67, 12%, 55%) in CSS?
As HSL: color: hsl(67, 12%, 55%); — As HEX: color: #979A7E; — As RGB: color: rgb(151, 154, 126); — Tailwind CSS: bg-[hsl(67,12%,55%)] — CSS variable: --color-primary: hsl(67, 12%, 55%);