Shades of Camouflage Green #718164
Tints of Camouflage Green #718164
RGB
CMYK
RGB Variations
Color information
#718164 (or 0x718164) is known color: Camouflage Green. HEX triplet: 71, 81 and 64. RGB value is (113,129,100). Sum of RGB (Red+Green+Blue) = 113+129+100=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 100 (39.45% from 255 or 29.24% from 342); Max value from RGB is 129 - color contains mainly: green. Hex color #718164 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718164 is #8E7E9B. Grayscale: #797979. Windows color (decimal): -9338524 or 6586737. OLE color: 6586737.
HSL color Cylindrical-coordinate representation of color #718164: hue angle of 93.1º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #718164 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 129 | 100 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.49 |
| HSL | 93.1º | 0.13% | 0.45% | - |
| HSV(B) | 93.1º | 0.22% | 0.51% | - |
| XYZ | 16.96 | 20.13 | 15.05 | - |
| YUV | 120.91 | 116.2 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 129 | 100 | 0.12 | 0 | 0.22 | 0.49 | 93.1 | 0.13 | 0.45 |
| Hex | 71 | 81 | 64 | C | 0 | 16 | 31 | 5D | D | 2D |
| Octal | 161 | 201 | 144 | 14 | 0 | 26 | 61 | 135 | 15 | 55 |
| Binary | 1110001 | 10000001 | 1100100 | 1100 | 0 | 10110 | 110001 | 1011101 | 1101 | 101101 |
Color Harmonies of #718164
Complementary color
Monochromatic Colors of #718164
Black with #718164
Text Example
Text Example
White with #718164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718164; }
p { color: rgb(113,129,100); }
H1.HeaderClassName
{
color: #718164;
}
.AnyTagClassName
{
color: #718164;
}
</style>
background-color css
<style>
a { background-color: #718164; }
a { background-color: rgb(113,129,100); }
div.DivClassName
{
background-color: #718164;
}
.BgClassName
{
background-color: #718164;
}
</style>
border-color css
<style>
span { border-color: #718164; }
span { border-color: rgb(113,129,100); }
td.TdClassName
{
border-color: #718164;
}
.TagClassName
{
border-color: #718164;
}
</style>