Shades of Camouflage Green #849174
Tints of Camouflage Green #849174
RGB
CMYK
RGB Variations
Color information
#849174 (or 0x849174) is known color: Camouflage Green. HEX triplet: 84, 91 and 74. RGB value is (132,145,116). Sum of RGB (Red+Green+Blue) = 132+145+116=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 145 - color contains mainly: green. Hex color #849174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849174 is #7B6E8B. Grayscale: #898989. Windows color (decimal): -8089228 or 7639428. OLE color: 7639428.
HSL color Cylindrical-coordinate representation of color #849174: hue angle of 86.9º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #849174 is Cyan = 0.09, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 132 | 145 | 116 | - |
| CMYK | 0.09 | 0 | 0.2 | 0.43 |
| HSL | 86.9º | 0.12% | 0.51% | - |
| HSV(B) | 86.9º | 0.2% | 0.57% | - |
| XYZ | 22.79 | 26.42 | 20.42 | - |
| YUV | 137.81 | 115.69 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 145 | 116 | 0.09 | 0 | 0.2 | 0.43 | 86.9 | 0.12 | 0.51 |
| Hex | 84 | 91 | 74 | 9 | 0 | 14 | 2B | 57 | C | 33 |
| Octal | 204 | 221 | 164 | 11 | 0 | 24 | 53 | 127 | 14 | 63 |
| Binary | 10000100 | 10010001 | 1110100 | 1001 | 0 | 10100 | 101011 | 1010111 | 1100 | 110011 |
Color Harmonies of #849174
Complementary color
Monochromatic Colors of #849174
Black with #849174
Text Example
Text Example
White with #849174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849174; }
p { color: rgb(132,145,116); }
H1.HeaderClassName
{
color: #849174;
}
.AnyTagClassName
{
color: #849174;
}
</style>
background-color css
<style>
a { background-color: #849174; }
a { background-color: rgb(132,145,116); }
div.DivClassName
{
background-color: #849174;
}
.BgClassName
{
background-color: #849174;
}
</style>
border-color css
<style>
span { border-color: #849174; }
span { border-color: rgb(132,145,116); }
td.TdClassName
{
border-color: #849174;
}
.TagClassName
{
border-color: #849174;
}
</style>