HSL(70, 80%, 28%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(70,80%,28%)]

Color Conversions

Format Value CSS Usage
HSL hsl(70, 80%, 28%) color: hsl(70, 80%, 28%)
HEX #6D810E color: #6D810E
RGB rgb(109, 129, 14) color: rgb(109, 129, 14)
CMYK cmyk(16%, 0%, 89%, 49%)
HSV hsv(70, 89%, 51%)
HWB hwb(70 6% 49%) color: hwb(70 6% 49%)
OKLCH oklch(0.5673 0.1305 120.16) color: oklch(0.5673 0.1305 120.16)
Lab lab(50.67 -21.82 52.4) color: lab(50.67 -21.82 52.4)
LCH lch(50.67 56.76 112.61) color: lch(50.67 56.76 112.61)

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.38:1
vs Black 4.8: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)

#76762A — rgb(118, 118, 42)

Deuteranopia (Green-blind)

#757331 — rgb(117, 115, 49)

Tritanopia (Blue-blind)

#6E4045 — rgb(110, 64, 69)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(70, 80%, 28%);

text

color: hsl(70, 80%, 28%);

border

border: 2px solid hsl(70, 80%, 28%);

gradient light

background: linear-gradient(to right, hsl(70, 80%, 48%), hsl(70, 80%, 28%));

gradient dark

background: linear-gradient(to right, hsl(70, 80%, 28%), hsl(70, 80%, 8%))

hex

background-color: #6D810E;

tailwind

bg-[hsl(70,80%,28%)]

box shadow

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

css variable

--color-primary: hsl(70, 80%, 28%);

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(70, 80%, 28%)?

HEX: #6D810E | RGB: rgb(109, 129, 14) | CMYK: 16%, 0%, 89%, 49% | HSV: 70°, 89%, 51%. Copy any format from the conversion table above.

What colors go well with #6D810E?

The complementary color is HSL(250, 80%, 28%). For a triadic harmony, use hues 70°, 190°, and 310°. For analogous combinations, try hues 40° and 100°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(70, 80%, 28%) in CSS?

As HSL: color: hsl(70, 80%, 28%); — As HEX: color: #6D810E; — As RGB: color: rgb(109, 129, 14); — Tailwind CSS: bg-[hsl(70,80%,28%)] — CSS variable: --color-primary: hsl(70, 80%, 28%);