HSL(69, 30%, 37%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(69,30%,37%)]

Color Conversions

Format Value CSS Usage
HSL hsl(69, 30%, 37%) color: hsl(69, 30%, 37%)
HEX #727B42 color: #727B42
RGB rgb(114, 123, 66) color: rgb(114, 123, 66)
CMYK cmyk(7%, 0%, 46%, 52%)
HSV hsv(69, 46%, 48%)
HWB hwb(69 26% 52%) color: hwb(69 26% 52%)
OKLCH oklch(0.5616 0.0805 116.42) color: oklch(0.5616 0.0805 116.42)
Lab lab(49.66 -12.79 29.92) color: lab(49.66 -12.79 29.92)
LCH lch(49.66 32.54 113.15) color: lch(49.66 32.54 113.15)

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 4.54:1
vs Black 4.63:1

AA Normal (4.5:1)

on White: PASS ✓ 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)

#767650 — rgb(118, 118, 80)

Deuteranopia (Green-blind)

#757553 — rgb(117, 117, 83)

Tritanopia (Blue-blind)

#725B5D — rgb(114, 91, 93)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(69, 30%, 37%);

text

color: hsl(69, 30%, 37%);

border

border: 2px solid hsl(69, 30%, 37%);

gradient light

background: linear-gradient(to right, hsl(69, 30%, 57%), hsl(69, 30%, 37%));

gradient dark

background: linear-gradient(to right, hsl(69, 30%, 37%), hsl(69, 30%, 17%))

hex

background-color: #727B42;

tailwind

bg-[hsl(69,30%,37%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(69, 30%, 37%, 0.4);

css variable

--color-primary: hsl(69, 30%, 37%);

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(69, 30%, 37%)?

HEX: #727B42 | RGB: rgb(114, 123, 66) | CMYK: 7%, 0%, 46%, 52% | HSV: 69°, 46%, 48%. Copy any format from the conversion table above.

What colors go well with #727B42?

The complementary color is HSL(249, 30%, 37%). For a triadic harmony, use hues 69°, 189°, and 309°. For analogous combinations, try hues 39° and 99°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(69, 30%, 37%) in CSS?

As HSL: color: hsl(69, 30%, 37%); — As HEX: color: #727B42; — As RGB: color: rgb(114, 123, 66); — Tailwind CSS: bg-[hsl(69,30%,37%)] — CSS variable: --color-primary: hsl(69, 30%, 37%);