HSL(97, 12%, 48%)
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(97,12%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(97, 12%, 48%) | color: hsl(97, 12%, 48%) | |
| HEX | #77896C | color: #77896C | |
| RGB | rgb(119, 137, 108) | color: rgb(119, 137, 108) | |
| CMYK | cmyk(13%, 0%, 21%, 46%) | — | |
| HSV | hsv(97, 21%, 54%) | — | |
| HWB | hwb(97 43% 46%) | color: hwb(97 43% 46%) | |
| OKLCH | oklch(0.6074 0.0476 133.69) | color: oklch(0.6074 0.0476 133.69) | |
| Lab | lab(54.96 -12.2 13.43) | color: lab(54.96 -12.2 13.43) | |
| LCH | lch(54.96 18.14 132.25) | color: lch(54.96 18.14 132.25) |
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)
#7F7F73 — rgb(127, 127, 115)
Deuteranopia (Green-blind)
#7E7C75 — rgb(126, 124, 117)
Tritanopia (Blue-blind)
#78797A — rgb(120, 121, 122)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(97, 12%, 48%);
text
color: hsl(97, 12%, 48%);
border
border: 2px solid hsl(97, 12%, 48%);
gradient light
background: linear-gradient(to right, hsl(97, 12%, 68%), hsl(97, 12%, 48%));
gradient dark
background: linear-gradient(to right, hsl(97, 12%, 48%), hsl(97, 12%, 28%))
hex
background-color: #77896C;
tailwind
bg-[hsl(97,12%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(97, 12%, 48%, 0.4);
css variable
--color-primary: hsl(97, 12%, 48%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(97, 12%, 48%)?
HEX: #77896C | RGB: rgb(119, 137, 108) | CMYK: 13%, 0%, 21%, 46% | HSV: 97°, 21%, 54%. Copy any format from the conversion table above.
What colors go well with #77896C?
The complementary color is HSL(277, 12%, 48%). For a triadic harmony, use hues 97°, 217°, and 337°. For analogous combinations, try hues 67° and 127°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(97, 12%, 48%) in CSS?
As HSL: color: hsl(97, 12%, 48%); — As HEX: color: #77896C; — As RGB: color: rgb(119, 137, 108); — Tailwind CSS: bg-[hsl(97,12%,48%)] — CSS variable: --color-primary: hsl(97, 12%, 48%);