Shades of Olive Haze #84806C
Tints of Olive Haze #84806C
RGB
CMYK
RGB Variations
Color information
#84806C (or 0x84806C) is known color: Olive Haze. HEX triplet: 84, 80 and 6C. RGB value is (132,128,108). Sum of RGB (Red+Green+Blue) = 132+128+108=368 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.87% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 132 - color contains mainly: red. Hex color #84806C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84806C is #7B7F93. Grayscale: #7F7F7F. Windows color (decimal): -8093588 or 7110788. OLE color: 7110788.
HSL color Cylindrical-coordinate representation of color #84806C: hue angle of 50º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #84806C is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 128 | 108 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.48 |
| HSL | 50º | 0.1% | 0.47% | - |
| HSV(B) | 50º | 0.18% | 0.52% | - |
| XYZ | 19.94 | 21.43 | 17.27 | - |
| YUV | 126.92 | 117.33 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 128 | 108 | 0 | 0.03 | 0.18 | 0.48 | 50 | 0.1 | 0.47 |
| Hex | 84 | 80 | 6C | 0 | 3 | 12 | 30 | 32 | A | 2F |
| Octal | 204 | 200 | 154 | 0 | 3 | 22 | 60 | 62 | 12 | 57 |
| Binary | 10000100 | 10000000 | 1101100 | 0 | 11 | 10010 | 110000 | 110010 | 1010 | 101111 |
Color Harmonies of #84806C
Complementary color
Monochromatic Colors of #84806C
Black with #84806C
Text Example
Text Example
White with #84806C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84806C; }
p { color: rgb(132,128,108); }
H1.HeaderClassName
{
color: #84806C;
}
.AnyTagClassName
{
color: #84806C;
}
</style>
background-color css
<style>
a { background-color: #84806C; }
a { background-color: rgb(132,128,108); }
div.DivClassName
{
background-color: #84806C;
}
.BgClassName
{
background-color: #84806C;
}
</style>
border-color css
<style>
span { border-color: #84806C; }
span { border-color: rgb(132,128,108); }
td.TdClassName
{
border-color: #84806C;
}
.TagClassName
{
border-color: #84806C;
}
</style>