HSL(97, 26%, 44%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(97,26%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(97, 26%, 44%) | color: hsl(97, 26%, 44%) | |
| HEX | #698D53 | color: #698D53 | |
| RGB | rgb(105, 141, 83) | color: rgb(105, 141, 83) | |
| CMYK | cmyk(26%, 0%, 41%, 45%) | — | |
| HSV | hsv(97, 41%, 55%) | — | |
| HWB | hwb(97 32% 45%) | color: hwb(97 32% 45%) | |
| OKLCH | oklch(0.6016 0.0928 134.37) | color: oklch(0.6016 0.0928 134.37) | |
| Lab | lab(54.74 -23.68 26.97) | color: lab(54.74 -23.68 26.97) | |
| LCH | lch(54.74 35.89 131.28) | color: lch(54.74 35.89 131.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)
#797961 — rgb(121, 121, 97)
Deuteranopia (Green-blind)
#777464 — rgb(119, 116, 100)
Tritanopia (Blue-blind)
#6B6C6F — rgb(107, 108, 111)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(97, 26%, 44%);
text
color: hsl(97, 26%, 44%);
border
border: 2px solid hsl(97, 26%, 44%);
gradient light
background: linear-gradient(to right, hsl(97, 26%, 64%), hsl(97, 26%, 44%));
gradient dark
background: linear-gradient(to right, hsl(97, 26%, 44%), hsl(97, 26%, 24%))
hex
background-color: #698D53;
tailwind
bg-[hsl(97,26%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(97, 26%, 44%, 0.4);
css variable
--color-primary: hsl(97, 26%, 44%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(97, 26%, 44%)?
HEX: #698D53 | RGB: rgb(105, 141, 83) | CMYK: 26%, 0%, 41%, 45% | HSV: 97°, 41%, 55%. Copy any format from the conversion table above.
What colors go well with #698D53?
The complementary color is HSL(277, 26%, 44%). For a triadic harmony, use hues 97°, 217°, and 337°. For analogous combinations, try hues 67° and 127°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(97, 26%, 44%) in CSS?
As HSL: color: hsl(97, 26%, 44%); — As HEX: color: #698D53; — As RGB: color: rgb(105, 141, 83); — Tailwind CSS: bg-[hsl(97,26%,44%)] — CSS variable: --color-primary: hsl(97, 26%, 44%);