HSL(136, 25%, 54%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(136,25%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(136, 25%, 54%) | color: hsl(136, 25%, 54%) | |
| HEX | #6CA77C | color: #6CA77C | |
| RGB | rgb(108, 167, 124) | color: rgb(108, 167, 124) | |
| CMYK | cmyk(35%, 0%, 26%, 35%) | — | |
| HSV | hsv(136, 35%, 65%) | — | |
| HWB | hwb(136 42% 35%) | color: hwb(136 42% 35%) | |
| OKLCH | oklch(0.6758 0.0887 152.05) | color: oklch(0.6758 0.0887 152.05) | |
| Lab | lab(63.57 -28.55 16.3) | color: lab(63.57 -28.55 16.3) | |
| LCH | lch(63.57 32.88 150.28) | color: lch(63.57 32.88 150.28) |
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)
#868686 — rgb(134, 134, 134)
Deuteranopia (Green-blind)
#827E89 — rgb(130, 126, 137)
Tritanopia (Blue-blind)
#6F8F90 — rgb(111, 143, 144)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(136, 25%, 54%);
text
color: hsl(136, 25%, 54%);
border
border: 2px solid hsl(136, 25%, 54%);
gradient light
background: linear-gradient(to right, hsl(136, 25%, 74%), hsl(136, 25%, 54%));
gradient dark
background: linear-gradient(to right, hsl(136, 25%, 54%), hsl(136, 25%, 34%))
hex
background-color: #6CA77C;
tailwind
bg-[hsl(136,25%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(136, 25%, 54%, 0.4);
css variable
--color-primary: hsl(136, 25%, 54%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(136, 25%, 54%)?
HEX: #6CA77C | RGB: rgb(108, 167, 124) | CMYK: 35%, 0%, 26%, 35% | HSV: 136°, 35%, 65%. Copy any format from the conversion table above.
What colors go well with #6CA77C?
The complementary color is HSL(316, 25%, 54%). For a triadic harmony, use hues 136°, 256°, and 16°. For analogous combinations, try hues 106° and 166°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(136, 25%, 54%) in CSS?
As HSL: color: hsl(136, 25%, 54%); — As HEX: color: #6CA77C; — As RGB: color: rgb(108, 167, 124); — Tailwind CSS: bg-[hsl(136,25%,54%)] — CSS variable: --color-primary: hsl(136, 25%, 54%);