Shades of Olive #808601
Tints of Olive #808601
RGB
CMYK
RGB Variations
Color information
#808601 (or 0x808601) is known color: Olive. HEX triplet: 80, 86 and 01. RGB value is (128,134,1). Sum of RGB (Red+Green+Blue) = 128+134+1=263 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.67% from 263); Green value is 134 (52.73% from 255 or 50.95% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 134 - color contains mainly: green. Hex color #808601 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808601 is #7F79FE. Grayscale: #757575. Windows color (decimal): -8354303 or 99968. OLE color: 99968.
HSL color Cylindrical-coordinate representation of color #808601: hue angle of 62.71º 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 #808601 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 134 | 1 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.47 |
| HSL | 62.71º | 0.99% | 0.26% | - |
| HSV(B) | 62.71º | 0.99% | 0.53% | - |
| XYZ | 17.43 | 21.64 | 3.29 | - |
| YUV | 117.04 | 62.51 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 134 | 1 | 0.04 | 0 | 0.99 | 0.47 | 62.71 | 0.99 | 0.26 |
| Hex | 80 | 86 | 1 | 4 | 0 | 63 | 2F | 3F | 63 | 1A |
| Octal | 200 | 206 | 1 | 4 | 0 | 143 | 57 | 77 | 143 | 32 |
| Binary | 10000000 | 10000110 | 1 | 100 | 0 | 1100011 | 101111 | 111111 | 1100011 | 11010 |
Color Harmonies of #808601
Complementary color
Monochromatic Colors of #808601
Black with #808601
Text Example
Text Example
White with #808601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808601; }
p { color: rgb(128,134,1); }
H1.HeaderClassName
{
color: #808601;
}
.AnyTagClassName
{
color: #808601;
}
</style>
background-color css
<style>
a { background-color: #808601; }
a { background-color: rgb(128,134,1); }
div.DivClassName
{
background-color: #808601;
}
.BgClassName
{
background-color: #808601;
}
</style>
border-color css
<style>
span { border-color: #808601; }
span { border-color: rgb(128,134,1); }
td.TdClassName
{
border-color: #808601;
}
.TagClassName
{
border-color: #808601;
}
</style>