Shades of Olive #868101
Tints of Olive #868101
RGB
CMYK
RGB Variations
Color information
#868101 (or 0x868101) is known color: Olive. HEX triplet: 86, 81 and 01. RGB value is (134,129,1). Sum of RGB (Red+Green+Blue) = 134+129+1=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 129 (50.78% from 255 or 48.86% from 264); Blue value is 1 (0.78% from 255 or 0.38% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #868101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868101 is #797EFE. Grayscale: #747474. Windows color (decimal): -7962367 or 98694. OLE color: 98694.
HSL color Cylindrical-coordinate representation of color #868101: hue angle of 57.74º 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 #868101 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 129 | 1 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.47 |
| HSL | 57.74º | 0.99% | 0.26% | - |
| HSV(B) | 57.74º | 0.99% | 0.53% | - |
| XYZ | 17.69 | 20.77 | 3.11 | - |
| YUV | 115.9 | 63.16 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 129 | 1 | 0 | 0.04 | 0.99 | 0.47 | 57.74 | 0.99 | 0.26 |
| Hex | 86 | 81 | 1 | 0 | 4 | 63 | 2F | 3A | 63 | 1A |
| Octal | 206 | 201 | 1 | 0 | 4 | 143 | 57 | 72 | 143 | 32 |
| Binary | 10000110 | 10000001 | 1 | 0 | 100 | 1100011 | 101111 | 111010 | 1100011 | 11010 |
Color Harmonies of #868101
Complementary color
Monochromatic Colors of #868101
Black with #868101
Text Example
Text Example
White with #868101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868101; }
p { color: rgb(134,129,1); }
H1.HeaderClassName
{
color: #868101;
}
.AnyTagClassName
{
color: #868101;
}
</style>
background-color css
<style>
a { background-color: #868101; }
a { background-color: rgb(134,129,1); }
div.DivClassName
{
background-color: #868101;
}
.BgClassName
{
background-color: #868101;
}
</style>
border-color css
<style>
span { border-color: #868101; }
span { border-color: rgb(134,129,1); }
td.TdClassName
{
border-color: #868101;
}
.TagClassName
{
border-color: #868101;
}
</style>