Shades of Olive #808203
Tints of Olive #808203
RGB
CMYK
RGB Variations
Color information
#808203 (or 0x808203) is known color: Olive. HEX triplet: 80, 82 and 03. RGB value is (128,130,3). Sum of RGB (Red+Green+Blue) = 128+130+3=261 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.04% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 3 (1.56% from 255 or 1.15% from 261); Max value from RGB is 130 - color contains mainly: green. Hex color #808203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808203 is #7F7DFC. Grayscale: #737373. Windows color (decimal): -8355325 or 230016. OLE color: 230016.
HSL color Cylindrical-coordinate representation of color #808203: hue angle of 60.94º degrees, saturation: 0.95, 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 #808203 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 130 | 3 | - |
| CMYK | 0.02 | 0 | 0.98 | 0.49 |
| HSL | 60.94º | 0.95% | 0.26% | - |
| HSV(B) | 60.94º | 0.98% | 0.51% | - |
| XYZ | 16.9 | 20.56 | 3.16 | - |
| YUV | 114.92 | 64.84 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 130 | 3 | 0.02 | 0 | 0.98 | 0.49 | 60.94 | 0.95 | 0.26 |
| Hex | 80 | 82 | 3 | 2 | 0 | 62 | 31 | 3D | 5F | 1A |
| Octal | 200 | 202 | 3 | 2 | 0 | 142 | 61 | 75 | 137 | 32 |
| Binary | 10000000 | 10000010 | 11 | 10 | 0 | 1100010 | 110001 | 111101 | 1011111 | 11010 |
Color Harmonies of #808203
Complementary color
Monochromatic Colors of #808203
Black with #808203
Text Example
Text Example
White with #808203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808203; }
p { color: rgb(128,130,3); }
H1.HeaderClassName
{
color: #808203;
}
.AnyTagClassName
{
color: #808203;
}
</style>
background-color css
<style>
a { background-color: #808203; }
a { background-color: rgb(128,130,3); }
div.DivClassName
{
background-color: #808203;
}
.BgClassName
{
background-color: #808203;
}
</style>
border-color css
<style>
span { border-color: #808203; }
span { border-color: rgb(128,130,3); }
td.TdClassName
{
border-color: #808203;
}
.TagClassName
{
border-color: #808203;
}
</style>