HSL(67, 56%, 26%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(67,56%,26%)]

Color Conversions

Format Value CSS Usage
HSL hsl(67, 56%, 26%) color: hsl(67, 56%, 26%)
HEX #5F671D color: #5F671D
RGB rgb(95, 103, 29) color: rgb(95, 103, 29)
CMYK cmyk(8%, 0%, 72%, 60%)
HSV hsv(66, 72%, 40%)
HWB hwb(66 11% 60%) color: hwb(66 11% 60%)
OKLCH oklch(0.4915 0.0964 115.34) color: oklch(0.4915 0.0964 115.34)
Lab lab(41.57 -13.74 38.81) color: lab(41.57 -13.74 38.81)
LCH lch(41.57 41.17 109.5) color: lch(41.57 41.17 109.5)

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 6.1:1
vs Black 3.44:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#62632F — rgb(98, 99, 47)

Deuteranopia (Green-blind)

#626133 — rgb(98, 97, 51)

Tritanopia (Blue-blind)

#5F3D40 — rgb(95, 61, 64)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(67, 56%, 26%);

text

color: hsl(67, 56%, 26%);

border

border: 2px solid hsl(67, 56%, 26%);

gradient light

background: linear-gradient(to right, hsl(67, 56%, 46%), hsl(67, 56%, 26%));

gradient dark

background: linear-gradient(to right, hsl(67, 56%, 26%), hsl(67, 56%, 6%))

hex

background-color: #5F671D;

tailwind

bg-[hsl(67,56%,26%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(67, 56%, 26%, 0.4);

css variable

--color-primary: hsl(67, 56%, 26%);

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(67, 56%, 26%)?

HEX: #5F671D | RGB: rgb(95, 103, 29) | CMYK: 8%, 0%, 72%, 60% | HSV: 66°, 72%, 40%. Copy any format from the conversion table above.

What colors go well with #5F671D?

The complementary color is HSL(247, 56%, 26%). For a triadic harmony, use hues 67°, 187°, and 307°. For analogous combinations, try hues 37° and 97°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(67, 56%, 26%) in CSS?

As HSL: color: hsl(67, 56%, 26%); — As HEX: color: #5F671D; — As RGB: color: rgb(95, 103, 29); — Tailwind CSS: bg-[hsl(67,56%,26%)] — CSS variable: --color-primary: hsl(67, 56%, 26%);