Shades of Camouflage Green #849079
Tints of Camouflage Green #849079
RGB
CMYK
RGB Variations
Color information
#849079 (or 0x849079) is known color: Camouflage Green. HEX triplet: 84, 90 and 79. RGB value is (132,144,121). Sum of RGB (Red+Green+Blue) = 132+144+121=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 144 - color contains mainly: green. Hex color #849079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849079 is #7B6F86. Grayscale: #898989. Windows color (decimal): -8089479 or 7966852. OLE color: 7966852.
HSL color Cylindrical-coordinate representation of color #849079: hue angle of 91.3º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #849079 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 144 | 121 | - |
| CMYK | 0.08 | 0 | 0.16 | 0.44 |
| HSL | 91.3º | 0.09% | 0.52% | - |
| HSV(B) | 91.3º | 0.16% | 0.56% | - |
| XYZ | 22.94 | 26.23 | 21.94 | - |
| YUV | 137.79 | 118.52 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 144 | 121 | 0.08 | 0 | 0.16 | 0.44 | 91.3 | 0.09 | 0.52 |
| Hex | 84 | 90 | 79 | 8 | 0 | 10 | 2C | 5B | 9 | 34 |
| Octal | 204 | 220 | 171 | 10 | 0 | 20 | 54 | 133 | 11 | 64 |
| Binary | 10000100 | 10010000 | 1111001 | 1000 | 0 | 10000 | 101100 | 1011011 | 1001 | 110100 |
Color Harmonies of #849079
Complementary color
Monochromatic Colors of #849079
Black with #849079
Text Example
Text Example
White with #849079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849079; }
p { color: rgb(132,144,121); }
H1.HeaderClassName
{
color: #849079;
}
.AnyTagClassName
{
color: #849079;
}
</style>
background-color css
<style>
a { background-color: #849079; }
a { background-color: rgb(132,144,121); }
div.DivClassName
{
background-color: #849079;
}
.BgClassName
{
background-color: #849079;
}
</style>
border-color css
<style>
span { border-color: #849079; }
span { border-color: rgb(132,144,121); }
td.TdClassName
{
border-color: #849079;
}
.TagClassName
{
border-color: #849079;
}
</style>