Shades of Olive #808202
Tints of Olive #808202
RGB
CMYK
RGB Variations
Color information
#808202 (or 0x808202) is known color: Olive. HEX triplet: 80, 82 and 02. RGB value is (128,130,2). Sum of RGB (Red+Green+Blue) = 128+130+2=260 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.23% from 260); Green value is 130 (51.17% from 255 or 50% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 130 - color contains mainly: green. Hex color #808202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808202 is #7F7DFD. Grayscale: #737373. Windows color (decimal): -8355326 or 164480. OLE color: 164480.
HSL color Cylindrical-coordinate representation of color #808202: hue angle of 60.94º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #808202 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 130 | 2 | - |
| CMYK | 0.02 | 0 | 0.98 | 0.49 |
| HSL | 60.94º | 0.97% | 0.26% | - |
| HSV(B) | 60.94º | 0.98% | 0.51% | - |
| XYZ | 16.9 | 20.56 | 3.14 | - |
| YUV | 114.81 | 64.34 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 130 | 2 | 0.02 | 0 | 0.98 | 0.49 | 60.94 | 0.97 | 0.26 |
| Hex | 80 | 82 | 2 | 2 | 0 | 62 | 31 | 3D | 61 | 1A |
| Octal | 200 | 202 | 2 | 2 | 0 | 142 | 61 | 75 | 141 | 32 |
| Binary | 10000000 | 10000010 | 10 | 10 | 0 | 1100010 | 110001 | 111101 | 1100001 | 11010 |
Color Harmonies of #808202
Complementary color
Monochromatic Colors of #808202
Black with #808202
Text Example
Text Example
White with #808202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808202; }
p { color: rgb(128,130,2); }
H1.HeaderClassName
{
color: #808202;
}
.AnyTagClassName
{
color: #808202;
}
</style>
background-color css
<style>
a { background-color: #808202; }
a { background-color: rgb(128,130,2); }
div.DivClassName
{
background-color: #808202;
}
.BgClassName
{
background-color: #808202;
}
</style>
border-color css
<style>
span { border-color: #808202; }
span { border-color: rgb(128,130,2); }
td.TdClassName
{
border-color: #808202;
}
.TagClassName
{
border-color: #808202;
}
</style>