HSL(137, 22%, 52%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(137,22%,52%)]

Color Conversions

Format Value CSS Usage
HSL hsl(137, 22%, 52%) color: hsl(137, 22%, 52%)
HEX #6AA079 color: #6AA079
RGB rgb(106, 160, 121) color: rgb(106, 160, 121)
CMYK cmyk(34%, 0%, 24%, 37%)
HSV hsv(137, 34%, 63%)
HWB hwb(137 42% 37%) color: hwb(137 42% 37%)
OKLCH oklch(0.657 0.0816 152.43) color: oklch(0.657 0.0816 152.43)
Lab lab(61.29 -26.34 14.78) color: lab(61.29 -26.34 14.78)
LCH lch(61.29 30.2 150.7) color: lch(61.29 30.2 150.7)

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

#818282 — rgb(129, 130, 130)

Deuteranopia (Green-blind)

#7E7A85 — rgb(126, 122, 133)

Tritanopia (Blue-blind)

#6D8A8C — rgb(109, 138, 140)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(137, 22%, 52%);

text

color: hsl(137, 22%, 52%);

border

border: 2px solid hsl(137, 22%, 52%);

gradient light

background: linear-gradient(to right, hsl(137, 22%, 72%), hsl(137, 22%, 52%));

gradient dark

background: linear-gradient(to right, hsl(137, 22%, 52%), hsl(137, 22%, 32%))

hex

background-color: #6AA079;

tailwind

bg-[hsl(137,22%,52%)]

box shadow

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

css variable

--color-primary: hsl(137, 22%, 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(137, 22%, 52%)?

HEX: #6AA079 | RGB: rgb(106, 160, 121) | CMYK: 34%, 0%, 24%, 37% | HSV: 137°, 34%, 63%. Copy any format from the conversion table above.

What colors go well with #6AA079?

The complementary color is HSL(317, 22%, 52%). For a triadic harmony, use hues 137°, 257°, and 17°. For analogous combinations, try hues 107° and 167°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(137, 22%, 52%) in CSS?

As HSL: color: hsl(137, 22%, 52%); — As HEX: color: #6AA079; — As RGB: color: rgb(106, 160, 121); — Tailwind CSS: bg-[hsl(137,22%,52%)] — CSS variable: --color-primary: hsl(137, 22%, 52%);