Shades of Camouflage Green #849070
Tints of Camouflage Green #849070
RGB
CMYK
RGB Variations
Color information
#849070 (or 0x849070) is known color: Camouflage Green. HEX triplet: 84, 90 and 70. RGB value is (132,144,112). Sum of RGB (Red+Green+Blue) = 132+144+112=388 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.02% from 388); Green value is 144 (56.64% from 255 or 37.11% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 144 - color contains mainly: green. Hex color #849070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849070 is #7B6F8F. Grayscale: #888888. Windows color (decimal): -8089488 or 7377028. OLE color: 7377028.
HSL color Cylindrical-coordinate representation of color #849070: hue angle of 82.5º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #849070 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 144 | 112 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.44 |
| HSL | 82.5º | 0.13% | 0.5% | - |
| HSV(B) | 82.5º | 0.22% | 0.56% | - |
| XYZ | 22.41 | 26.02 | 19.17 | - |
| YUV | 136.76 | 114.02 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 144 | 112 | 0.08 | 0 | 0.22 | 0.44 | 82.5 | 0.13 | 0.5 |
| Hex | 84 | 90 | 70 | 8 | 0 | 16 | 2C | 52 | D | 32 |
| Octal | 204 | 220 | 160 | 10 | 0 | 26 | 54 | 122 | 15 | 62 |
| Binary | 10000100 | 10010000 | 1110000 | 1000 | 0 | 10110 | 101100 | 1010010 | 1101 | 110010 |
Color Harmonies of #849070
Complementary color
Monochromatic Colors of #849070
Black with #849070
Text Example
Text Example
White with #849070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849070; }
p { color: rgb(132,144,112); }
H1.HeaderClassName
{
color: #849070;
}
.AnyTagClassName
{
color: #849070;
}
</style>
background-color css
<style>
a { background-color: #849070; }
a { background-color: rgb(132,144,112); }
div.DivClassName
{
background-color: #849070;
}
.BgClassName
{
background-color: #849070;
}
</style>
border-color css
<style>
span { border-color: #849070; }
span { border-color: rgb(132,144,112); }
td.TdClassName
{
border-color: #849070;
}
.TagClassName
{
border-color: #849070;
}
</style>