HSL(147, 14%, 44%)
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(147,14%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(147, 14%, 44%) | color: hsl(147, 14%, 44%) | |
| HEX | #60806F | color: #60806F | |
| RGB | rgb(96, 128, 111) | color: rgb(96, 128, 111) | |
| CMYK | cmyk(25%, 0%, 13%, 50%) | — | |
| HSV | hsv(148, 25%, 50%) | — | |
| HWB | hwb(148 38% 50%) | color: hwb(148 38% 50%) | |
| OKLCH | oklch(0.5701 0.0449 161.37) | color: oklch(0.5701 0.0449 161.37) | |
| Lab | lab(50.77 -15.16 5.55) | color: lab(50.77 -15.16 5.55) | |
| LCH | lch(50.77 16.14 159.89) | color: lch(50.77 16.14 159.89) |
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)
#6E6E73 — rgb(110, 110, 115)
Deuteranopia (Green-blind)
#6C6A74 — rgb(108, 106, 116)
Tritanopia (Blue-blind)
#627677 — rgb(98, 118, 119)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(147, 14%, 44%);
text
color: hsl(147, 14%, 44%);
border
border: 2px solid hsl(147, 14%, 44%);
gradient light
background: linear-gradient(to right, hsl(147, 14%, 64%), hsl(147, 14%, 44%));
gradient dark
background: linear-gradient(to right, hsl(147, 14%, 44%), hsl(147, 14%, 24%))
hex
background-color: #60806F;
tailwind
bg-[hsl(147,14%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(147, 14%, 44%, 0.4);
css variable
--color-primary: hsl(147, 14%, 44%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(147, 14%, 44%)?
HEX: #60806F | RGB: rgb(96, 128, 111) | CMYK: 25%, 0%, 13%, 50% | HSV: 148°, 25%, 50%. Copy any format from the conversion table above.
What colors go well with #60806F?
The complementary color is HSL(327, 14%, 44%). For a triadic harmony, use hues 147°, 267°, and 27°. For analogous combinations, try hues 117° and 177°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(147, 14%, 44%) in CSS?
As HSL: color: hsl(147, 14%, 44%); — As HEX: color: #60806F; — As RGB: color: rgb(96, 128, 111); — Tailwind CSS: bg-[hsl(147,14%,44%)] — CSS variable: --color-primary: hsl(147, 14%, 44%);