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

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 3.76:1
vs Black 5.58:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

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

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

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

Success states Eco/nature brands Finance apps Health apps Confirm buttons

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%);