Shades of Olive Haze #84806D
Tints of Olive Haze #84806D
RGB
CMYK
RGB Variations
Color information
#84806D (or 0x84806D) is known color: Olive Haze. HEX triplet: 84, 80 and 6D. RGB value is (132,128,109). Sum of RGB (Red+Green+Blue) = 132+128+109=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 132 - color contains mainly: red. Hex color #84806D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84806D is #7B7F92. Grayscale: #7F7F7F. Windows color (decimal): -8093587 or 7176324. OLE color: 7176324.
HSL color Cylindrical-coordinate representation of color #84806D: hue angle of 49.57º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #84806D is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 128 | 109 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.48 |
| HSL | 49.57º | 0.1% | 0.47% | - |
| HSV(B) | 49.57º | 0.17% | 0.52% | - |
| XYZ | 20 | 21.45 | 17.55 | - |
| YUV | 127.03 | 117.83 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 128 | 109 | 0 | 0.03 | 0.17 | 0.48 | 49.57 | 0.1 | 0.47 |
| Hex | 84 | 80 | 6D | 0 | 3 | 11 | 30 | 32 | A | 2F |
| Octal | 204 | 200 | 155 | 0 | 3 | 21 | 60 | 62 | 12 | 57 |
| Binary | 10000100 | 10000000 | 1101101 | 0 | 11 | 10001 | 110000 | 110010 | 1010 | 101111 |
Color Harmonies of #84806D
Complementary color
Monochromatic Colors of #84806D
Black with #84806D
Text Example
Text Example
White with #84806D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84806D; }
p { color: rgb(132,128,109); }
H1.HeaderClassName
{
color: #84806D;
}
.AnyTagClassName
{
color: #84806D;
}
</style>
background-color css
<style>
a { background-color: #84806D; }
a { background-color: rgb(132,128,109); }
div.DivClassName
{
background-color: #84806D;
}
.BgClassName
{
background-color: #84806D;
}
</style>
border-color css
<style>
span { border-color: #84806D; }
span { border-color: rgb(132,128,109); }
td.TdClassName
{
border-color: #84806D;
}
.TagClassName
{
border-color: #84806D;
}
</style>