Shades of Olive #808805
Tints of Olive #808805
RGB
CMYK
RGB Variations
Color information
#808805 (or 0x808805) is known color: Olive. HEX triplet: 80, 88 and 05. RGB value is (128,136,5). Sum of RGB (Red+Green+Blue) = 128+136+5=269 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.58% from 269); Green value is 136 (53.52% from 255 or 50.56% from 269); Blue value is 5 (2.34% from 255 or 1.86% from 269); Max value from RGB is 136 - color contains mainly: green. Hex color #808805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808805 is #7F77FA. Grayscale: #777777. Windows color (decimal): -8353787 or 362624. OLE color: 362624.
HSL color Cylindrical-coordinate representation of color #808805: hue angle of 63.66º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #808805 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 136 | 5 | - |
| CMYK | 0.06 | 0 | 0.96 | 0.47 |
| HSL | 63.66º | 0.93% | 0.28% | - |
| HSV(B) | 63.66º | 0.96% | 0.53% | - |
| XYZ | 17.73 | 22.21 | 3.5 | - |
| YUV | 118.67 | 63.85 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 136 | 5 | 0.06 | 0 | 0.96 | 0.47 | 63.66 | 0.93 | 0.28 |
| Hex | 80 | 88 | 5 | 6 | 0 | 60 | 2F | 40 | 5D | 1C |
| Octal | 200 | 210 | 5 | 6 | 0 | 140 | 57 | 100 | 135 | 34 |
| Binary | 10000000 | 10001000 | 101 | 110 | 0 | 1100000 | 101111 | 1000000 | 1011101 | 11100 |
Color Harmonies of #808805
Complementary color
Monochromatic Colors of #808805
Black with #808805
Text Example
Text Example
White with #808805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808805; }
p { color: rgb(128,136,5); }
H1.HeaderClassName
{
color: #808805;
}
.AnyTagClassName
{
color: #808805;
}
</style>
background-color css
<style>
a { background-color: #808805; }
a { background-color: rgb(128,136,5); }
div.DivClassName
{
background-color: #808805;
}
.BgClassName
{
background-color: #808805;
}
</style>
border-color css
<style>
span { border-color: #808805; }
span { border-color: rgb(128,136,5); }
td.TdClassName
{
border-color: #808805;
}
.TagClassName
{
border-color: #808805;
}
</style>