HSL(68, 72%, 25%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(68,72%,25%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(68, 72%, 25%) | color: hsl(68, 72%, 25%) | |
| HEX | #616E12 | color: #616E12 | |
| RGB | rgb(97, 110, 18) | color: rgb(97, 110, 18) | |
| CMYK | cmyk(12%, 0%, 84%, 57%) | — | |
| HSV | hsv(68, 84%, 43%) | — | |
| HWB | hwb(68 7% 57%) | color: hwb(68 7% 57%) | |
| OKLCH | oklch(0.5101 0.1113 117.87) | color: oklch(0.5101 0.1113 117.87) | |
| Lab | lab(43.85 -17.2 45.13) | color: lab(43.85 -17.2 45.13) | |
| LCH | lch(43.85 48.3 110.86) | color: lch(43.85 48.3 110.86) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#676728 — rgb(103, 103, 40)
Deuteranopia (Green-blind)
#66652E — rgb(102, 101, 46)
Tritanopia (Blue-blind)
#623A3E — rgb(98, 58, 62)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(68, 72%, 25%);
text
color: hsl(68, 72%, 25%);
border
border: 2px solid hsl(68, 72%, 25%);
gradient light
background: linear-gradient(to right, hsl(68, 72%, 45%), hsl(68, 72%, 25%));
gradient dark
background: linear-gradient(to right, hsl(68, 72%, 25%), hsl(68, 72%, 5%))
hex
background-color: #616E12;
tailwind
bg-[hsl(68,72%,25%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(68, 72%, 25%, 0.4);
css variable
--color-primary: hsl(68, 72%, 25%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(68, 72%, 25%)?
HEX: #616E12 | RGB: rgb(97, 110, 18) | CMYK: 12%, 0%, 84%, 57% | HSV: 68°, 84%, 43%. Copy any format from the conversion table above.
What colors go well with #616E12?
The complementary color is HSL(248, 72%, 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, 72%, 25%) in CSS?
As HSL: color: hsl(68, 72%, 25%); — As HEX: color: #616E12; — As RGB: color: rgb(97, 110, 18); — Tailwind CSS: bg-[hsl(68,72%,25%)] — CSS variable: --color-primary: hsl(68, 72%, 25%);