Shades of Olive #808205
Tints of Olive #808205
RGB
CMYK
RGB Variations
Color information
#808205 (or 0x808205) is known color: Olive. HEX triplet: 80, 82 and 05. RGB value is (128,130,5). Sum of RGB (Red+Green+Blue) = 128+130+5=263 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.67% from 263); Green value is 130 (51.17% from 255 or 49.43% from 263); Blue value is 5 (2.34% from 255 or 1.90% from 263); Max value from RGB is 130 - color contains mainly: green. Hex color #808205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808205 is #7F7DFA. Grayscale: #737373. Windows color (decimal): -8355323 or 361088. OLE color: 361088.
HSL color Cylindrical-coordinate representation of color #808205: hue angle of 60.96º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #808205 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 130 | 5 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.49 |
| HSL | 60.96º | 0.93% | 0.26% | - |
| HSV(B) | 60.96º | 0.96% | 0.51% | - |
| XYZ | 16.91 | 20.57 | 3.22 | - |
| YUV | 115.15 | 65.84 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 130 | 5 | 0.02 | 0 | 0.96 | 0.49 | 60.96 | 0.93 | 0.26 |
| Hex | 80 | 82 | 5 | 2 | 0 | 60 | 31 | 3D | 5D | 1A |
| Octal | 200 | 202 | 5 | 2 | 0 | 140 | 61 | 75 | 135 | 32 |
| Binary | 10000000 | 10000010 | 101 | 10 | 0 | 1100000 | 110001 | 111101 | 1011101 | 11010 |
Color Harmonies of #808205
Complementary color
Monochromatic Colors of #808205
Black with #808205
Text Example
Text Example
White with #808205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808205; }
p { color: rgb(128,130,5); }
H1.HeaderClassName
{
color: #808205;
}
.AnyTagClassName
{
color: #808205;
}
</style>
background-color css
<style>
a { background-color: #808205; }
a { background-color: rgb(128,130,5); }
div.DivClassName
{
background-color: #808205;
}
.BgClassName
{
background-color: #808205;
}
</style>
border-color css
<style>
span { border-color: #808205; }
span { border-color: rgb(128,130,5); }
td.TdClassName
{
border-color: #808205;
}
.TagClassName
{
border-color: #808205;
}
</style>