Shades of Olive #808501
Tints of Olive #808501
RGB
CMYK
RGB Variations
Color information
#808501 (or 0x808501) is known color: Olive. HEX triplet: 80, 85 and 01. RGB value is (128,133,1). Sum of RGB (Red+Green+Blue) = 128+133+1=262 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.85% from 262); Green value is 133 (52.34% from 255 or 50.76% from 262); Blue value is 1 (0.78% from 255 or 0.38% from 262); Max value from RGB is 133 - color contains mainly: green. Hex color #808501 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808501 is #7F7AFE. Grayscale: #747474. Windows color (decimal): -8354559 or 99712. OLE color: 99712.
HSL color Cylindrical-coordinate representation of color #808501: hue angle of 62.27º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #808501 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 133 | 1 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.48 |
| HSL | 62.27º | 0.99% | 0.26% | - |
| HSV(B) | 62.27º | 0.99% | 0.52% | - |
| XYZ | 17.3 | 21.37 | 3.24 | - |
| YUV | 116.46 | 62.84 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 133 | 1 | 0.04 | 0 | 0.99 | 0.48 | 62.27 | 0.99 | 0.26 |
| Hex | 80 | 85 | 1 | 4 | 0 | 63 | 30 | 3E | 63 | 1A |
| Octal | 200 | 205 | 1 | 4 | 0 | 143 | 60 | 76 | 143 | 32 |
| Binary | 10000000 | 10000101 | 1 | 100 | 0 | 1100011 | 110000 | 111110 | 1100011 | 11010 |
Color Harmonies of #808501
Complementary color
Monochromatic Colors of #808501
Black with #808501
Text Example
Text Example
White with #808501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808501; }
p { color: rgb(128,133,1); }
H1.HeaderClassName
{
color: #808501;
}
.AnyTagClassName
{
color: #808501;
}
</style>
background-color css
<style>
a { background-color: #808501; }
a { background-color: rgb(128,133,1); }
div.DivClassName
{
background-color: #808501;
}
.BgClassName
{
background-color: #808501;
}
</style>
border-color css
<style>
span { border-color: #808501; }
span { border-color: rgb(128,133,1); }
td.TdClassName
{
border-color: #808501;
}
.TagClassName
{
border-color: #808501;
}
</style>