HSL(77, 85%, 29%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(77,85%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(77, 85%, 29%) | color: hsl(77, 85%, 29%) | |
| HEX | #65890B | color: #65890B | |
| RGB | rgb(101, 137, 11) | color: rgb(101, 137, 11) | |
| CMYK | cmyk(26%, 0%, 92%, 46%) | — | |
| HSV | hsv(77, 92%, 54%) | — | |
| HWB | hwb(77 4% 46%) | color: hwb(77 4% 46%) | |
| OKLCH | oklch(0.5815 0.1449 126.17) | color: oklch(0.5815 0.1449 126.17) | |
| Lab | lab(52.6 -29.31 54.37) | color: lab(52.6 -29.31 54.37) | |
| LCH | lch(52.6 61.77 118.33) | color: lch(52.6 61.77 118.33) |
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)
#757529 — rgb(117, 117, 41)
Deuteranopia (Green-blind)
#737031 — rgb(115, 112, 49)
Tritanopia (Blue-blind)
#674247 — rgb(103, 66, 71)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(77, 85%, 29%);
text
color: hsl(77, 85%, 29%);
border
border: 2px solid hsl(77, 85%, 29%);
gradient light
background: linear-gradient(to right, hsl(77, 85%, 49%), hsl(77, 85%, 29%));
gradient dark
background: linear-gradient(to right, hsl(77, 85%, 29%), hsl(77, 85%, 9%))
hex
background-color: #65890B;
tailwind
bg-[hsl(77,85%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(77, 85%, 29%, 0.4);
css variable
--color-primary: hsl(77, 85%, 29%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(77, 85%, 29%)?
HEX: #65890B | RGB: rgb(101, 137, 11) | CMYK: 26%, 0%, 92%, 46% | HSV: 77°, 92%, 54%. Copy any format from the conversion table above.
What colors go well with #65890B?
The complementary color is HSL(257, 85%, 29%). For a triadic harmony, use hues 77°, 197°, and 317°. For analogous combinations, try hues 47° and 107°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(77, 85%, 29%) in CSS?
As HSL: color: hsl(77, 85%, 29%); — As HEX: color: #65890B; — As RGB: color: rgb(101, 137, 11); — Tailwind CSS: bg-[hsl(77,85%,29%)] — CSS variable: --color-primary: hsl(77, 85%, 29%);