Shades of Olive #867F00
Tints of Olive #867F00
RGB
CMYK
RGB Variations
Color information
#867F00 (or 0x867F00) is known color: Olive. HEX triplet: 86, 7F and 00. RGB value is (134,127,0). Sum of RGB (Red+Green+Blue) = 134+127+0=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 127 (50% from 255 or 48.66% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #867F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867F00 is #7980FF. Grayscale: #737373. Windows color (decimal): -7962880 or 32646. OLE color: 32646.
HSL color Cylindrical-coordinate representation of color #867F00: hue angle of 56.87º 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 #867F00 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 127 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.47 |
| HSL | 56.87º | 1% | 0.26% | - |
| HSV(B) | 56.87º | 1% | 0.53% | - |
| XYZ | 17.42 | 20.25 | 2.99 | - |
| YUV | 114.62 | 63.32 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 127 | 0 | 0 | 0.05 | 1 | 0.47 | 56.87 | 1 | 0.26 |
| Hex | 86 | 7F | 0 | 0 | 5 | 64 | 2F | 39 | 64 | 1A |
| Octal | 206 | 177 | 0 | 0 | 5 | 144 | 57 | 71 | 144 | 32 |
| Binary | 10000110 | 1111111 | 0 | 0 | 101 | 1100100 | 101111 | 111001 | 1100100 | 11010 |
Color Harmonies of #867F00
Complementary color
Monochromatic Colors of #867F00
Black with #867F00
Text Example
Text Example
White with #867F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867F00; }
p { color: rgb(134,127,0); }
H1.HeaderClassName
{
color: #867F00;
}
.AnyTagClassName
{
color: #867F00;
}
</style>
background-color css
<style>
a { background-color: #867F00; }
a { background-color: rgb(134,127,0); }
div.DivClassName
{
background-color: #867F00;
}
.BgClassName
{
background-color: #867F00;
}
</style>
border-color css
<style>
span { border-color: #867F00; }
span { border-color: rgb(134,127,0); }
td.TdClassName
{
border-color: #867F00;
}
.TagClassName
{
border-color: #867F00;
}
</style>