Shades of Camouflage Green #728562
Tints of Camouflage Green #728562
RGB
CMYK
RGB Variations
Color information
#728562 (or 0x728562) is known color: Camouflage Green. HEX triplet: 72, 85 and 62. RGB value is (114,133,98). Sum of RGB (Red+Green+Blue) = 114+133+98=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 98 (38.67% from 255 or 28.41% from 345); Max value from RGB is 133 - color contains mainly: green. Hex color #728562 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728562 is #8D7A9D. Grayscale: #7B7B7B. Windows color (decimal): -9271966 or 6456690. OLE color: 6456690.
HSL color Cylindrical-coordinate representation of color #728562: hue angle of 92.57º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #728562 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 114 | 133 | 98 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.48 |
| HSL | 92.57º | 0.15% | 0.45% | - |
| HSV(B) | 92.57º | 0.26% | 0.52% | - |
| XYZ | 17.53 | 21.23 | 14.73 | - |
| YUV | 123.33 | 113.71 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 133 | 98 | 0.14 | 0 | 0.26 | 0.48 | 92.57 | 0.15 | 0.45 |
| Hex | 72 | 85 | 62 | E | 0 | 1A | 30 | 5D | F | 2D |
| Octal | 162 | 205 | 142 | 16 | 0 | 32 | 60 | 135 | 17 | 55 |
| Binary | 1110010 | 10000101 | 1100010 | 1110 | 0 | 11010 | 110000 | 1011101 | 1111 | 101101 |
Color Harmonies of #728562
Complementary color
Monochromatic Colors of #728562
Black with #728562
Text Example
Text Example
White with #728562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728562; }
p { color: rgb(114,133,98); }
H1.HeaderClassName
{
color: #728562;
}
.AnyTagClassName
{
color: #728562;
}
</style>
background-color css
<style>
a { background-color: #728562; }
a { background-color: rgb(114,133,98); }
div.DivClassName
{
background-color: #728562;
}
.BgClassName
{
background-color: #728562;
}
</style>
border-color css
<style>
span { border-color: #728562; }
span { border-color: rgb(114,133,98); }
td.TdClassName
{
border-color: #728562;
}
.TagClassName
{
border-color: #728562;
}
</style>