Shades of Olive #808808
Tints of Olive #808808
RGB
CMYK
RGB Variations
Color information
#808808 (or 0x808808) is known color: Olive. HEX triplet: 80, 88 and 08. RGB value is (128,136,8). Sum of RGB (Red+Green+Blue) = 128+136+8=272 (36% of max value = 765). Red value is 128 (50.39% from 255 or 47.06% from 272); Green value is 136 (53.52% from 255 or 50% from 272); Blue value is 8 (3.52% from 255 or 2.94% from 272); Max value from RGB is 136 - color contains mainly: green. Hex color #808808 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808808 is #7F77F7. Grayscale: #777777. Windows color (decimal): -8353784 or 559232. OLE color: 559232.
HSL color Cylindrical-coordinate representation of color #808808: hue angle of 63.75º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #808808 is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 136 | 8 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.47 |
| HSL | 63.75º | 0.89% | 0.28% | - |
| HSV(B) | 63.75º | 0.94% | 0.53% | - |
| XYZ | 17.75 | 22.22 | 3.58 | - |
| YUV | 119.02 | 65.35 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 136 | 8 | 0.06 | 0 | 0.94 | 0.47 | 63.75 | 0.89 | 0.28 |
| Hex | 80 | 88 | 8 | 6 | 0 | 5E | 2F | 40 | 59 | 1C |
| Octal | 200 | 210 | 10 | 6 | 0 | 136 | 57 | 100 | 131 | 34 |
| Binary | 10000000 | 10001000 | 1000 | 110 | 0 | 1011110 | 101111 | 1000000 | 1011001 | 11100 |
Color Harmonies of #808808
Complementary color
Monochromatic Colors of #808808
Black with #808808
Text Example
Text Example
White with #808808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808808; }
p { color: rgb(128,136,8); }
H1.HeaderClassName
{
color: #808808;
}
.AnyTagClassName
{
color: #808808;
}
</style>
background-color css
<style>
a { background-color: #808808; }
a { background-color: rgb(128,136,8); }
div.DivClassName
{
background-color: #808808;
}
.BgClassName
{
background-color: #808808;
}
</style>
border-color css
<style>
span { border-color: #808808; }
span { border-color: rgb(128,136,8); }
td.TdClassName
{
border-color: #808808;
}
.TagClassName
{
border-color: #808808;
}
</style>