HSL(71, 36%, 35%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(71,36%,35%)]

Color Conversions

Format Value CSS Usage
HSL hsl(71, 36%, 35%) color: hsl(71, 36%, 35%)
HEX #6E7939 color: #6E7939
RGB rgb(110, 121, 57) color: rgb(110, 121, 57)
CMYK cmyk(9%, 0%, 53%, 53%)
HSV hsv(70, 53%, 47%)
HWB hwb(70 22% 53%) color: hwb(70 22% 53%)
OKLCH oklch(0.552 0.089 117.48) color: oklch(0.552 0.089 117.48)
Lab lab(48.62 -14.42 33.37) color: lab(48.62 -14.42 33.37)
LCH lch(48.62 36.35 113.37) color: lch(48.62 36.35 113.37)

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.71:1
vs Black 4.46: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)

#737348 — rgb(115, 115, 72)

Deuteranopia (Green-blind)

#72714C — rgb(114, 113, 76)

Tritanopia (Blue-blind)

#6F5557 — rgb(111, 85, 87)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(71, 36%, 35%);

text

color: hsl(71, 36%, 35%);

border

border: 2px solid hsl(71, 36%, 35%);

gradient light

background: linear-gradient(to right, hsl(71, 36%, 55%), hsl(71, 36%, 35%));

gradient dark

background: linear-gradient(to right, hsl(71, 36%, 35%), hsl(71, 36%, 15%))

hex

background-color: #6E7939;

tailwind

bg-[hsl(71,36%,35%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(71, 36%, 35%, 0.4);

css variable

--color-primary: hsl(71, 36%, 35%);

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(71, 36%, 35%)?

HEX: #6E7939 | RGB: rgb(110, 121, 57) | CMYK: 9%, 0%, 53%, 53% | HSV: 70°, 53%, 47%. Copy any format from the conversion table above.

What colors go well with #6E7939?

The complementary color is HSL(251, 36%, 35%). For a triadic harmony, use hues 71°, 191°, and 311°. For analogous combinations, try hues 41° and 101°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(71, 36%, 35%) in CSS?

As HSL: color: hsl(71, 36%, 35%); — As HEX: color: #6E7939; — As RGB: color: rgb(110, 121, 57); — Tailwind CSS: bg-[hsl(71,36%,35%)] — CSS variable: --color-primary: hsl(71, 36%, 35%);