Shades of Olive #808B10
Tints of Olive #808B10
RGB
CMYK
RGB Variations
Color information
#808B10 (or 0x808B10) is known color: Olive. HEX triplet: 80, 8B and 10. RGB value is (128,139,16). Sum of RGB (Red+Green+Blue) = 128+139+16=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 139 (54.69% from 255 or 49.12% from 283); Blue value is 16 (6.64% from 255 or 5.65% from 283); Max value from RGB is 139 - color contains mainly: green. Hex color #808B10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808B10 is #7F74EF. Grayscale: #7A7A7A. Windows color (decimal): -8353008 or 1084288. OLE color: 1084288.
HSL color Cylindrical-coordinate representation of color #808B10: hue angle of 65.37º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #808B10 is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 139 | 16 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.45 |
| HSL | 65.37º | 0.79% | 0.3% | - |
| HSV(B) | 65.37º | 0.88% | 0.55% | - |
| XYZ | 18.23 | 23.09 | 3.99 | - |
| YUV | 121.69 | 68.36 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 139 | 16 | 0.08 | 0 | 0.88 | 0.45 | 65.37 | 0.79 | 0.3 |
| Hex | 80 | 8B | 10 | 8 | 0 | 58 | 2D | 41 | 4F | 1E |
| Octal | 200 | 213 | 20 | 10 | 0 | 130 | 55 | 101 | 117 | 36 |
| Binary | 10000000 | 10001011 | 10000 | 1000 | 0 | 1011000 | 101101 | 1000001 | 1001111 | 11110 |
Color Harmonies of #808B10
Complementary color
Monochromatic Colors of #808B10
Black with #808B10
Text Example
Text Example
White with #808B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808B10; }
p { color: rgb(128,139,16); }
H1.HeaderClassName
{
color: #808B10;
}
.AnyTagClassName
{
color: #808B10;
}
</style>
background-color css
<style>
a { background-color: #808B10; }
a { background-color: rgb(128,139,16); }
div.DivClassName
{
background-color: #808B10;
}
.BgClassName
{
background-color: #808B10;
}
</style>
border-color css
<style>
span { border-color: #808B10; }
span { border-color: rgb(128,139,16); }
td.TdClassName
{
border-color: #808B10;
}
.TagClassName
{
border-color: #808B10;
}
</style>