Shades of Olive #867F01
Tints of Olive #867F01
RGB
CMYK
RGB Variations
Color information
#867F01 (or 0x867F01) is known color: Olive. HEX triplet: 86, 7F and 01. RGB value is (134,127,1). Sum of RGB (Red+Green+Blue) = 134+127+1=262 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.15% from 262); Green value is 127 (50% from 255 or 48.47% from 262); Blue value is 1 (0.78% from 255 or 0.38% from 262); Max value from RGB is 134 - color contains mainly: red. Hex color #867F01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867F01 is #7980FE. Grayscale: #737373. Windows color (decimal): -7962879 or 98182. OLE color: 98182.
HSL color Cylindrical-coordinate representation of color #867F01: hue angle of 56.84º 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 #867F01 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 127 | 1 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.47 |
| HSL | 56.84º | 0.99% | 0.26% | - |
| HSV(B) | 56.84º | 0.99% | 0.53% | - |
| XYZ | 17.43 | 20.25 | 3.02 | - |
| YUV | 114.73 | 63.82 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 127 | 1 | 0 | 0.05 | 0.99 | 0.47 | 56.84 | 0.99 | 0.26 |
| Hex | 86 | 7F | 1 | 0 | 5 | 63 | 2F | 39 | 63 | 1A |
| Octal | 206 | 177 | 1 | 0 | 5 | 143 | 57 | 71 | 143 | 32 |
| Binary | 10000110 | 1111111 | 1 | 0 | 101 | 1100011 | 101111 | 111001 | 1100011 | 11010 |
Color Harmonies of #867F01
Complementary color
Monochromatic Colors of #867F01
Black with #867F01
Text Example
Text Example
White with #867F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867F01; }
p { color: rgb(134,127,1); }
H1.HeaderClassName
{
color: #867F01;
}
.AnyTagClassName
{
color: #867F01;
}
</style>
background-color css
<style>
a { background-color: #867F01; }
a { background-color: rgb(134,127,1); }
div.DivClassName
{
background-color: #867F01;
}
.BgClassName
{
background-color: #867F01;
}
</style>
border-color css
<style>
span { border-color: #867F01; }
span { border-color: rgb(134,127,1); }
td.TdClassName
{
border-color: #867F01;
}
.TagClassName
{
border-color: #867F01;
}
</style>