Shades of Olive #808209
Tints of Olive #808209
RGB
CMYK
RGB Variations
Color information
#808209 (or 0x808209) is known color: Olive. HEX triplet: 80, 82 and 09. RGB value is (128,130,9). Sum of RGB (Red+Green+Blue) = 128+130+9=267 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.94% from 267); Green value is 130 (51.17% from 255 or 48.69% from 267); Blue value is 9 (3.91% from 255 or 3.37% from 267); Max value from RGB is 130 - color contains mainly: green. Hex color #808209 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808209 is #7F7DF6. Grayscale: #747474. Windows color (decimal): -8355319 or 623232. OLE color: 623232.
HSL color Cylindrical-coordinate representation of color #808209: hue angle of 60.99º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #808209 is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 130 | 9 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.49 |
| HSL | 60.99º | 0.87% | 0.27% | - |
| HSV(B) | 60.99º | 0.93% | 0.51% | - |
| XYZ | 16.93 | 20.57 | 3.34 | - |
| YUV | 115.61 | 67.84 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 130 | 9 | 0.02 | 0 | 0.93 | 0.49 | 60.99 | 0.87 | 0.27 |
| Hex | 80 | 82 | 9 | 2 | 0 | 5D | 31 | 3D | 57 | 1B |
| Octal | 200 | 202 | 11 | 2 | 0 | 135 | 61 | 75 | 127 | 33 |
| Binary | 10000000 | 10000010 | 1001 | 10 | 0 | 1011101 | 110001 | 111101 | 1010111 | 11011 |
Color Harmonies of #808209
Complementary color
Monochromatic Colors of #808209
Black with #808209
Text Example
Text Example
White with #808209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808209; }
p { color: rgb(128,130,9); }
H1.HeaderClassName
{
color: #808209;
}
.AnyTagClassName
{
color: #808209;
}
</style>
background-color css
<style>
a { background-color: #808209; }
a { background-color: rgb(128,130,9); }
div.DivClassName
{
background-color: #808209;
}
.BgClassName
{
background-color: #808209;
}
</style>
border-color css
<style>
span { border-color: #808209; }
span { border-color: rgb(128,130,9); }
td.TdClassName
{
border-color: #808209;
}
.TagClassName
{
border-color: #808209;
}
</style>