HSL(70, 60%, 28%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(70,60%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(70, 60%, 28%) | color: hsl(70, 60%, 28%) | |
| HEX | #64721D | color: #64721D | |
| RGB | rgb(100, 114, 29) | color: rgb(100, 114, 29) | |
| CMYK | cmyk(12%, 0%, 75%, 55%) | — | |
| HSV | hsv(70, 75%, 45%) | — | |
| HWB | hwb(70 11% 55%) | color: hwb(70 11% 55%) | |
| OKLCH | oklch(0.5234 0.1085 118.51) | color: oklch(0.5234 0.1085 118.51) | |
| Lab | lab(45.4 -17.41 42.77) | color: lab(45.4 -17.41 42.77) | |
| LCH | lch(45.4 46.18 112.15) | color: lch(45.4 46.18 112.15) |
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)
#6A6A32 — rgb(106, 106, 50)
Deuteranopia (Green-blind)
#696837 — rgb(105, 104, 55)
Tritanopia (Blue-blind)
#654245 — rgb(101, 66, 69)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(70, 60%, 28%);
text
color: hsl(70, 60%, 28%);
border
border: 2px solid hsl(70, 60%, 28%);
gradient light
background: linear-gradient(to right, hsl(70, 60%, 48%), hsl(70, 60%, 28%));
gradient dark
background: linear-gradient(to right, hsl(70, 60%, 28%), hsl(70, 60%, 8%))
hex
background-color: #64721D;
tailwind
bg-[hsl(70,60%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(70, 60%, 28%, 0.4);
css variable
--color-primary: hsl(70, 60%, 28%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(70, 60%, 28%)?
HEX: #64721D | RGB: rgb(100, 114, 29) | CMYK: 12%, 0%, 75%, 55% | HSV: 70°, 75%, 45%. Copy any format from the conversion table above.
What colors go well with #64721D?
The complementary color is HSL(250, 60%, 28%). For a triadic harmony, use hues 70°, 190°, and 310°. For analogous combinations, try hues 40° and 100°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(70, 60%, 28%) in CSS?
As HSL: color: hsl(70, 60%, 28%); — As HEX: color: #64721D; — As RGB: color: rgb(100, 114, 29); — Tailwind CSS: bg-[hsl(70,60%,28%)] — CSS variable: --color-primary: hsl(70, 60%, 28%);