Shades of Camouflage Green #84906E
Tints of Camouflage Green #84906E
RGB
CMYK
RGB Variations
Color information
#84906E (or 0x84906E) is known color: Camouflage Green. HEX triplet: 84, 90 and 6E. RGB value is (132,144,110). Sum of RGB (Red+Green+Blue) = 132+144+110=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 144 - color contains mainly: green. Hex color #84906E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84906E is #7B6F91. Grayscale: #888888. Windows color (decimal): -8089490 or 7245956. OLE color: 7245956.
HSL color Cylindrical-coordinate representation of color #84906E: hue angle of 81.18º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #84906E is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 144 | 110 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.44 |
| HSL | 81.18º | 0.13% | 0.5% | - |
| HSV(B) | 81.18º | 0.24% | 0.56% | - |
| XYZ | 22.3 | 25.98 | 18.59 | - |
| YUV | 136.54 | 113.02 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 144 | 110 | 0.08 | 0 | 0.24 | 0.44 | 81.18 | 0.13 | 0.5 |
| Hex | 84 | 90 | 6E | 8 | 0 | 18 | 2C | 51 | D | 32 |
| Octal | 204 | 220 | 156 | 10 | 0 | 30 | 54 | 121 | 15 | 62 |
| Binary | 10000100 | 10010000 | 1101110 | 1000 | 0 | 11000 | 101100 | 1010001 | 1101 | 110010 |
Color Harmonies of #84906E
Complementary color
Monochromatic Colors of #84906E
Black with #84906E
Text Example
Text Example
White with #84906E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84906E; }
p { color: rgb(132,144,110); }
H1.HeaderClassName
{
color: #84906E;
}
.AnyTagClassName
{
color: #84906E;
}
</style>
background-color css
<style>
a { background-color: #84906E; }
a { background-color: rgb(132,144,110); }
div.DivClassName
{
background-color: #84906E;
}
.BgClassName
{
background-color: #84906E;
}
</style>
border-color css
<style>
span { border-color: #84906E; }
span { border-color: rgb(132,144,110); }
td.TdClassName
{
border-color: #84906E;
}
.TagClassName
{
border-color: #84906E;
}
</style>