Shades of Camouflage Green #728760
Tints of Camouflage Green #728760
RGB
CMYK
RGB Variations
Color information
#728760 (or 0x728760) is known color: Camouflage Green. HEX triplet: 72, 87 and 60. RGB value is (114,135,96). Sum of RGB (Red+Green+Blue) = 114+135+96=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 135 - color contains mainly: green. Hex color #728760 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728760 is #8D789F. Grayscale: #7C7C7C. Windows color (decimal): -9271456 or 6326130. OLE color: 6326130.
HSL color Cylindrical-coordinate representation of color #728760: hue angle of 92.31º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #728760 is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 135 | 96 | - |
| CMYK | 0.16 | 0 | 0.29 | 0.47 |
| HSL | 92.31º | 0.17% | 0.45% | - |
| HSV(B) | 92.31º | 0.29% | 0.53% | - |
| XYZ | 17.71 | 21.75 | 14.33 | - |
| YUV | 124.28 | 112.04 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 135 | 96 | 0.16 | 0 | 0.29 | 0.47 | 92.31 | 0.17 | 0.45 |
| Hex | 72 | 87 | 60 | 10 | 0 | 1D | 2F | 5C | 11 | 2D |
| Octal | 162 | 207 | 140 | 20 | 0 | 35 | 57 | 134 | 21 | 55 |
| Binary | 1110010 | 10000111 | 1100000 | 10000 | 0 | 11101 | 101111 | 1011100 | 10001 | 101101 |
Color Harmonies of #728760
Complementary color
Monochromatic Colors of #728760
Black with #728760
Text Example
Text Example
White with #728760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728760; }
p { color: rgb(114,135,96); }
H1.HeaderClassName
{
color: #728760;
}
.AnyTagClassName
{
color: #728760;
}
</style>
background-color css
<style>
a { background-color: #728760; }
a { background-color: rgb(114,135,96); }
div.DivClassName
{
background-color: #728760;
}
.BgClassName
{
background-color: #728760;
}
</style>
border-color css
<style>
span { border-color: #728760; }
span { border-color: rgb(114,135,96); }
td.TdClassName
{
border-color: #728760;
}
.TagClassName
{
border-color: #728760;
}
</style>