HSL(68, 74%, 29%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(68,74%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(68, 74%, 29%) | color: hsl(68, 74%, 29%) | |
| HEX | #728113 | color: #728113 | |
| RGB | rgb(114, 129, 19) | color: rgb(114, 129, 19) | |
| CMYK | cmyk(12%, 0%, 85%, 49%) | — | |
| HSV | hsv(68, 85%, 51%) | — | |
| HWB | hwb(68 8% 49%) | color: hwb(68 8% 49%) | |
| OKLCH | oklch(0.5715 0.1265 117.8) | color: oklch(0.5715 0.1265 117.8) | |
| Lab | lab(51.07 -19.43 51.67) | color: lab(51.07 -19.43 51.67) | |
| LCH | lch(51.07 55.2 110.61) | color: lch(51.07 55.2 110.61) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#78792E — rgb(120, 121, 46)
Deuteranopia (Green-blind)
#787734 — rgb(120, 119, 52)
Tritanopia (Blue-blind)
#734347 — rgb(115, 67, 71)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(68, 74%, 29%);
text
color: hsl(68, 74%, 29%);
border
border: 2px solid hsl(68, 74%, 29%);
gradient light
background: linear-gradient(to right, hsl(68, 74%, 49%), hsl(68, 74%, 29%));
gradient dark
background: linear-gradient(to right, hsl(68, 74%, 29%), hsl(68, 74%, 9%))
hex
background-color: #728113;
tailwind
bg-[hsl(68,74%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(68, 74%, 29%, 0.4);
css variable
--color-primary: hsl(68, 74%, 29%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(68, 74%, 29%)?
HEX: #728113 | RGB: rgb(114, 129, 19) | CMYK: 12%, 0%, 85%, 49% | HSV: 68°, 85%, 51%. Copy any format from the conversion table above.
What colors go well with #728113?
The complementary color is HSL(248, 74%, 29%). 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, 74%, 29%) in CSS?
As HSL: color: hsl(68, 74%, 29%); — As HEX: color: #728113; — As RGB: color: rgb(114, 129, 19); — Tailwind CSS: bg-[hsl(68,74%,29%)] — CSS variable: --color-primary: hsl(68, 74%, 29%);