Shades of Olive #808110
Tints of Olive #808110
RGB
CMYK
RGB Variations
Color information
#808110 (or 0x808110) is known color: Olive. HEX triplet: 80, 81 and 10. RGB value is (128,129,16). Sum of RGB (Red+Green+Blue) = 128+129+16=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 129 (50.78% from 255 or 47.25% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 129 - color contains mainly: green. Hex color #808110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808110 is #7F7EEF. Grayscale: #747474. Windows color (decimal): -8355568 or 1081728. OLE color: 1081728.
HSL color Cylindrical-coordinate representation of color #808110: hue angle of 60.53º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #808110 is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 129 | 16 | - |
| CMYK | 0.01 | 0 | 0.88 | 0.49 |
| HSL | 60.53º | 0.78% | 0.28% | - |
| HSV(B) | 60.53º | 0.88% | 0.51% | - |
| XYZ | 16.85 | 20.33 | 3.53 | - |
| YUV | 115.82 | 71.67 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 129 | 16 | 0.01 | 0 | 0.88 | 0.49 | 60.53 | 0.78 | 0.28 |
| Hex | 80 | 81 | 10 | 1 | 0 | 58 | 31 | 3D | 4E | 1C |
| Octal | 200 | 201 | 20 | 1 | 0 | 130 | 61 | 75 | 116 | 34 |
| Binary | 10000000 | 10000001 | 10000 | 1 | 0 | 1011000 | 110001 | 111101 | 1001110 | 11100 |
Color Harmonies of #808110
Complementary color
Monochromatic Colors of #808110
Black with #808110
Text Example
Text Example
White with #808110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808110; }
p { color: rgb(128,129,16); }
H1.HeaderClassName
{
color: #808110;
}
.AnyTagClassName
{
color: #808110;
}
</style>
background-color css
<style>
a { background-color: #808110; }
a { background-color: rgb(128,129,16); }
div.DivClassName
{
background-color: #808110;
}
.BgClassName
{
background-color: #808110;
}
</style>
border-color css
<style>
span { border-color: #808110; }
span { border-color: rgb(128,129,16); }
td.TdClassName
{
border-color: #808110;
}
.TagClassName
{
border-color: #808110;
}
</style>