Shades of Camouflage Green #728260
Tints of Camouflage Green #728260
RGB
CMYK
RGB Variations
Color information
#728260 (or 0x728260) is known color: Camouflage Green. HEX triplet: 72, 82 and 60. RGB value is (114,130,96). Sum of RGB (Red+Green+Blue) = 114+130+96=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 96 (37.89% from 255 or 28.24% from 340); Max value from RGB is 130 - color contains mainly: green. Hex color #728260 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728260 is #8D7D9F. Grayscale: #797979. Windows color (decimal): -9272736 or 6324850. OLE color: 6324850.
HSL color Cylindrical-coordinate representation of color #728260: hue angle of 88.24º 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 #728260 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 130 | 96 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.49 |
| HSL | 88.24º | 0.15% | 0.44% | - |
| HSV(B) | 88.24º | 0.26% | 0.51% | - |
| XYZ | 17.03 | 20.39 | 14.1 | - |
| YUV | 121.34 | 113.7 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 130 | 96 | 0.12 | 0 | 0.26 | 0.49 | 88.24 | 0.15 | 0.44 |
| Hex | 72 | 82 | 60 | C | 0 | 1A | 31 | 58 | F | 2C |
| Octal | 162 | 202 | 140 | 14 | 0 | 32 | 61 | 130 | 17 | 54 |
| Binary | 1110010 | 10000010 | 1100000 | 1100 | 0 | 11010 | 110001 | 1011000 | 1111 | 101100 |
Color Harmonies of #728260
Complementary color
Monochromatic Colors of #728260
Black with #728260
Text Example
Text Example
White with #728260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728260; }
p { color: rgb(114,130,96); }
H1.HeaderClassName
{
color: #728260;
}
.AnyTagClassName
{
color: #728260;
}
</style>
background-color css
<style>
a { background-color: #728260; }
a { background-color: rgb(114,130,96); }
div.DivClassName
{
background-color: #728260;
}
.BgClassName
{
background-color: #728260;
}
</style>
border-color css
<style>
span { border-color: #728260; }
span { border-color: rgb(114,130,96); }
td.TdClassName
{
border-color: #728260;
}
.TagClassName
{
border-color: #728260;
}
</style>