What is the RGB code for camo?
The CSS color camo in RGB format is rgb(127, 143, 78). 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: rgb(127, 143, 78);
- Background: background-color: rgb(127, 143, 78);
- Border: border-color: rgb(127, 143, 78);
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 RGB?
Select camo from the color name list in our color converter. The RGB value — rgb(127, 143, 78) — 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 RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.