Shades of Camouflage Green #849176
Tints of Camouflage Green #849176
RGB
CMYK
RGB Variations
Color information
#849176 (or 0x849176) is known color: Camouflage Green. HEX triplet: 84, 91 and 76. RGB value is (132,145,118). Sum of RGB (Red+Green+Blue) = 132+145+118=395 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.42% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 145 - color contains mainly: green. Hex color #849176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849176 is #7B6E89. Grayscale: #8A8A8A. Windows color (decimal): -8089226 or 7770500. OLE color: 7770500.
HSL color Cylindrical-coordinate representation of color #849176: hue angle of 88.89º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #849176 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 132 | 145 | 118 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.43 |
| HSL | 88.89º | 0.11% | 0.52% | - |
| HSV(B) | 88.89º | 0.19% | 0.57% | - |
| XYZ | 22.91 | 26.46 | 21.04 | - |
| YUV | 138.04 | 116.69 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 145 | 118 | 0.09 | 0 | 0.19 | 0.43 | 88.89 | 0.11 | 0.52 |
| Hex | 84 | 91 | 76 | 9 | 0 | 13 | 2B | 59 | B | 34 |
| Octal | 204 | 221 | 166 | 11 | 0 | 23 | 53 | 131 | 13 | 64 |
| Binary | 10000100 | 10010001 | 1110110 | 1001 | 0 | 10011 | 101011 | 1011001 | 1011 | 110100 |
Color Harmonies of #849176
Complementary color
Monochromatic Colors of #849176
Black with #849176
Text Example
Text Example
White with #849176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849176; }
p { color: rgb(132,145,118); }
H1.HeaderClassName
{
color: #849176;
}
.AnyTagClassName
{
color: #849176;
}
</style>
background-color css
<style>
a { background-color: #849176; }
a { background-color: rgb(132,145,118); }
div.DivClassName
{
background-color: #849176;
}
.BgClassName
{
background-color: #849176;
}
</style>
border-color css
<style>
span { border-color: #849176; }
span { border-color: rgb(132,145,118); }
td.TdClassName
{
border-color: #849176;
}
.TagClassName
{
border-color: #849176;
}
</style>