Shades of Olive #869701
Tints of Olive #869701
RGB
CMYK
RGB Variations
Color information
#869701 (or 0x869701) is known color: Olive. HEX triplet: 86, 97 and 01. RGB value is (134,151,1). Sum of RGB (Red+Green+Blue) = 134+151+1=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 151 (59.38% from 255 or 52.80% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 151 - color contains mainly: green. Hex color #869701 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869701 is #7968FE. Grayscale: #818181. Windows color (decimal): -7956735 or 104326. OLE color: 104326.
HSL color Cylindrical-coordinate representation of color #869701: hue angle of 66.8º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #869701 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 134 | 151 | 1 | - |
| CMYK | 0.11 | 0 | 0.99 | 0.41 |
| HSL | 66.8º | 0.99% | 0.3% | - |
| HSV(B) | 66.8º | 0.99% | 0.59% | - |
| XYZ | 20.9 | 27.2 | 4.18 | - |
| YUV | 128.82 | 55.87 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 151 | 1 | 0.11 | 0 | 0.99 | 0.41 | 66.8 | 0.99 | 0.3 |
| Hex | 86 | 97 | 1 | B | 0 | 63 | 29 | 43 | 63 | 1E |
| Octal | 206 | 227 | 1 | 13 | 0 | 143 | 51 | 103 | 143 | 36 |
| Binary | 10000110 | 10010111 | 1 | 1011 | 0 | 1100011 | 101001 | 1000011 | 1100011 | 11110 |
Color Harmonies of #869701
Complementary color
Monochromatic Colors of #869701
Black with #869701
Text Example
Text Example
White with #869701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869701; }
p { color: rgb(134,151,1); }
H1.HeaderClassName
{
color: #869701;
}
.AnyTagClassName
{
color: #869701;
}
</style>
background-color css
<style>
a { background-color: #869701; }
a { background-color: rgb(134,151,1); }
div.DivClassName
{
background-color: #869701;
}
.BgClassName
{
background-color: #869701;
}
</style>
border-color css
<style>
span { border-color: #869701; }
span { border-color: rgb(134,151,1); }
td.TdClassName
{
border-color: #869701;
}
.TagClassName
{
border-color: #869701;
}
</style>