Shades of Camouflage Green #718163
Tints of Camouflage Green #718163
RGB
CMYK
RGB Variations
Color information
#718163 (or 0x718163) is known color: Camouflage Green. HEX triplet: 71, 81 and 63. RGB value is (113,129,99). Sum of RGB (Red+Green+Blue) = 113+129+99=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 129 (50.78% from 255 or 37.83% from 341); Blue value is 99 (39.06% from 255 or 29.03% from 341); Max value from RGB is 129 - color contains mainly: green. Hex color #718163 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718163 is #8E7E9C. Grayscale: #787878. Windows color (decimal): -9338525 or 6521201. OLE color: 6521201.
HSL color Cylindrical-coordinate representation of color #718163: hue angle of 92º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #718163 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 129 | 99 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.49 |
| HSL | 92º | 0.13% | 0.45% | - |
| HSV(B) | 92º | 0.23% | 0.51% | - |
| XYZ | 16.91 | 20.11 | 14.8 | - |
| YUV | 120.8 | 115.7 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 129 | 99 | 0.12 | 0 | 0.23 | 0.49 | 92 | 0.13 | 0.45 |
| Hex | 71 | 81 | 63 | C | 0 | 17 | 31 | 5C | D | 2D |
| Octal | 161 | 201 | 143 | 14 | 0 | 27 | 61 | 134 | 15 | 55 |
| Binary | 1110001 | 10000001 | 1100011 | 1100 | 0 | 10111 | 110001 | 1011100 | 1101 | 101101 |
Color Harmonies of #718163
Complementary color
Monochromatic Colors of #718163
Black with #718163
Text Example
Text Example
White with #718163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718163; }
p { color: rgb(113,129,99); }
H1.HeaderClassName
{
color: #718163;
}
.AnyTagClassName
{
color: #718163;
}
</style>
background-color css
<style>
a { background-color: #718163; }
a { background-color: rgb(113,129,99); }
div.DivClassName
{
background-color: #718163;
}
.BgClassName
{
background-color: #718163;
}
</style>
border-color css
<style>
span { border-color: #718163; }
span { border-color: rgb(113,129,99); }
td.TdClassName
{
border-color: #718163;
}
.TagClassName
{
border-color: #718163;
}
</style>