HSL(89, 20%, 44%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(89,20%,44%)]

Color Conversions

Format Value CSS Usage
HSL hsl(89, 20%, 44%) color: hsl(89, 20%, 44%)
HEX #71875A color: #71875A
RGB rgb(113, 135, 90) color: rgb(113, 135, 90)
CMYK cmyk(16%, 0%, 33%, 47%)
HSV hsv(89, 33%, 53%)
HWB hwb(89 36% 47%) color: hwb(89 36% 47%)
OKLCH oklch(0.594 0.0702 129.5) color: oklch(0.594 0.0702 129.5)
Lab lab(53.57 -16.43 21.67) color: lab(53.57 -16.43 21.67)
LCH lch(53.57 27.19 127.17) color: lch(53.57 27.19 127.17)

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

#7B7B65 — rgb(123, 123, 101)

Deuteranopia (Green-blind)

#797868 — rgb(121, 120, 104)

Tritanopia (Blue-blind)

#726D6F — rgb(114, 109, 111)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(89, 20%, 44%);

text

color: hsl(89, 20%, 44%);

border

border: 2px solid hsl(89, 20%, 44%);

gradient light

background: linear-gradient(to right, hsl(89, 20%, 64%), hsl(89, 20%, 44%));

gradient dark

background: linear-gradient(to right, hsl(89, 20%, 44%), hsl(89, 20%, 24%))

hex

background-color: #71875A;

tailwind

bg-[hsl(89,20%,44%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(89, 20%, 44%, 0.4);

css variable

--color-primary: hsl(89, 20%, 44%);

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(89, 20%, 44%)?

HEX: #71875A | RGB: rgb(113, 135, 90) | CMYK: 16%, 0%, 33%, 47% | HSV: 89°, 33%, 53%. Copy any format from the conversion table above.

What colors go well with #71875A?

The complementary color is HSL(269, 20%, 44%). For a triadic harmony, use hues 89°, 209°, and 329°. For analogous combinations, try hues 59° and 119°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(89, 20%, 44%) in CSS?

As HSL: color: hsl(89, 20%, 44%); — As HEX: color: #71875A; — As RGB: color: rgb(113, 135, 90); — Tailwind CSS: bg-[hsl(89,20%,44%)] — CSS variable: --color-primary: hsl(89, 20%, 44%);