Shades of Olive #868010
Tints of Olive #868010
RGB
CMYK
RGB Variations
Color information
#868010 (or 0x868010) is known color: Olive. HEX triplet: 86, 80 and 10. RGB value is (134,128,16). Sum of RGB (Red+Green+Blue) = 134+128+16=278 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.20% from 278); Green value is 128 (50.39% from 255 or 46.04% from 278); Blue value is 16 (6.64% from 255 or 5.76% from 278); Max value from RGB is 134 - color contains mainly: red. Hex color #868010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868010 is #797FEF. Grayscale: #757575. Windows color (decimal): -7962608 or 1081478. OLE color: 1081478.
HSL color Cylindrical-coordinate representation of color #868010: hue angle of 56.95º 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 #868010 is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 128 | 16 | - |
| CMYK | 0 | 0.04 | 0.88 | 0.47 |
| HSL | 56.95º | 0.79% | 0.29% | - |
| HSV(B) | 56.95º | 0.88% | 0.53% | - |
| XYZ | 17.64 | 20.54 | 3.53 | - |
| YUV | 117.03 | 70.99 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 128 | 16 | 0 | 0.04 | 0.88 | 0.47 | 56.95 | 0.79 | 0.29 |
| Hex | 86 | 80 | 10 | 0 | 4 | 58 | 2F | 39 | 4F | 1D |
| Octal | 206 | 200 | 20 | 0 | 4 | 130 | 57 | 71 | 117 | 35 |
| Binary | 10000110 | 10000000 | 10000 | 0 | 100 | 1011000 | 101111 | 111001 | 1001111 | 11101 |
Color Harmonies of #868010
Complementary color
Monochromatic Colors of #868010
Black with #868010
Text Example
Text Example
White with #868010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868010; }
p { color: rgb(134,128,16); }
H1.HeaderClassName
{
color: #868010;
}
.AnyTagClassName
{
color: #868010;
}
</style>
background-color css
<style>
a { background-color: #868010; }
a { background-color: rgb(134,128,16); }
div.DivClassName
{
background-color: #868010;
}
.BgClassName
{
background-color: #868010;
}
</style>
border-color css
<style>
span { border-color: #868010; }
span { border-color: rgb(134,128,16); }
td.TdClassName
{
border-color: #868010;
}
.TagClassName
{
border-color: #868010;
}
</style>