Shades of Olive #84890A
Tints of Olive #84890A
RGB
CMYK
RGB Variations
Color information
#84890A (or 0x84890A) is known color: Olive. HEX triplet: 84, 89 and 0A. RGB value is (132,137,10). Sum of RGB (Red+Green+Blue) = 132+137+10=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 137 (53.91% from 255 or 49.10% from 279); Blue value is 10 (4.30% from 255 or 3.58% from 279); Max value from RGB is 137 - color contains mainly: green. Hex color #84890A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84890A is #7B76F5. Grayscale: #797979. Windows color (decimal): -8091382 or 690564. OLE color: 690564.
HSL color Cylindrical-coordinate representation of color #84890A: hue angle of 62.36º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #84890A is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 137 | 10 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.46 |
| HSL | 62.36º | 0.86% | 0.29% | - |
| HSV(B) | 62.36º | 0.93% | 0.54% | - |
| XYZ | 18.52 | 22.82 | 3.72 | - |
| YUV | 121.03 | 65.34 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 137 | 10 | 0.04 | 0 | 0.93 | 0.46 | 62.36 | 0.86 | 0.29 |
| Hex | 84 | 89 | A | 4 | 0 | 5D | 2E | 3E | 56 | 1D |
| Octal | 204 | 211 | 12 | 4 | 0 | 135 | 56 | 76 | 126 | 35 |
| Binary | 10000100 | 10001001 | 1010 | 100 | 0 | 1011101 | 101110 | 111110 | 1010110 | 11101 |
Color Harmonies of #84890A
Complementary color
Monochromatic Colors of #84890A
Black with #84890A
Text Example
Text Example
White with #84890A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84890A; }
p { color: rgb(132,137,10); }
H1.HeaderClassName
{
color: #84890A;
}
.AnyTagClassName
{
color: #84890A;
}
</style>
background-color css
<style>
a { background-color: #84890A; }
a { background-color: rgb(132,137,10); }
div.DivClassName
{
background-color: #84890A;
}
.BgClassName
{
background-color: #84890A;
}
</style>
border-color css
<style>
span { border-color: #84890A; }
span { border-color: rgb(132,137,10); }
td.TdClassName
{
border-color: #84890A;
}
.TagClassName
{
border-color: #84890A;
}
</style>