Shades of Camouflage Green #728460
Tints of Camouflage Green #728460
RGB
CMYK
RGB Variations
Color information
#728460 (or 0x728460) is known color: Camouflage Green. HEX triplet: 72, 84 and 60. RGB value is (114,132,96). Sum of RGB (Red+Green+Blue) = 114+132+96=342 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.33% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 132 - color contains mainly: green. Hex color #728460 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728460 is #8D7B9F. Grayscale: #7A7A7A. Windows color (decimal): -9272224 or 6325362. OLE color: 6325362.
HSL color Cylindrical-coordinate representation of color #728460: hue angle of 90º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #728460 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 114 | 132 | 96 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.48 |
| HSL | 90º | 0.16% | 0.45% | - |
| HSV(B) | 90º | 0.27% | 0.52% | - |
| XYZ | 17.3 | 20.92 | 14.19 | - |
| YUV | 122.51 | 113.04 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 132 | 96 | 0.14 | 0 | 0.27 | 0.48 | 90 | 0.16 | 0.45 |
| Hex | 72 | 84 | 60 | E | 0 | 1B | 30 | 5A | 10 | 2D |
| Octal | 162 | 204 | 140 | 16 | 0 | 33 | 60 | 132 | 20 | 55 |
| Binary | 1110010 | 10000100 | 1100000 | 1110 | 0 | 11011 | 110000 | 1011010 | 10000 | 101101 |
Color Harmonies of #728460
Complementary color
Monochromatic Colors of #728460
Black with #728460
Text Example
Text Example
White with #728460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728460; }
p { color: rgb(114,132,96); }
H1.HeaderClassName
{
color: #728460;
}
.AnyTagClassName
{
color: #728460;
}
</style>
background-color css
<style>
a { background-color: #728460; }
a { background-color: rgb(114,132,96); }
div.DivClassName
{
background-color: #728460;
}
.BgClassName
{
background-color: #728460;
}
</style>
border-color css
<style>
span { border-color: #728460; }
span { border-color: rgb(114,132,96); }
td.TdClassName
{
border-color: #728460;
}
.TagClassName
{
border-color: #728460;
}
</style>