HSL(67, 56%, 6%)

Very Dark Green — Green color

Adjust Color

Color Information

Color Name

Very Dark Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(67, 56%, 6%) color: hsl(67, 56%, 6%)
HEX #161807 color: #161807
RGB rgb(22, 24, 7) color: rgb(22, 24, 7)
CMYK cmyk(8%, 0%, 71%, 91%)
HSV hsv(67, 71%, 9%)
HWB hwb(67 3% 91%) color: hwb(67 3% 91%)
OKLCH oklch(0.2016 0.0309 114.64) color: oklch(0.2016 0.0309 114.64)
Lab lab(7.58 -4.17 8.4) color: lab(7.58 -4.17 8.4)
LCH lch(7.58 9.38 116.4) color: lch(7.58 9.38 116.4)

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 17.98:1
vs Black 1.17:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#17170B — rgb(23, 23, 11)

Deuteranopia (Green-blind)

#17170C — rgb(23, 23, 12)

Tritanopia (Blue-blind)

#160E0F — rgb(22, 14, 15)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #161807;

tailwind

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

box shadow

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

css variable

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

Related Colors

Use Cases for Very Dark 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%, 6%)?

HEX: #161807 | RGB: rgb(22, 24, 7) | CMYK: 8%, 0%, 71%, 91% | HSV: 67°, 71%, 9%. Copy any format from the conversion table above.

What colors go well with #161807?

The complementary color is HSL(247, 56%, 6%). 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%, 6%) in CSS?

As HSL: color: hsl(67, 56%, 6%); — As HEX: color: #161807; — As RGB: color: rgb(22, 24, 7); — Tailwind CSS: bg-[hsl(67,56%,6%)] — CSS variable: --color-primary: hsl(67, 56%, 6%);