Shades of Olive #867D00
Tints of Olive #867D00
RGB
CMYK
RGB Variations
Color information
#867D00 (or 0x867D00) is known color: Olive. HEX triplet: 86, 7D and 00. RGB value is (134,125,0). Sum of RGB (Red+Green+Blue) = 134+125+0=259 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.74% from 259); Green value is 125 (49.22% from 255 or 48.26% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 134 - color contains mainly: red. Hex color #867D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867D00 is #7982FF. Grayscale: #717171. Windows color (decimal): -7963392 or 32134. OLE color: 32134.
HSL color Cylindrical-coordinate representation of color #867D00: hue angle of 55.97º 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 #867D00 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 125 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.47 |
| HSL | 55.97º | 1% | 0.26% | - |
| HSV(B) | 55.97º | 1% | 0.53% | - |
| XYZ | 17.17 | 19.74 | 2.9 | - |
| YUV | 113.44 | 63.98 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 125 | 0 | 0 | 0.07 | 1 | 0.47 | 55.97 | 1 | 0.26 |
| Hex | 86 | 7D | 0 | 0 | 7 | 64 | 2F | 38 | 64 | 1A |
| Octal | 206 | 175 | 0 | 0 | 7 | 144 | 57 | 70 | 144 | 32 |
| Binary | 10000110 | 1111101 | 0 | 0 | 111 | 1100100 | 101111 | 111000 | 1100100 | 11010 |
Color Harmonies of #867D00
Complementary color
Monochromatic Colors of #867D00
Black with #867D00
Text Example
Text Example
White with #867D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867D00; }
p { color: rgb(134,125,0); }
H1.HeaderClassName
{
color: #867D00;
}
.AnyTagClassName
{
color: #867D00;
}
</style>
background-color css
<style>
a { background-color: #867D00; }
a { background-color: rgb(134,125,0); }
div.DivClassName
{
background-color: #867D00;
}
.BgClassName
{
background-color: #867D00;
}
</style>
border-color css
<style>
span { border-color: #867D00; }
span { border-color: rgb(134,125,0); }
td.TdClassName
{
border-color: #867D00;
}
.TagClassName
{
border-color: #867D00;
}
</style>