Shades of Camouflage Green #848E73
Tints of Camouflage Green #848E73
RGB
CMYK
RGB Variations
Color information
#848E73 (or 0x848E73) is known color: Camouflage Green. HEX triplet: 84, 8E and 73. RGB value is (132,142,115). Sum of RGB (Red+Green+Blue) = 132+142+115=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 142 (55.86% from 255 or 36.50% from 389); Blue value is 115 (45.31% from 255 or 29.56% from 389); Max value from RGB is 142 - color contains mainly: green. Hex color #848E73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848E73 is #7B718C. Grayscale: #888888. Windows color (decimal): -8089997 or 7573124. OLE color: 7573124.
HSL color Cylindrical-coordinate representation of color #848E73: hue angle of 82.22º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #848E73 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 142 | 115 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.44 |
| HSL | 82.22º | 0.11% | 0.5% | - |
| HSV(B) | 82.22º | 0.19% | 0.56% | - |
| XYZ | 22.28 | 25.49 | 19.97 | - |
| YUV | 135.93 | 116.19 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 142 | 115 | 0.07 | 0 | 0.19 | 0.44 | 82.22 | 0.11 | 0.5 |
| Hex | 84 | 8E | 73 | 7 | 0 | 13 | 2C | 52 | B | 32 |
| Octal | 204 | 216 | 163 | 7 | 0 | 23 | 54 | 122 | 13 | 62 |
| Binary | 10000100 | 10001110 | 1110011 | 111 | 0 | 10011 | 101100 | 1010010 | 1011 | 110010 |
Color Harmonies of #848E73
Complementary color
Monochromatic Colors of #848E73
Black with #848E73
Text Example
Text Example
White with #848E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848E73; }
p { color: rgb(132,142,115); }
H1.HeaderClassName
{
color: #848E73;
}
.AnyTagClassName
{
color: #848E73;
}
</style>
background-color css
<style>
a { background-color: #848E73; }
a { background-color: rgb(132,142,115); }
div.DivClassName
{
background-color: #848E73;
}
.BgClassName
{
background-color: #848E73;
}
</style>
border-color css
<style>
span { border-color: #848E73; }
span { border-color: rgb(132,142,115); }
td.TdClassName
{
border-color: #848E73;
}
.TagClassName
{
border-color: #848E73;
}
</style>