Shades of Olive #867001
Tints of Olive #867001
RGB
CMYK
RGB Variations
Color information
#867001 (or 0x867001) is known color: Olive. HEX triplet: 86, 70 and 01. RGB value is (134,112,1). Sum of RGB (Red+Green+Blue) = 134+112+1=247 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.25% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 134 - color contains mainly: red. Hex color #867001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867001 is #798FFE. Grayscale: #6A6A6A. Windows color (decimal): -7966719 or 94342. OLE color: 94342.
HSL color Cylindrical-coordinate representation of color #867001: hue angle of 50.08º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #867001 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 112 | 1 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.47 |
| HSL | 50.08º | 0.99% | 0.26% | - |
| HSV(B) | 50.08º | 0.99% | 0.53% | - |
| XYZ | 15.63 | 16.66 | 2.42 | - |
| YUV | 105.92 | 68.79 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 112 | 1 | 0 | 0.16 | 0.99 | 0.47 | 50.08 | 0.99 | 0.26 |
| Hex | 86 | 70 | 1 | 0 | 10 | 63 | 2F | 32 | 63 | 1A |
| Octal | 206 | 160 | 1 | 0 | 20 | 143 | 57 | 62 | 143 | 32 |
| Binary | 10000110 | 1110000 | 1 | 0 | 10000 | 1100011 | 101111 | 110010 | 1100011 | 11010 |
Color Harmonies of #867001
Complementary color
Monochromatic Colors of #867001
Black with #867001
Text Example
Text Example
White with #867001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867001; }
p { color: rgb(134,112,1); }
H1.HeaderClassName
{
color: #867001;
}
.AnyTagClassName
{
color: #867001;
}
</style>
background-color css
<style>
a { background-color: #867001; }
a { background-color: rgb(134,112,1); }
div.DivClassName
{
background-color: #867001;
}
.BgClassName
{
background-color: #867001;
}
</style>
border-color css
<style>
span { border-color: #867001; }
span { border-color: rgb(134,112,1); }
td.TdClassName
{
border-color: #867001;
}
.TagClassName
{
border-color: #867001;
}
</style>