HSL(86, 32%, 44%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(86,32%,44%)]

Color Conversions

Format Value CSS Usage
HSL hsl(86, 32%, 44%) color: hsl(86, 32%, 44%)
HEX #75944C color: #75944C
RGB rgb(117, 148, 76) color: rgb(117, 148, 76)
CMYK cmyk(21%, 0%, 49%, 42%)
HSV hsv(86, 49%, 58%)
HWB hwb(86 30% 42%) color: hwb(86 30% 42%)
OKLCH oklch(0.6259 0.1053 128.26) color: oklch(0.6259 0.1053 128.26)
Lab lab(57.54 -23.47 34.39) color: lab(57.54 -23.47 34.39)
LCH lch(57.54 41.64 124.31) color: lch(57.54 41.64 124.31)

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

#82835D — rgb(130, 131, 93)

Deuteranopia (Green-blind)

#817E62 — rgb(129, 126, 98)

Tritanopia (Blue-blind)

#776B6E — rgb(119, 107, 110)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(86, 32%, 44%);

text

color: hsl(86, 32%, 44%);

border

border: 2px solid hsl(86, 32%, 44%);

gradient light

background: linear-gradient(to right, hsl(86, 32%, 64%), hsl(86, 32%, 44%));

gradient dark

background: linear-gradient(to right, hsl(86, 32%, 44%), hsl(86, 32%, 24%))

hex

background-color: #75944C;

tailwind

bg-[hsl(86,32%,44%)]

box shadow

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

css variable

--color-primary: hsl(86, 32%, 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(86, 32%, 44%)?

HEX: #75944C | RGB: rgb(117, 148, 76) | CMYK: 21%, 0%, 49%, 42% | HSV: 86°, 49%, 58%. Copy any format from the conversion table above.

What colors go well with #75944C?

The complementary color is HSL(266, 32%, 44%). For a triadic harmony, use hues 86°, 206°, and 326°. For analogous combinations, try hues 56° and 116°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(86, 32%, 44%) in CSS?

As HSL: color: hsl(86, 32%, 44%); — As HEX: color: #75944C; — As RGB: color: rgb(117, 148, 76); — Tailwind CSS: bg-[hsl(86,32%,44%)] — CSS variable: --color-primary: hsl(86, 32%, 44%);