HSL(81, 61%, 34%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(81,61%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(81, 61%, 34%) | color: hsl(81, 61%, 34%) | |
| HEX | #678C22 | color: #678C22 | |
| RGB | rgb(103, 140, 34) | color: rgb(103, 140, 34) | |
| CMYK | cmyk(26%, 0%, 76%, 45%) | — | |
| HSV | hsv(81, 76%, 55%) | — | |
| HWB | hwb(81 13% 45%) | color: hwb(81 13% 45%) | |
| OKLCH | oklch(0.5916 0.1375 127.26) | color: oklch(0.5916 0.1375 127.26) | |
| Lab | lab(53.77 -28.96 49.11) | color: lab(53.77 -28.96 49.11) | |
| LCH | lch(53.77 57.01 120.53) | color: lch(53.77 57.01 120.53) |
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)
#77773C — rgb(119, 119, 60)
Deuteranopia (Green-blind)
#757242 — rgb(117, 114, 66)
Tritanopia (Blue-blind)
#695054 — rgb(105, 80, 84)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(81, 61%, 34%);
text
color: hsl(81, 61%, 34%);
border
border: 2px solid hsl(81, 61%, 34%);
gradient light
background: linear-gradient(to right, hsl(81, 61%, 54%), hsl(81, 61%, 34%));
gradient dark
background: linear-gradient(to right, hsl(81, 61%, 34%), hsl(81, 61%, 14%))
hex
background-color: #678C22;
tailwind
bg-[hsl(81,61%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(81, 61%, 34%, 0.4);
css variable
--color-primary: hsl(81, 61%, 34%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(81, 61%, 34%)?
HEX: #678C22 | RGB: rgb(103, 140, 34) | CMYK: 26%, 0%, 76%, 45% | HSV: 81°, 76%, 55%. Copy any format from the conversion table above.
What colors go well with #678C22?
The complementary color is HSL(261, 61%, 34%). For a triadic harmony, use hues 81°, 201°, and 321°. For analogous combinations, try hues 51° and 111°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(81, 61%, 34%) in CSS?
As HSL: color: hsl(81, 61%, 34%); — As HEX: color: #678C22; — As RGB: color: rgb(103, 140, 34); — Tailwind CSS: bg-[hsl(81,61%,34%)] — CSS variable: --color-primary: hsl(81, 61%, 34%);