HSL(146, 21%, 56%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(146,21%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(146, 21%, 56%) | color: hsl(146, 21%, 56%) | |
| HEX | #77A68C | color: #77A68C | |
| RGB | rgb(119, 166, 140) | color: rgb(119, 166, 140) | |
| CMYK | cmyk(28%, 0%, 16%, 35%) | — | |
| HSV | hsv(147, 28%, 65%) | — | |
| HWB | hwb(147 47% 35%) | color: hwb(147 47% 35%) | |
| OKLCH | oklch(0.6839 0.0635 159.92) | color: oklch(0.6839 0.0635 159.92) | |
| Lab | lab(64.23 -21.35 8.44) | color: lab(64.23 -21.35 8.44) | |
| LCH | lch(64.23 22.96 158.43) | color: lch(64.23 22.96 158.43) |
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)
#8B8C92 — rgb(139, 140, 146)
Deuteranopia (Green-blind)
#898594 — rgb(137, 133, 148)
Tritanopia (Blue-blind)
#799798 — rgb(121, 151, 152)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(146, 21%, 56%);
text
color: hsl(146, 21%, 56%);
border
border: 2px solid hsl(146, 21%, 56%);
gradient light
background: linear-gradient(to right, hsl(146, 21%, 76%), hsl(146, 21%, 56%));
gradient dark
background: linear-gradient(to right, hsl(146, 21%, 56%), hsl(146, 21%, 36%))
hex
background-color: #77A68C;
tailwind
bg-[hsl(146,21%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(146, 21%, 56%, 0.4);
css variable
--color-primary: hsl(146, 21%, 56%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(146, 21%, 56%)?
HEX: #77A68C | RGB: rgb(119, 166, 140) | CMYK: 28%, 0%, 16%, 35% | HSV: 147°, 28%, 65%. Copy any format from the conversion table above.
What colors go well with #77A68C?
The complementary color is HSL(326, 21%, 56%). For a triadic harmony, use hues 146°, 266°, and 26°. For analogous combinations, try hues 116° and 176°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(146, 21%, 56%) in CSS?
As HSL: color: hsl(146, 21%, 56%); — As HEX: color: #77A68C; — As RGB: color: rgb(119, 166, 140); — Tailwind CSS: bg-[hsl(146,21%,56%)] — CSS variable: --color-primary: hsl(146, 21%, 56%);