HSL(68, 100%, 25%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(68,100%,25%)]

Color Conversions

Format Value CSS Usage
HSL hsl(68, 100%, 25%) color: hsl(68, 100%, 25%)
HEX #6F8000 color: #6F8000
RGB rgb(111, 128, 0) color: rgb(111, 128, 0)
CMYK cmyk(13%, 0%, 100%, 50%)
HSV hsv(68, 100%, 50%)
HWB hwb(68 0% 50%) color: hwb(68 0% 50%)
OKLCH oklch(0.566 0.1325 118.59) color: oklch(0.566 0.1325 118.59)
Lab lab(50.47 -20.75 55.02) color: lab(50.47 -20.75 55.02)
LCH lch(50.47 58.8 110.66) color: lch(50.47 58.8 110.66)

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.41:1
vs Black 4.76: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)

#76771F — rgb(118, 119, 31)

Deuteranopia (Green-blind)

#757426 — rgb(117, 116, 38)

Tritanopia (Blue-blind)

#70373D — rgb(112, 55, 61)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(68, 100%, 25%);

text

color: hsl(68, 100%, 25%);

border

border: 2px solid hsl(68, 100%, 25%);

gradient light

background: linear-gradient(to right, hsl(68, 100%, 45%), hsl(68, 100%, 25%));

gradient dark

background: linear-gradient(to right, hsl(68, 100%, 25%), hsl(68, 100%, 5%))

hex

background-color: #6F8000;

tailwind

bg-[hsl(68,100%,25%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(68, 100%, 25%, 0.4);

css variable

--color-primary: hsl(68, 100%, 25%);

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(68, 100%, 25%)?

HEX: #6F8000 | RGB: rgb(111, 128, 0) | CMYK: 13%, 0%, 100%, 50% | HSV: 68°, 100%, 50%. Copy any format from the conversion table above.

What colors go well with #6F8000?

The complementary color is HSL(248, 100%, 25%). For a triadic harmony, use hues 68°, 188°, and 308°. For analogous combinations, try hues 38° and 98°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(68, 100%, 25%) in CSS?

As HSL: color: hsl(68, 100%, 25%); — As HEX: color: #6F8000; — As RGB: color: rgb(111, 128, 0); — Tailwind CSS: bg-[hsl(68,100%,25%)] — CSS variable: --color-primary: hsl(68, 100%, 25%);