Shades of Olive #84A000
Tints of Olive #84A000
RGB
CMYK
RGB Variations
Color information
#84A000 (or 0x84A000) is known color: Olive. HEX triplet: 84, A0 and 00. RGB value is (132,160,0). Sum of RGB (Red+Green+Blue) = 132+160+0=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 160 (62.89% from 255 or 54.79% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 160 - color contains mainly: green. Hex color #84A000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84A000 is #7B5FFF. Grayscale: #868686. Windows color (decimal): -8085504 or 41092. OLE color: 41092.
HSL color Cylindrical-coordinate representation of color #84A000: hue angle of 70.5º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #84A000 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 160 | 0 | - |
| CMYK | 0.17 | 0 | 1 | 0.37 |
| HSL | 70.5º | 1% | 0.31% | - |
| HSV(B) | 70.5º | 1% | 0.63% | - |
| XYZ | 22.09 | 30.05 | 4.64 | - |
| YUV | 133.39 | 52.72 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 160 | 0 | 0.17 | 0 | 1 | 0.37 | 70.5 | 1 | 0.31 |
| Hex | 84 | A0 | 0 | 11 | 0 | 64 | 25 | 46 | 64 | 1F |
| Octal | 204 | 240 | 0 | 21 | 0 | 144 | 45 | 106 | 144 | 37 |
| Binary | 10000100 | 10100000 | 0 | 10001 | 0 | 1100100 | 100101 | 1000110 | 1100100 | 11111 |
Color Harmonies of #84A000
Complementary color
Monochromatic Colors of #84A000
Black with #84A000
Text Example
Text Example
White with #84A000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A000; }
p { color: rgb(132,160,0); }
H1.HeaderClassName
{
color: #84A000;
}
.AnyTagClassName
{
color: #84A000;
}
</style>
background-color css
<style>
a { background-color: #84A000; }
a { background-color: rgb(132,160,0); }
div.DivClassName
{
background-color: #84A000;
}
.BgClassName
{
background-color: #84A000;
}
</style>
border-color css
<style>
span { border-color: #84A000; }
span { border-color: rgb(132,160,0); }
td.TdClassName
{
border-color: #84A000;
}
.TagClassName
{
border-color: #84A000;
}
</style>