Shades of Camouflage Green #728069
Tints of Camouflage Green #728069
RGB
CMYK
RGB Variations
Color information
#728069 (or 0x728069) is known color: Camouflage Green. HEX triplet: 72, 80 and 69. RGB value is (114,128,105). Sum of RGB (Red+Green+Blue) = 114+128+105=347 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.85% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 105 (41.41% from 255 or 30.26% from 347); Max value from RGB is 128 - color contains mainly: green. Hex color #728069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728069 is #8D7F96. Grayscale: #797979. Windows color (decimal): -9273239 or 6914162. OLE color: 6914162.
HSL color Cylindrical-coordinate representation of color #728069: hue angle of 96.52º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #728069 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 114 | 128 | 105 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.50 |
| HSL | 96.52º | 0.1% | 0.46% | - |
| HSV(B) | 96.52º | 0.18% | 0.5% | - |
| XYZ | 17.21 | 20.04 | 16.32 | - |
| YUV | 121.19 | 118.86 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 128 | 105 | 0.11 | 0 | 0.18 | 0.50 | 96.52 | 0.1 | 0.46 |
| Hex | 72 | 80 | 69 | B | 0 | 12 | 32 | 61 | A | 2E |
| Octal | 162 | 200 | 151 | 13 | 0 | 22 | 62 | 141 | 12 | 56 |
| Binary | 1110010 | 10000000 | 1101001 | 1011 | 0 | 10010 | 110010 | 1100001 | 1010 | 101110 |
Color Harmonies of #728069
Complementary color
Monochromatic Colors of #728069
Black with #728069
Text Example
Text Example
White with #728069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728069; }
p { color: rgb(114,128,105); }
H1.HeaderClassName
{
color: #728069;
}
.AnyTagClassName
{
color: #728069;
}
</style>
background-color css
<style>
a { background-color: #728069; }
a { background-color: rgb(114,128,105); }
div.DivClassName
{
background-color: #728069;
}
.BgClassName
{
background-color: #728069;
}
</style>
border-color css
<style>
span { border-color: #728069; }
span { border-color: rgb(114,128,105); }
td.TdClassName
{
border-color: #728069;
}
.TagClassName
{
border-color: #728069;
}
</style>