Shades of Camouflage Green #849075
Tints of Camouflage Green #849075
RGB
CMYK
RGB Variations
Color information
#849075 (or 0x849075) is known color: Camouflage Green. HEX triplet: 84, 90 and 75. RGB value is (132,144,117). Sum of RGB (Red+Green+Blue) = 132+144+117=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 144 - color contains mainly: green. Hex color #849075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849075 is #7B6F8A. Grayscale: #898989. Windows color (decimal): -8089483 or 7704708. OLE color: 7704708.
HSL color Cylindrical-coordinate representation of color #849075: hue angle of 86.67º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #849075 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 144 | 117 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.44 |
| HSL | 86.67º | 0.11% | 0.51% | - |
| HSV(B) | 86.67º | 0.19% | 0.56% | - |
| XYZ | 22.7 | 26.14 | 20.68 | - |
| YUV | 137.33 | 116.52 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 144 | 117 | 0.08 | 0 | 0.19 | 0.44 | 86.67 | 0.11 | 0.51 |
| Hex | 84 | 90 | 75 | 8 | 0 | 13 | 2C | 57 | B | 33 |
| Octal | 204 | 220 | 165 | 10 | 0 | 23 | 54 | 127 | 13 | 63 |
| Binary | 10000100 | 10010000 | 1110101 | 1000 | 0 | 10011 | 101100 | 1010111 | 1011 | 110011 |
Color Harmonies of #849075
Complementary color
Monochromatic Colors of #849075
Black with #849075
Text Example
Text Example
White with #849075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849075; }
p { color: rgb(132,144,117); }
H1.HeaderClassName
{
color: #849075;
}
.AnyTagClassName
{
color: #849075;
}
</style>
background-color css
<style>
a { background-color: #849075; }
a { background-color: rgb(132,144,117); }
div.DivClassName
{
background-color: #849075;
}
.BgClassName
{
background-color: #849075;
}
</style>
border-color css
<style>
span { border-color: #849075; }
span { border-color: rgb(132,144,117); }
td.TdClassName
{
border-color: #849075;
}
.TagClassName
{
border-color: #849075;
}
</style>