Shades of Olive #808800
Tints of Olive #808800
RGB
CMYK
RGB Variations
Color information
#808800 (or 0x808800) is known color: Olive. HEX triplet: 80, 88 and 00. RGB value is (128,136,0). Sum of RGB (Red+Green+Blue) = 128+136+0=264 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.48% from 264); Green value is 136 (53.52% from 255 or 51.52% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 136 - color contains mainly: green. Hex color #808800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808800 is #7F77FF. Grayscale: #767676. Windows color (decimal): -8353792 or 34944. OLE color: 34944.
HSL color Cylindrical-coordinate representation of color #808800: hue angle of 63.53º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #808800 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 136 | 0 | - |
| CMYK | 0.06 | 0 | 1 | 0.47 |
| HSL | 63.53º | 1% | 0.27% | - |
| HSV(B) | 63.53º | 1% | 0.53% | - |
| XYZ | 17.71 | 22.2 | 3.35 | - |
| YUV | 118.1 | 61.35 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 136 | 0 | 0.06 | 0 | 1 | 0.47 | 63.53 | 1 | 0.27 |
| Hex | 80 | 88 | 0 | 6 | 0 | 64 | 2F | 40 | 64 | 1B |
| Octal | 200 | 210 | 0 | 6 | 0 | 144 | 57 | 100 | 144 | 33 |
| Binary | 10000000 | 10001000 | 0 | 110 | 0 | 1100100 | 101111 | 1000000 | 1100100 | 11011 |
Color Harmonies of #808800
Complementary color
Monochromatic Colors of #808800
Black with #808800
Text Example
Text Example
White with #808800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808800; }
p { color: rgb(128,136,0); }
H1.HeaderClassName
{
color: #808800;
}
.AnyTagClassName
{
color: #808800;
}
</style>
background-color css
<style>
a { background-color: #808800; }
a { background-color: rgb(128,136,0); }
div.DivClassName
{
background-color: #808800;
}
.BgClassName
{
background-color: #808800;
}
</style>
border-color css
<style>
span { border-color: #808800; }
span { border-color: rgb(128,136,0); }
td.TdClassName
{
border-color: #808800;
}
.TagClassName
{
border-color: #808800;
}
</style>