Shades of Olive #868000
Tints of Olive #868000
RGB
CMYK
RGB Variations
Color information
#868000 (or 0x868000) is known color: Olive. HEX triplet: 86, 80 and 00. RGB value is (134,128,0). Sum of RGB (Red+Green+Blue) = 134+128+0=262 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.15% from 262); Green value is 128 (50.39% from 255 or 48.85% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 134 - color contains mainly: red. Hex color #868000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868000 is #797FFF. Grayscale: #737373. Windows color (decimal): -7962624 or 32902. OLE color: 32902.
HSL color Cylindrical-coordinate representation of color #868000: hue angle of 57.31º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #868000 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 128 | 0 | - |
| CMYK | 0 | 0.04 | 1 | 0.47 |
| HSL | 57.31º | 1% | 0.26% | - |
| HSV(B) | 57.31º | 1% | 0.53% | - |
| XYZ | 17.55 | 20.51 | 3.03 | - |
| YUV | 115.2 | 62.99 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 128 | 0 | 0 | 0.04 | 1 | 0.47 | 57.31 | 1 | 0.26 |
| Hex | 86 | 80 | 0 | 0 | 4 | 64 | 2F | 39 | 64 | 1A |
| Octal | 206 | 200 | 0 | 0 | 4 | 144 | 57 | 71 | 144 | 32 |
| Binary | 10000110 | 10000000 | 0 | 0 | 100 | 1100100 | 101111 | 111001 | 1100100 | 11010 |
Color Harmonies of #868000
Complementary color
Monochromatic Colors of #868000
Black with #868000
Text Example
Text Example
White with #868000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868000; }
p { color: rgb(134,128,0); }
H1.HeaderClassName
{
color: #868000;
}
.AnyTagClassName
{
color: #868000;
}
</style>
background-color css
<style>
a { background-color: #868000; }
a { background-color: rgb(134,128,0); }
div.DivClassName
{
background-color: #868000;
}
.BgClassName
{
background-color: #868000;
}
</style>
border-color css
<style>
span { border-color: #868000; }
span { border-color: rgb(134,128,0); }
td.TdClassName
{
border-color: #868000;
}
.TagClassName
{
border-color: #868000;
}
</style>