Shades of Olive #84800A
Tints of Olive #84800A
RGB
CMYK
RGB Variations
Color information
#84800A (or 0x84800A) is known color: Olive. HEX triplet: 84, 80 and 0A. RGB value is (132,128,10). Sum of RGB (Red+Green+Blue) = 132+128+10=270 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.89% from 270); Green value is 128 (50.39% from 255 or 47.41% from 270); Blue value is 10 (4.30% from 255 or 3.70% from 270); Max value from RGB is 132 - color contains mainly: red. Hex color #84800A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84800A is #7B7FF5. Grayscale: #747474. Windows color (decimal): -8093686 or 688260. OLE color: 688260.
HSL color Cylindrical-coordinate representation of color #84800A: hue angle of 58.03º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #84800A is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 128 | 10 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.48 |
| HSL | 58.03º | 0.86% | 0.28% | - |
| HSV(B) | 58.03º | 0.92% | 0.52% | - |
| XYZ | 17.29 | 20.37 | 3.31 | - |
| YUV | 115.74 | 68.33 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 128 | 10 | 0 | 0.03 | 0.92 | 0.48 | 58.03 | 0.86 | 0.28 |
| Hex | 84 | 80 | A | 0 | 3 | 5C | 30 | 3A | 56 | 1C |
| Octal | 204 | 200 | 12 | 0 | 3 | 134 | 60 | 72 | 126 | 34 |
| Binary | 10000100 | 10000000 | 1010 | 0 | 11 | 1011100 | 110000 | 111010 | 1010110 | 11100 |
Color Harmonies of #84800A
Complementary color
Monochromatic Colors of #84800A
Black with #84800A
Text Example
Text Example
White with #84800A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84800A; }
p { color: rgb(132,128,10); }
H1.HeaderClassName
{
color: #84800A;
}
.AnyTagClassName
{
color: #84800A;
}
</style>
background-color css
<style>
a { background-color: #84800A; }
a { background-color: rgb(132,128,10); }
div.DivClassName
{
background-color: #84800A;
}
.BgClassName
{
background-color: #84800A;
}
</style>
border-color css
<style>
span { border-color: #84800A; }
span { border-color: rgb(132,128,10); }
td.TdClassName
{
border-color: #84800A;
}
.TagClassName
{
border-color: #84800A;
}
</style>