HSL(79, 15%, 52%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(79,15%,52%)]

Color Conversions

Format Value CSS Usage
HSL hsl(79, 15%, 52%) color: hsl(79, 15%, 52%)
HEX #8B9772 color: #8B9772
RGB rgb(139, 151, 114) color: rgb(139, 151, 114)
CMYK cmyk(8%, 0%, 25%, 41%)
HSV hsv(79, 25%, 59%)
HWB hwb(79 44% 41%) color: hwb(79 44% 41%)
OKLCH oklch(0.6567 0.0545 122.49) color: oklch(0.6567 0.0545 122.49)
Lab lab(60.64 -11.04 18.11) color: lab(60.64 -11.04 18.11)
LCH lch(60.64 21.21 121.37) color: lch(60.64 21.21 121.37)

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.1:1
vs Black 6.77: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)

#90907B — rgb(144, 144, 123)

Deuteranopia (Green-blind)

#908F7D — rgb(144, 143, 125)

Tritanopia (Blue-blind)

#8C8284 — rgb(140, 130, 132)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(79, 15%, 52%);

text

color: hsl(79, 15%, 52%);

border

border: 2px solid hsl(79, 15%, 52%);

gradient light

background: linear-gradient(to right, hsl(79, 15%, 72%), hsl(79, 15%, 52%));

gradient dark

background: linear-gradient(to right, hsl(79, 15%, 52%), hsl(79, 15%, 32%))

hex

background-color: #8B9772;

tailwind

bg-[hsl(79,15%,52%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(79, 15%, 52%, 0.4);

css variable

--color-primary: hsl(79, 15%, 52%);

Related Colors

Use Cases for Green

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

Frequently Asked Questions

What are all the color codes for HSL(79, 15%, 52%)?

HEX: #8B9772 | RGB: rgb(139, 151, 114) | CMYK: 8%, 0%, 25%, 41% | HSV: 79°, 25%, 59%. Copy any format from the conversion table above.

What colors go well with #8B9772?

The complementary color is HSL(259, 15%, 52%). For a triadic harmony, use hues 79°, 199°, and 319°. For analogous combinations, try hues 49° and 109°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(79, 15%, 52%) in CSS?

As HSL: color: hsl(79, 15%, 52%); — As HEX: color: #8B9772; — As RGB: color: rgb(139, 151, 114); — Tailwind CSS: bg-[hsl(79,15%,52%)] — CSS variable: --color-primary: hsl(79, 15%, 52%);