HSL(79, 65%, 33%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(79,65%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(79, 65%, 33%) | color: hsl(79, 65%, 33%) | |
| HEX | #688B1D | color: #688B1D | |
| RGB | rgb(104, 139, 29) | color: rgb(104, 139, 29) | |
| CMYK | cmyk(25%, 0%, 79%, 45%) | — | |
| HSV | hsv(79, 79%, 55%) | — | |
| HWB | hwb(79 12% 45%) | color: hwb(79 12% 45%) | |
| OKLCH | oklch(0.5894 0.1385 126.29) | color: oklch(0.5894 0.1385 126.29) | |
| Lab | lab(53.49 -28.34 50.6) | color: lab(53.49 -28.34 50.6) | |
| LCH | lch(53.49 58 119.25) | color: lch(53.49 58 119.25) |
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)
#777738 — rgb(119, 119, 56)
Deuteranopia (Green-blind)
#75733E — rgb(117, 115, 62)
Tritanopia (Blue-blind)
#6A4D51 — rgb(106, 77, 81)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(79, 65%, 33%);
text
color: hsl(79, 65%, 33%);
border
border: 2px solid hsl(79, 65%, 33%);
gradient light
background: linear-gradient(to right, hsl(79, 65%, 53%), hsl(79, 65%, 33%));
gradient dark
background: linear-gradient(to right, hsl(79, 65%, 33%), hsl(79, 65%, 13%))
hex
background-color: #688B1D;
tailwind
bg-[hsl(79,65%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(79, 65%, 33%, 0.4);
css variable
--color-primary: hsl(79, 65%, 33%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(79, 65%, 33%)?
HEX: #688B1D | RGB: rgb(104, 139, 29) | CMYK: 25%, 0%, 79%, 45% | HSV: 79°, 79%, 55%. Copy any format from the conversion table above.
What colors go well with #688B1D?
The complementary color is HSL(259, 65%, 33%). For a triadic harmony, use hues 79°, 199°, and 319°. For analogous combinations, try hues 49° and 109°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(79, 65%, 33%) in CSS?
As HSL: color: hsl(79, 65%, 33%); — As HEX: color: #688B1D; — As RGB: color: rgb(104, 139, 29); — Tailwind CSS: bg-[hsl(79,65%,33%)] — CSS variable: --color-primary: hsl(79, 65%, 33%);