Shades of Olive #868901
Tints of Olive #868901
RGB
CMYK
RGB Variations
Color information
#868901 (or 0x868901) is known color: Olive. HEX triplet: 86, 89 and 01. RGB value is (134,137,1). Sum of RGB (Red+Green+Blue) = 134+137+1=272 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.26% from 272); Green value is 137 (53.91% from 255 or 50.37% from 272); Blue value is 1 (0.78% from 255 or 0.37% from 272); Max value from RGB is 137 - color contains mainly: green. Hex color #868901 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868901 is #7976FE. Grayscale: #797979. Windows color (decimal): -7960319 or 100742. OLE color: 100742.
HSL color Cylindrical-coordinate representation of color #868901: hue angle of 61.32º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #868901 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 134 | 137 | 1 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.46 |
| HSL | 61.32º | 0.99% | 0.27% | - |
| HSV(B) | 61.32º | 0.99% | 0.54% | - |
| XYZ | 18.78 | 22.96 | 3.47 | - |
| YUV | 120.6 | 60.51 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 137 | 1 | 0.02 | 0 | 0.99 | 0.46 | 61.32 | 0.99 | 0.27 |
| Hex | 86 | 89 | 1 | 2 | 0 | 63 | 2E | 3D | 63 | 1B |
| Octal | 206 | 211 | 1 | 2 | 0 | 143 | 56 | 75 | 143 | 33 |
| Binary | 10000110 | 10001001 | 1 | 10 | 0 | 1100011 | 101110 | 111101 | 1100011 | 11011 |
Color Harmonies of #868901
Complementary color
Monochromatic Colors of #868901
Black with #868901
Text Example
Text Example
White with #868901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868901; }
p { color: rgb(134,137,1); }
H1.HeaderClassName
{
color: #868901;
}
.AnyTagClassName
{
color: #868901;
}
</style>
background-color css
<style>
a { background-color: #868901; }
a { background-color: rgb(134,137,1); }
div.DivClassName
{
background-color: #868901;
}
.BgClassName
{
background-color: #868901;
}
</style>
border-color css
<style>
span { border-color: #868901; }
span { border-color: rgb(134,137,1); }
td.TdClassName
{
border-color: #868901;
}
.TagClassName
{
border-color: #868901;
}
</style>