Shades of Olive #808510
Tints of Olive #808510
RGB
CMYK
RGB Variations
Color information
#808510 (or 0x808510) is known color: Olive. HEX triplet: 80, 85 and 10. RGB value is (128,133,16). Sum of RGB (Red+Green+Blue) = 128+133+16=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 133 (52.34% from 255 or 48.01% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 133 - color contains mainly: green. Hex color #808510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808510 is #7F7AEF. Grayscale: #767676. Windows color (decimal): -8354544 or 1082752. OLE color: 1082752.
HSL color Cylindrical-coordinate representation of color #808510: hue angle of 62.56º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #808510 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 133 | 16 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.48 |
| HSL | 62.56º | 0.79% | 0.29% | - |
| HSV(B) | 62.56º | 0.88% | 0.52% | - |
| XYZ | 17.38 | 21.4 | 3.7 | - |
| YUV | 118.17 | 70.34 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 133 | 16 | 0.04 | 0 | 0.88 | 0.48 | 62.56 | 0.79 | 0.29 |
| Hex | 80 | 85 | 10 | 4 | 0 | 58 | 30 | 3F | 4F | 1D |
| Octal | 200 | 205 | 20 | 4 | 0 | 130 | 60 | 77 | 117 | 35 |
| Binary | 10000000 | 10000101 | 10000 | 100 | 0 | 1011000 | 110000 | 111111 | 1001111 | 11101 |
Color Harmonies of #808510
Complementary color
Monochromatic Colors of #808510
Black with #808510
Text Example
Text Example
White with #808510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808510; }
p { color: rgb(128,133,16); }
H1.HeaderClassName
{
color: #808510;
}
.AnyTagClassName
{
color: #808510;
}
</style>
background-color css
<style>
a { background-color: #808510; }
a { background-color: rgb(128,133,16); }
div.DivClassName
{
background-color: #808510;
}
.BgClassName
{
background-color: #808510;
}
</style>
border-color css
<style>
span { border-color: #808510; }
span { border-color: rgb(128,133,16); }
td.TdClassName
{
border-color: #808510;
}
.TagClassName
{
border-color: #808510;
}
</style>