HSL(72, 79%, 30%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(72,79%,30%)]

Color Conversions

Format Value CSS Usage
HSL hsl(72, 79%, 30%) color: hsl(72, 79%, 30%)
HEX #718910 color: #718910
RGB rgb(113, 137, 16) color: rgb(113, 137, 16)
CMYK cmyk(18%, 0%, 88%, 46%)
HSV hsv(72, 88%, 54%)
HWB hwb(72 6% 46%) color: hwb(72 6% 46%)
OKLCH oklch(0.5904 0.1374 121.45) color: oklch(0.5904 0.1374 121.45)
Lab lab(53.43 -24.05 54.38) color: lab(53.43 -24.05 54.38)
LCH lch(53.43 59.46 113.86) color: lch(53.43 59.46 113.86)

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.97:1
vs Black 5.29: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)

#7B7C2D — rgb(123, 124, 45)

Deuteranopia (Green-blind)

#7A7834 — rgb(122, 120, 52)

Tritanopia (Blue-blind)

#724449 — rgb(114, 68, 73)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(72, 79%, 30%);

text

color: hsl(72, 79%, 30%);

border

border: 2px solid hsl(72, 79%, 30%);

gradient light

background: linear-gradient(to right, hsl(72, 79%, 50%), hsl(72, 79%, 30%));

gradient dark

background: linear-gradient(to right, hsl(72, 79%, 30%), hsl(72, 79%, 10%))

hex

background-color: #718910;

tailwind

bg-[hsl(72,79%,30%)]

box shadow

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

css variable

--color-primary: hsl(72, 79%, 30%);

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(72, 79%, 30%)?

HEX: #718910 | RGB: rgb(113, 137, 16) | CMYK: 18%, 0%, 88%, 46% | HSV: 72°, 88%, 54%. Copy any format from the conversion table above.

What colors go well with #718910?

The complementary color is HSL(252, 79%, 30%). For a triadic harmony, use hues 72°, 192°, and 312°. For analogous combinations, try hues 42° and 102°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(72, 79%, 30%) in CSS?

As HSL: color: hsl(72, 79%, 30%); — As HEX: color: #718910; — As RGB: color: rgb(113, 137, 16); — Tailwind CSS: bg-[hsl(72,79%,30%)] — CSS variable: --color-primary: hsl(72, 79%, 30%);