Shades of Olive #808809
Tints of Olive #808809
RGB
CMYK
RGB Variations
Color information
#808809 (or 0x808809) is known color: Olive. HEX triplet: 80, 88 and 09. RGB value is (128,136,9). Sum of RGB (Red+Green+Blue) = 128+136+9=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 136 (53.52% from 255 or 49.82% from 273); Blue value is 9 (3.91% from 255 or 3.30% from 273); Max value from RGB is 136 - color contains mainly: green. Hex color #808809 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808809 is #7F77F6. Grayscale: #777777. Windows color (decimal): -8353783 or 624768. OLE color: 624768.
HSL color Cylindrical-coordinate representation of color #808809: hue angle of 63.78º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #808809 is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 136 | 9 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.47 |
| HSL | 63.78º | 0.88% | 0.28% | - |
| HSV(B) | 63.78º | 0.93% | 0.53% | - |
| XYZ | 17.76 | 22.22 | 3.61 | - |
| YUV | 119.13 | 65.85 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 136 | 9 | 0.06 | 0 | 0.93 | 0.47 | 63.78 | 0.88 | 0.28 |
| Hex | 80 | 88 | 9 | 6 | 0 | 5D | 2F | 40 | 58 | 1C |
| Octal | 200 | 210 | 11 | 6 | 0 | 135 | 57 | 100 | 130 | 34 |
| Binary | 10000000 | 10001000 | 1001 | 110 | 0 | 1011101 | 101111 | 1000000 | 1011000 | 11100 |
Color Harmonies of #808809
Complementary color
Monochromatic Colors of #808809
Black with #808809
Text Example
Text Example
White with #808809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808809; }
p { color: rgb(128,136,9); }
H1.HeaderClassName
{
color: #808809;
}
.AnyTagClassName
{
color: #808809;
}
</style>
background-color css
<style>
a { background-color: #808809; }
a { background-color: rgb(128,136,9); }
div.DivClassName
{
background-color: #808809;
}
.BgClassName
{
background-color: #808809;
}
</style>
border-color css
<style>
span { border-color: #808809; }
span { border-color: rgb(128,136,9); }
td.TdClassName
{
border-color: #808809;
}
.TagClassName
{
border-color: #808809;
}
</style>