Shades of Camouflage Green #728862
Tints of Camouflage Green #728862
RGB
CMYK
RGB Variations
Color information
#728862 (or 0x728862) is known color: Camouflage Green. HEX triplet: 72, 88 and 62. RGB value is (114,136,98). Sum of RGB (Red+Green+Blue) = 114+136+98=348 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.76% from 348); Green value is 136 (53.52% from 255 or 39.08% from 348); Blue value is 98 (38.67% from 255 or 28.16% from 348); Max value from RGB is 136 - color contains mainly: green. Hex color #728862 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728862 is #8D779D. Grayscale: #7D7D7D. Windows color (decimal): -9271198 or 6457458. OLE color: 6457458.
HSL color Cylindrical-coordinate representation of color #728862: hue angle of 94.74º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #728862 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 136 | 98 | - |
| CMYK | 0.16 | 0 | 0.28 | 0.47 |
| HSL | 94.74º | 0.16% | 0.46% | - |
| HSV(B) | 94.74º | 0.28% | 0.53% | - |
| XYZ | 17.95 | 22.07 | 14.87 | - |
| YUV | 125.09 | 112.71 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 136 | 98 | 0.16 | 0 | 0.28 | 0.47 | 94.74 | 0.16 | 0.46 |
| Hex | 72 | 88 | 62 | 10 | 0 | 1C | 2F | 5F | 10 | 2E |
| Octal | 162 | 210 | 142 | 20 | 0 | 34 | 57 | 137 | 20 | 56 |
| Binary | 1110010 | 10001000 | 1100010 | 10000 | 0 | 11100 | 101111 | 1011111 | 10000 | 101110 |
Color Harmonies of #728862
Complementary color
Monochromatic Colors of #728862
Black with #728862
Text Example
Text Example
White with #728862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728862; }
p { color: rgb(114,136,98); }
H1.HeaderClassName
{
color: #728862;
}
.AnyTagClassName
{
color: #728862;
}
</style>
background-color css
<style>
a { background-color: #728862; }
a { background-color: rgb(114,136,98); }
div.DivClassName
{
background-color: #728862;
}
.BgClassName
{
background-color: #728862;
}
</style>
border-color css
<style>
span { border-color: #728862; }
span { border-color: rgb(114,136,98); }
td.TdClassName
{
border-color: #728862;
}
.TagClassName
{
border-color: #728862;
}
</style>