What is the HSL code for camo?
The CSS color camo in HSL format is hsl(74.8, 29.4%, 43.3%). Use this value directly in CSS, SVG, and most design tools.
How do I use camo in CSS?
To apply camo in CSS:
- Text color: color: hsl(74.8, 29.4%, 43.3%);
- Background: background-color: hsl(74.8, 29.4%, 43.3%);
- Border: border-color: hsl(74.8, 29.4%, 43.3%);
What are all the color format values for camo?
| Format | Value |
|---|---|
| HEX | #7f8f4e |
| RGB | rgb(127, 143, 78) |
| HSL | hsl(74.8, 29.4%, 43.3%) |
| CMYK | cmyk(11.2%, 0%, 45.5%, 43.9%) |
How do I convert camo to HSL?
Select camo from the color name list in our color converter. The HSL value — hsl(74.8, 29.4%, 43.3%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does camo belong to?
camo belongs to the green color family. It is a medium, muted color with HSL values: hue 74.8°, saturation 29.4%, lightness 43.3%.
How do I create lighter and darker shades of camo?
Lighter variant (lightness 58.3%): #a5b475. Darker variant (lightness 28.299999999999997%): #535d33. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.