HSL(67, 77%, 28%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(67,77%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(67, 77%, 28%) | color: hsl(67, 77%, 28%) | |
| HEX | #727E10 | color: #727E10 | |
| RGB | rgb(114, 126, 16) | color: rgb(114, 126, 16) | |
| CMYK | cmyk(10%, 0%, 87%, 51%) | — | |
| HSV | hsv(67, 87%, 49%) | — | |
| HWB | hwb(67 6% 51%) | color: hwb(67 6% 51%) | |
| OKLCH | oklch(0.5641 0.1242 116.36) | color: oklch(0.5641 0.1242 116.36) | |
| Lab | lab(50.14 -17.96 51.65) | color: lab(50.14 -17.96 51.65) | |
| LCH | lch(50.14 54.68 109.17) | color: lch(50.14 54.68 109.17) |
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)
#77772B — rgb(119, 119, 43)
Deuteranopia (Green-blind)
#777631 — rgb(119, 118, 49)
Tritanopia (Blue-blind)
#734044 — rgb(115, 64, 68)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(67, 77%, 28%);
text
color: hsl(67, 77%, 28%);
border
border: 2px solid hsl(67, 77%, 28%);
gradient light
background: linear-gradient(to right, hsl(67, 77%, 48%), hsl(67, 77%, 28%));
gradient dark
background: linear-gradient(to right, hsl(67, 77%, 28%), hsl(67, 77%, 8%))
hex
background-color: #727E10;
tailwind
bg-[hsl(67,77%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(67, 77%, 28%, 0.4);
css variable
--color-primary: hsl(67, 77%, 28%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(67, 77%, 28%)?
HEX: #727E10 | RGB: rgb(114, 126, 16) | CMYK: 10%, 0%, 87%, 51% | HSV: 67°, 87%, 49%. Copy any format from the conversion table above.
What colors go well with #727E10?
The complementary color is HSL(247, 77%, 28%). For a triadic harmony, use hues 67°, 187°, and 307°. For analogous combinations, try hues 37° and 97°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(67, 77%, 28%) in CSS?
As HSL: color: hsl(67, 77%, 28%); — As HEX: color: #727E10; — As RGB: color: rgb(114, 126, 16); — Tailwind CSS: bg-[hsl(67,77%,28%)] — CSS variable: --color-primary: hsl(67, 77%, 28%);