Shades of Olive #808610
Tints of Olive #808610
RGB
CMYK
RGB Variations
Color information
#808610 (or 0x808610) is known color: Olive. HEX triplet: 80, 86 and 10. RGB value is (128,134,16). Sum of RGB (Red+Green+Blue) = 128+134+16=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 134 (52.73% from 255 or 48.20% from 278); Blue value is 16 (6.64% from 255 or 5.76% from 278); Max value from RGB is 134 - color contains mainly: green. Hex color #808610 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808610 is #7F79EF. Grayscale: #777777. Windows color (decimal): -8354288 or 1083008. OLE color: 1083008.
HSL color Cylindrical-coordinate representation of color #808610: hue angle of 63.05º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #808610 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 134 | 16 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.47 |
| HSL | 63.05º | 0.79% | 0.29% | - |
| HSV(B) | 63.05º | 0.88% | 0.53% | - |
| XYZ | 17.52 | 21.68 | 3.75 | - |
| YUV | 118.75 | 70.01 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 134 | 16 | 0.04 | 0 | 0.88 | 0.47 | 63.05 | 0.79 | 0.29 |
| Hex | 80 | 86 | 10 | 4 | 0 | 58 | 2F | 3F | 4F | 1D |
| Octal | 200 | 206 | 20 | 4 | 0 | 130 | 57 | 77 | 117 | 35 |
| Binary | 10000000 | 10000110 | 10000 | 100 | 0 | 1011000 | 101111 | 111111 | 1001111 | 11101 |
Color Harmonies of #808610
Complementary color
Monochromatic Colors of #808610
Black with #808610
Text Example
Text Example
White with #808610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808610; }
p { color: rgb(128,134,16); }
H1.HeaderClassName
{
color: #808610;
}
.AnyTagClassName
{
color: #808610;
}
</style>
background-color css
<style>
a { background-color: #808610; }
a { background-color: rgb(128,134,16); }
div.DivClassName
{
background-color: #808610;
}
.BgClassName
{
background-color: #808610;
}
</style>
border-color css
<style>
span { border-color: #808610; }
span { border-color: rgb(128,134,16); }
td.TdClassName
{
border-color: #808610;
}
.TagClassName
{
border-color: #808610;
}
</style>