HSL(68, 30%, 31%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(68,30%,31%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(68, 30%, 31%) | color: hsl(68, 30%, 31%) | |
| HEX | #606737 | color: #606737 | |
| RGB | rgb(96, 103, 55) | color: rgb(96, 103, 55) | |
| CMYK | cmyk(7%, 0%, 47%, 60%) | — | |
| HSV | hsv(69, 47%, 40%) | — | |
| HWB | hwb(69 21% 60%) | color: hwb(69 21% 60%) | |
| OKLCH | oklch(0.4957 0.0699 115.81) | color: oklch(0.4957 0.0699 115.81) | |
| Lab | lab(41.94 -10.88 26.09) | color: lab(41.94 -10.88 26.09) | |
| LCH | lch(41.94 28.27 112.64) | color: lch(41.94 28.27 112.64) |
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)
#636343 — rgb(99, 99, 67)
Deuteranopia (Green-blind)
#636245 — rgb(99, 98, 69)
Tritanopia (Blue-blind)
#604C4E — rgb(96, 76, 78)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(68, 30%, 31%);
text
color: hsl(68, 30%, 31%);
border
border: 2px solid hsl(68, 30%, 31%);
gradient light
background: linear-gradient(to right, hsl(68, 30%, 51%), hsl(68, 30%, 31%));
gradient dark
background: linear-gradient(to right, hsl(68, 30%, 31%), hsl(68, 30%, 11%))
hex
background-color: #606737;
tailwind
bg-[hsl(68,30%,31%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(68, 30%, 31%, 0.4);
css variable
--color-primary: hsl(68, 30%, 31%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(68, 30%, 31%)?
HEX: #606737 | RGB: rgb(96, 103, 55) | CMYK: 7%, 0%, 47%, 60% | HSV: 69°, 47%, 40%. Copy any format from the conversion table above.
What colors go well with #606737?
The complementary color is HSL(248, 30%, 31%). 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, 30%, 31%) in CSS?
As HSL: color: hsl(68, 30%, 31%); — As HEX: color: #606737; — As RGB: color: rgb(96, 103, 55); — Tailwind CSS: bg-[hsl(68,30%,31%)] — CSS variable: --color-primary: hsl(68, 30%, 31%);