HSL(67, 60%, 28%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(67,60%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(67, 60%, 28%) | color: hsl(67, 60%, 28%) | |
| HEX | #68721D | color: #68721D | |
| RGB | rgb(104, 114, 29) | color: rgb(104, 114, 29) | |
| CMYK | cmyk(9%, 0%, 75%, 55%) | — | |
| HSV | hsv(67, 75%, 45%) | — | |
| HWB | hwb(67 11% 55%) | color: hwb(67 11% 55%) | |
| OKLCH | oklch(0.5268 0.1069 116.05) | color: oklch(0.5268 0.1069 116.05) | |
| Lab | lab(45.73 -15.58 43.19) | color: lab(45.73 -15.58 43.19) | |
| LCH | lch(45.73 45.91 109.84) | color: lch(45.73 45.91 109.84) |
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)
#6C6C32 — rgb(108, 108, 50)
Deuteranopia (Green-blind)
#6C6B37 — rgb(108, 107, 55)
Tritanopia (Blue-blind)
#694245 — rgb(105, 66, 69)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(67, 60%, 28%);
text
color: hsl(67, 60%, 28%);
border
border: 2px solid hsl(67, 60%, 28%);
gradient light
background: linear-gradient(to right, hsl(67, 60%, 48%), hsl(67, 60%, 28%));
gradient dark
background: linear-gradient(to right, hsl(67, 60%, 28%), hsl(67, 60%, 8%))
hex
background-color: #68721D;
tailwind
bg-[hsl(67,60%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(67, 60%, 28%, 0.4);
css variable
--color-primary: hsl(67, 60%, 28%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(67, 60%, 28%)?
HEX: #68721D | RGB: rgb(104, 114, 29) | CMYK: 9%, 0%, 75%, 55% | HSV: 67°, 75%, 45%. Copy any format from the conversion table above.
What colors go well with #68721D?
The complementary color is HSL(247, 60%, 28%). 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, 60%, 28%) in CSS?
As HSL: color: hsl(67, 60%, 28%); — As HEX: color: #68721D; — As RGB: color: rgb(104, 114, 29); — Tailwind CSS: bg-[hsl(67,60%,28%)] — CSS variable: --color-primary: hsl(67, 60%, 28%);