Shades of Camouflage Green #728160
Tints of Camouflage Green #728160
RGB
CMYK
RGB Variations
Color information
#728160 (or 0x728160) is known color: Camouflage Green. HEX triplet: 72, 81 and 60. RGB value is (114,129,96). Sum of RGB (Red+Green+Blue) = 114+129+96=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 129 - color contains mainly: green. Hex color #728160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728160 is #8D7E9F. Grayscale: #787878. Windows color (decimal): -9272992 or 6324594. OLE color: 6324594.
HSL color Cylindrical-coordinate representation of color #728160: hue angle of 87.27º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #728160 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 129 | 96 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.49 |
| HSL | 87.27º | 0.15% | 0.44% | - |
| HSV(B) | 87.27º | 0.26% | 0.51% | - |
| XYZ | 16.9 | 20.12 | 14.06 | - |
| YUV | 120.75 | 114.03 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 129 | 96 | 0.12 | 0 | 0.26 | 0.49 | 87.27 | 0.15 | 0.44 |
| Hex | 72 | 81 | 60 | C | 0 | 1A | 31 | 57 | F | 2C |
| Octal | 162 | 201 | 140 | 14 | 0 | 32 | 61 | 127 | 17 | 54 |
| Binary | 1110010 | 10000001 | 1100000 | 1100 | 0 | 11010 | 110001 | 1010111 | 1111 | 101100 |
Color Harmonies of #728160
Complementary color
Monochromatic Colors of #728160
Black with #728160
Text Example
Text Example
White with #728160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728160; }
p { color: rgb(114,129,96); }
H1.HeaderClassName
{
color: #728160;
}
.AnyTagClassName
{
color: #728160;
}
</style>
background-color css
<style>
a { background-color: #728160; }
a { background-color: rgb(114,129,96); }
div.DivClassName
{
background-color: #728160;
}
.BgClassName
{
background-color: #728160;
}
</style>
border-color css
<style>
span { border-color: #728160; }
span { border-color: rgb(114,129,96); }
td.TdClassName
{
border-color: #728160;
}
.TagClassName
{
border-color: #728160;
}
</style>