HSL(80, 23%, 44%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(80,23%,44%)]

Color Conversions

Format Value CSS Usage
HSL hsl(80, 23%, 44%) color: hsl(80, 23%, 44%)
HEX #798A56 color: #798A56
RGB rgb(121, 138, 86) color: rgb(121, 138, 86)
CMYK cmyk(12%, 0%, 38%, 46%)
HSV hsv(80, 38%, 54%)
HWB hwb(80 33% 46%) color: hwb(80 33% 46%)
OKLCH oklch(0.6065 0.0764 123.4) color: oklch(0.6065 0.0764 123.4)
Lab lab(54.98 -15.4 25.85) color: lab(54.98 -15.4 25.85)
LCH lch(54.98 30.09 120.78) color: lch(54.98 30.09 120.78)

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.76:1
vs Black 5.58: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)

#808163 — rgb(128, 129, 99)

Deuteranopia (Green-blind)

#7F7E66 — rgb(127, 126, 102)

Tritanopia (Blue-blind)

#7A6D6F — rgb(122, 109, 111)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(80, 23%, 44%);

text

color: hsl(80, 23%, 44%);

border

border: 2px solid hsl(80, 23%, 44%);

gradient light

background: linear-gradient(to right, hsl(80, 23%, 64%), hsl(80, 23%, 44%));

gradient dark

background: linear-gradient(to right, hsl(80, 23%, 44%), hsl(80, 23%, 24%))

hex

background-color: #798A56;

tailwind

bg-[hsl(80,23%,44%)]

box shadow

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

css variable

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

HEX: #798A56 | RGB: rgb(121, 138, 86) | CMYK: 12%, 0%, 38%, 46% | HSV: 80°, 38%, 54%. Copy any format from the conversion table above.

What colors go well with #798A56?

The complementary color is HSL(260, 23%, 44%). For a triadic harmony, use hues 80°, 200°, and 320°. For analogous combinations, try hues 50° and 110°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(80, 23%, 44%) in CSS?

As HSL: color: hsl(80, 23%, 44%); — As HEX: color: #798A56; — As RGB: color: rgb(121, 138, 86); — Tailwind CSS: bg-[hsl(80,23%,44%)] — CSS variable: --color-primary: hsl(80, 23%, 44%);