Shades of Olive #84890E
Tints of Olive #84890E
RGB
CMYK
RGB Variations
Color information
#84890E (or 0x84890E) is known color: Olive. HEX triplet: 84, 89 and 0E. RGB value is (132,137,14). Sum of RGB (Red+Green+Blue) = 132+137+14=283 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.64% from 283); Green value is 137 (53.91% from 255 or 48.41% from 283); Blue value is 14 (5.86% from 255 or 4.95% from 283); Max value from RGB is 137 - color contains mainly: green. Hex color #84890E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84890E is #7B76F1. Grayscale: #797979. Windows color (decimal): -8091378 or 952708. OLE color: 952708.
HSL color Cylindrical-coordinate representation of color #84890E: hue angle of 62.44º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #84890E is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 137 | 14 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.46 |
| HSL | 62.44º | 0.81% | 0.3% | - |
| HSV(B) | 62.44º | 0.9% | 0.54% | - |
| XYZ | 18.54 | 22.83 | 3.84 | - |
| YUV | 121.48 | 67.34 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 137 | 14 | 0.04 | 0 | 0.90 | 0.46 | 62.44 | 0.81 | 0.3 |
| Hex | 84 | 89 | E | 4 | 0 | 5A | 2E | 3E | 51 | 1E |
| Octal | 204 | 211 | 16 | 4 | 0 | 132 | 56 | 76 | 121 | 36 |
| Binary | 10000100 | 10001001 | 1110 | 100 | 0 | 1011010 | 101110 | 111110 | 1010001 | 11110 |
Color Harmonies of #84890E
Complementary color
Monochromatic Colors of #84890E
Black with #84890E
Text Example
Text Example
White with #84890E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84890E; }
p { color: rgb(132,137,14); }
H1.HeaderClassName
{
color: #84890E;
}
.AnyTagClassName
{
color: #84890E;
}
</style>
background-color css
<style>
a { background-color: #84890E; }
a { background-color: rgb(132,137,14); }
div.DivClassName
{
background-color: #84890E;
}
.BgClassName
{
background-color: #84890E;
}
</style>
border-color css
<style>
span { border-color: #84890E; }
span { border-color: rgb(132,137,14); }
td.TdClassName
{
border-color: #84890E;
}
.TagClassName
{
border-color: #84890E;
}
</style>