HSL(103, 26%, 47%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(103,26%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(103, 26%, 47%) | color: hsl(103, 26%, 47%) | |
| HEX | #6A9759 | color: #6A9759 | |
| RGB | rgb(106, 151, 89) | color: rgb(106, 151, 89) | |
| CMYK | cmyk(30%, 0%, 41%, 41%) | — | |
| HSV | hsv(104, 41%, 59%) | — | |
| HWB | hwb(104 35% 41%) | color: hwb(104 35% 41%) | |
| OKLCH | oklch(0.628 0.1016 137.5) | color: oklch(0.628 0.1016 137.5) | |
| Lab | lab(57.96 -27.4 27.88) | color: lab(57.96 -27.4 27.88) | |
| LCH | lch(57.96 39.09 134.5) | color: lch(57.96 39.09 134.5) |
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)
#7D7E68 — rgb(125, 126, 104)
Deuteranopia (Green-blind)
#7B786C — rgb(123, 120, 108)
Tritanopia (Blue-blind)
#6C7476 — rgb(108, 116, 118)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(103, 26%, 47%);
text
color: hsl(103, 26%, 47%);
border
border: 2px solid hsl(103, 26%, 47%);
gradient light
background: linear-gradient(to right, hsl(103, 26%, 67%), hsl(103, 26%, 47%));
gradient dark
background: linear-gradient(to right, hsl(103, 26%, 47%), hsl(103, 26%, 27%))
hex
background-color: #6A9759;
tailwind
bg-[hsl(103,26%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(103, 26%, 47%, 0.4);
css variable
--color-primary: hsl(103, 26%, 47%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(103, 26%, 47%)?
HEX: #6A9759 | RGB: rgb(106, 151, 89) | CMYK: 30%, 0%, 41%, 41% | HSV: 104°, 41%, 59%. Copy any format from the conversion table above.
What colors go well with #6A9759?
The complementary color is HSL(283, 26%, 47%). For a triadic harmony, use hues 103°, 223°, and 343°. For analogous combinations, try hues 73° and 133°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(103, 26%, 47%) in CSS?
As HSL: color: hsl(103, 26%, 47%); — As HEX: color: #6A9759; — As RGB: color: rgb(106, 151, 89); — Tailwind CSS: bg-[hsl(103,26%,47%)] — CSS variable: --color-primary: hsl(103, 26%, 47%);