HSL(70, 90%, 29%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(70,90%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(70, 90%, 29%) | color: hsl(70, 90%, 29%) | |
| HEX | #768D07 | color: #768D07 | |
| RGB | rgb(118, 141, 7) | color: rgb(118, 141, 7) | |
| CMYK | cmyk(16%, 0%, 95%, 45%) | — | |
| HSV | hsv(70, 95%, 55%) | — | |
| HWB | hwb(70 3% 45%) | color: hwb(70 3% 45%) | |
| OKLCH | oklch(0.6038 0.1423 120.59) | color: oklch(0.6038 0.1423 120.59) | |
| Lab | lab(54.99 -24.07 57.45) | color: lab(54.99 -24.07 57.45) | |
| LCH | lch(54.99 62.29 112.73) | color: lch(54.99 62.29 112.73) |
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)
#808027 — rgb(128, 128, 39)
Deuteranopia (Green-blind)
#7F7D2F — rgb(127, 125, 47)
Tritanopia (Blue-blind)
#774147 — rgb(119, 65, 71)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(70, 90%, 29%);
text
color: hsl(70, 90%, 29%);
border
border: 2px solid hsl(70, 90%, 29%);
gradient light
background: linear-gradient(to right, hsl(70, 90%, 49%), hsl(70, 90%, 29%));
gradient dark
background: linear-gradient(to right, hsl(70, 90%, 29%), hsl(70, 90%, 9%))
hex
background-color: #768D07;
tailwind
bg-[hsl(70,90%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(70, 90%, 29%, 0.4);
css variable
--color-primary: hsl(70, 90%, 29%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(70, 90%, 29%)?
HEX: #768D07 | RGB: rgb(118, 141, 7) | CMYK: 16%, 0%, 95%, 45% | HSV: 70°, 95%, 55%. Copy any format from the conversion table above.
What colors go well with #768D07?
The complementary color is HSL(250, 90%, 29%). 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, 90%, 29%) in CSS?
As HSL: color: hsl(70, 90%, 29%); — As HEX: color: #768D07; — As RGB: color: rgb(118, 141, 7); — Tailwind CSS: bg-[hsl(70,90%,29%)] — CSS variable: --color-primary: hsl(70, 90%, 29%);