HSL(69, 90%, 27%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(69,90%,27%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(69, 90%, 27%) | color: hsl(69, 90%, 27%) | |
| HEX | #708307 | color: #708307 | |
| RGB | rgb(112, 131, 7) | color: rgb(112, 131, 7) | |
| CMYK | cmyk(15%, 0%, 95%, 49%) | — | |
| HSV | hsv(69, 95%, 51%) | — | |
| HWB | hwb(69 3% 49%) | color: hwb(69 3% 49%) | |
| OKLCH | oklch(0.5744 0.1335 119.45) | color: oklch(0.5744 0.1335 119.45) | |
| Lab | lab(51.49 -21.68 54.51) | color: lab(51.49 -21.68 54.51) | |
| LCH | lch(51.49 58.66 111.69) | color: lch(51.49 58.66 111.69) |
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)
#787825 — rgb(120, 120, 37)
Deuteranopia (Green-blind)
#77762C — rgb(119, 118, 44)
Tritanopia (Blue-blind)
#713D42 — rgb(113, 61, 66)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(69, 90%, 27%);
text
color: hsl(69, 90%, 27%);
border
border: 2px solid hsl(69, 90%, 27%);
gradient light
background: linear-gradient(to right, hsl(69, 90%, 47%), hsl(69, 90%, 27%));
gradient dark
background: linear-gradient(to right, hsl(69, 90%, 27%), hsl(69, 90%, 7%))
hex
background-color: #708307;
tailwind
bg-[hsl(69,90%,27%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(69, 90%, 27%, 0.4);
css variable
--color-primary: hsl(69, 90%, 27%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(69, 90%, 27%)?
HEX: #708307 | RGB: rgb(112, 131, 7) | CMYK: 15%, 0%, 95%, 49% | HSV: 69°, 95%, 51%. Copy any format from the conversion table above.
What colors go well with #708307?
The complementary color is HSL(249, 90%, 27%). For a triadic harmony, use hues 69°, 189°, and 309°. For analogous combinations, try hues 39° and 99°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(69, 90%, 27%) in CSS?
As HSL: color: hsl(69, 90%, 27%); — As HEX: color: #708307; — As RGB: color: rgb(112, 131, 7); — Tailwind CSS: bg-[hsl(69,90%,27%)] — CSS variable: --color-primary: hsl(69, 90%, 27%);