Shades of Olive #84900A
Tints of Olive #84900A
RGB
CMYK
RGB Variations
Color information
#84900A (or 0x84900A) is known color: Olive. HEX triplet: 84, 90 and 0A. RGB value is (132,144,10). Sum of RGB (Red+Green+Blue) = 132+144+10=286 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.15% from 286); Green value is 144 (56.64% from 255 or 50.35% from 286); Blue value is 10 (4.30% from 255 or 3.50% from 286); Max value from RGB is 144 - color contains mainly: green. Hex color #84900A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84900A is #7B6FF5. Grayscale: #7D7D7D. Windows color (decimal): -8089590 or 692356. OLE color: 692356.
HSL color Cylindrical-coordinate representation of color #84900A: hue angle of 65.37º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #84900A is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 144 | 10 | - |
| CMYK | 0.08 | 0 | 0.93 | 0.44 |
| HSL | 65.37º | 0.87% | 0.3% | - |
| HSV(B) | 65.37º | 0.93% | 0.56% | - |
| XYZ | 19.54 | 24.87 | 4.06 | - |
| YUV | 125.14 | 63.02 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 144 | 10 | 0.08 | 0 | 0.93 | 0.44 | 65.37 | 0.87 | 0.3 |
| Hex | 84 | 90 | A | 8 | 0 | 5D | 2C | 41 | 57 | 1E |
| Octal | 204 | 220 | 12 | 10 | 0 | 135 | 54 | 101 | 127 | 36 |
| Binary | 10000100 | 10010000 | 1010 | 1000 | 0 | 1011101 | 101100 | 1000001 | 1010111 | 11110 |
Color Harmonies of #84900A
Complementary color
Monochromatic Colors of #84900A
Black with #84900A
Text Example
Text Example
White with #84900A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84900A; }
p { color: rgb(132,144,10); }
H1.HeaderClassName
{
color: #84900A;
}
.AnyTagClassName
{
color: #84900A;
}
</style>
background-color css
<style>
a { background-color: #84900A; }
a { background-color: rgb(132,144,10); }
div.DivClassName
{
background-color: #84900A;
}
.BgClassName
{
background-color: #84900A;
}
</style>
border-color css
<style>
span { border-color: #84900A; }
span { border-color: rgb(132,144,10); }
td.TdClassName
{
border-color: #84900A;
}
.TagClassName
{
border-color: #84900A;
}
</style>