Shades of Olive #84840E
Tints of Olive #84840E
RGB
CMYK
RGB Variations
Color information
#84840E (or 0x84840E) is known color: Olive. HEX triplet: 84, 84 and 0E. RGB value is (132,132,14). Sum of RGB (Red+Green+Blue) = 132+132+14=278 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.48% from 278); Green value is 132 (51.95% from 255 or 47.48% from 278); Blue value is 14 (5.86% from 255 or 5.04% from 278); Max value from RGB is 132 - color contains mainly: red, green. Hex color #84840E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84840E is #7B7BF1. Grayscale: #777777. Windows color (decimal): -8092658 or 951428. OLE color: 951428.
HSL color Cylindrical-coordinate representation of color #84840E: hue angle of 60º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #84840E is Cyan = 0, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 132 | 14 | - |
| CMYK | 0 | 0 | 0.89 | 0.48 |
| HSL | 60º | 0.81% | 0.29% | - |
| HSV(B) | 60º | 0.89% | 0.52% | - |
| XYZ | 17.85 | 21.44 | 3.61 | - |
| YUV | 118.55 | 69 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 132 | 14 | 0 | 0 | 0.89 | 0.48 | 60 | 0.81 | 0.29 |
| Hex | 84 | 84 | E | 0 | 0 | 59 | 30 | 3C | 51 | 1D |
| Octal | 204 | 204 | 16 | 0 | 0 | 131 | 60 | 74 | 121 | 35 |
| Binary | 10000100 | 10000100 | 1110 | 0 | 0 | 1011001 | 110000 | 111100 | 1010001 | 11101 |
Color Harmonies of #84840E
Complementary color
Monochromatic Colors of #84840E
Black with #84840E
Text Example
Text Example
White with #84840E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84840E; }
p { color: rgb(132,132,14); }
H1.HeaderClassName
{
color: #84840E;
}
.AnyTagClassName
{
color: #84840E;
}
</style>
background-color css
<style>
a { background-color: #84840E; }
a { background-color: rgb(132,132,14); }
div.DivClassName
{
background-color: #84840E;
}
.BgClassName
{
background-color: #84840E;
}
</style>
border-color css
<style>
span { border-color: #84840E; }
span { border-color: rgb(132,132,14); }
td.TdClassName
{
border-color: #84840E;
}
.TagClassName
{
border-color: #84840E;
}
</style>