HSL(91, 19%, 38%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(91,19%,38%)]

Color Conversions

Format Value CSS Usage
HSL hsl(91, 19%, 38%) color: hsl(91, 19%, 38%)
HEX #60734E color: #60734E
RGB rgb(96, 115, 78) color: rgb(96, 115, 78)
CMYK cmyk(17%, 0%, 32%, 55%)
HSV hsv(91, 32%, 45%)
HWB hwb(91 31% 55%) color: hwb(91 31% 55%)
OKLCH oklch(0.5298 0.06 130.31) color: oklch(0.5298 0.06 130.31)
Lab lab(46.04 -14.31 18.23) color: lab(46.04 -14.31 18.23)
LCH lch(46.04 23.18 128.13) color: lch(46.04 23.18 128.13)

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 5.17:1
vs Black 4.06:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#686857 — rgb(104, 104, 87)

Deuteranopia (Green-blind)

#676659 — rgb(103, 102, 89)

Tritanopia (Blue-blind)

#615E60 — rgb(97, 94, 96)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(91, 19%, 38%);

text

color: hsl(91, 19%, 38%);

border

border: 2px solid hsl(91, 19%, 38%);

gradient light

background: linear-gradient(to right, hsl(91, 19%, 58%), hsl(91, 19%, 38%));

gradient dark

background: linear-gradient(to right, hsl(91, 19%, 38%), hsl(91, 19%, 18%))

hex

background-color: #60734E;

tailwind

bg-[hsl(91,19%,38%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(91, 19%, 38%, 0.4);

css variable

--color-primary: hsl(91, 19%, 38%);

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(91, 19%, 38%)?

HEX: #60734E | RGB: rgb(96, 115, 78) | CMYK: 17%, 0%, 32%, 55% | HSV: 91°, 32%, 45%. Copy any format from the conversion table above.

What colors go well with #60734E?

The complementary color is HSL(271, 19%, 38%). For a triadic harmony, use hues 91°, 211°, and 331°. For analogous combinations, try hues 61° and 121°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(91, 19%, 38%) in CSS?

As HSL: color: hsl(91, 19%, 38%); — As HEX: color: #60734E; — As RGB: color: rgb(96, 115, 78); — Tailwind CSS: bg-[hsl(91,19%,38%)] — CSS variable: --color-primary: hsl(91, 19%, 38%);