What is the HEX code for camo?
The CSS color camo in HEX format is #7f8f4e. 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: #7f8f4e;
- Background: background-color: #7f8f4e;
- Border: border-color: #7f8f4e;
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 HEX?
Select camo from the color name list in our color converter. The HEX value — #7f8f4e — 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 HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.