HSL(82, 33%, 40%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(82,33%,40%)]

Color Conversions

Format Value CSS Usage
HSL hsl(82, 33%, 40%) color: hsl(82, 33%, 40%)
HEX #6F8844 color: #6F8844
RGB rgb(111, 136, 68) color: rgb(111, 136, 68)
CMYK cmyk(18%, 0%, 50%, 47%)
HSV hsv(82, 50%, 53%)
HWB hwb(82 27% 47%) color: hwb(82 27% 47%)
OKLCH oklch(0.591 0.0986 125.89) color: oklch(0.591 0.0986 125.89)
Lab lab(53.39 -20.72 33.38) color: lab(53.39 -20.72 33.38)
LCH lch(53.39 39.29 121.83) color: lch(53.39 39.29 121.83)

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.98:1
vs Black 5.28: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)

#7A7A54 — rgb(122, 122, 84)

Deuteranopia (Green-blind)

#787758 — rgb(120, 119, 88)

Tritanopia (Blue-blind)

#706164 — rgb(112, 97, 100)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(82, 33%, 40%);

text

color: hsl(82, 33%, 40%);

border

border: 2px solid hsl(82, 33%, 40%);

gradient light

background: linear-gradient(to right, hsl(82, 33%, 60%), hsl(82, 33%, 40%));

gradient dark

background: linear-gradient(to right, hsl(82, 33%, 40%), hsl(82, 33%, 20%))

hex

background-color: #6F8844;

tailwind

bg-[hsl(82,33%,40%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(82, 33%, 40%, 0.4);

css variable

--color-primary: hsl(82, 33%, 40%);

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(82, 33%, 40%)?

HEX: #6F8844 | RGB: rgb(111, 136, 68) | CMYK: 18%, 0%, 50%, 47% | HSV: 82°, 50%, 53%. Copy any format from the conversion table above.

What colors go well with #6F8844?

The complementary color is HSL(262, 33%, 40%). For a triadic harmony, use hues 82°, 202°, and 322°. For analogous combinations, try hues 52° and 112°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(82, 33%, 40%) in CSS?

As HSL: color: hsl(82, 33%, 40%); — As HEX: color: #6F8844; — As RGB: color: rgb(111, 136, 68); — Tailwind CSS: bg-[hsl(82,33%,40%)] — CSS variable: --color-primary: hsl(82, 33%, 40%);