HSL(76, 66%, 30%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(76,66%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(76, 66%, 30%) | color: hsl(76, 66%, 30%) | |
| HEX | #647F1A | color: #647F1A | |
| RGB | rgb(100, 127, 26) | color: rgb(100, 127, 26) | |
| CMYK | cmyk(21%, 0%, 80%, 50%) | — | |
| HSV | hsv(76, 80%, 50%) | — | |
| HWB | hwb(76 10% 50%) | color: hwb(76 10% 50%) | |
| OKLCH | oklch(0.556 0.1269 123.99) | color: oklch(0.556 0.1269 123.99) | |
| Lab | lab(49.45 -24.29 47.73) | color: lab(49.45 -24.29 47.73) | |
| LCH | lch(49.45 53.56 116.97) | color: lch(49.45 53.56 116.97) |
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)
#707032 — rgb(112, 112, 50)
Deuteranopia (Green-blind)
#6E6C38 — rgb(110, 108, 56)
Tritanopia (Blue-blind)
#65464A — rgb(101, 70, 74)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(76, 66%, 30%);
text
color: hsl(76, 66%, 30%);
border
border: 2px solid hsl(76, 66%, 30%);
gradient light
background: linear-gradient(to right, hsl(76, 66%, 50%), hsl(76, 66%, 30%));
gradient dark
background: linear-gradient(to right, hsl(76, 66%, 30%), hsl(76, 66%, 10%))
hex
background-color: #647F1A;
tailwind
bg-[hsl(76,66%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(76, 66%, 30%, 0.4);
css variable
--color-primary: hsl(76, 66%, 30%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(76, 66%, 30%)?
HEX: #647F1A | RGB: rgb(100, 127, 26) | CMYK: 21%, 0%, 80%, 50% | HSV: 76°, 80%, 50%. Copy any format from the conversion table above.
What colors go well with #647F1A?
The complementary color is HSL(256, 66%, 30%). For a triadic harmony, use hues 76°, 196°, and 316°. For analogous combinations, try hues 46° and 106°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(76, 66%, 30%) in CSS?
As HSL: color: hsl(76, 66%, 30%); — As HEX: color: #647F1A; — As RGB: color: rgb(100, 127, 26); — Tailwind CSS: bg-[hsl(76,66%,30%)] — CSS variable: --color-primary: hsl(76, 66%, 30%);