Shades of Olive #808303
Tints of Olive #808303
RGB
CMYK
RGB Variations
Color information
#808303 (or 0x808303) is known color: Olive. HEX triplet: 80, 83 and 03. RGB value is (128,131,3). Sum of RGB (Red+Green+Blue) = 128+131+3=262 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.85% from 262); Green value is 131 (51.56% from 255 or 50% from 262); Blue value is 3 (1.56% from 255 or 1.15% from 262); Max value from RGB is 131 - color contains mainly: green. Hex color #808303 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808303 is #7F7CFC. Grayscale: #747474. Windows color (decimal): -8355069 or 230272. OLE color: 230272.
HSL color Cylindrical-coordinate representation of color #808303: hue angle of 61.41º degrees, saturation: 0.96, 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 #808303 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 131 | 3 | - |
| CMYK | 0.02 | 0 | 0.98 | 0.49 |
| HSL | 61.41º | 0.96% | 0.26% | - |
| HSV(B) | 61.41º | 0.98% | 0.51% | - |
| XYZ | 17.03 | 20.83 | 3.21 | - |
| YUV | 115.51 | 64.51 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 131 | 3 | 0.02 | 0 | 0.98 | 0.49 | 61.41 | 0.96 | 0.26 |
| Hex | 80 | 83 | 3 | 2 | 0 | 62 | 31 | 3D | 60 | 1A |
| Octal | 200 | 203 | 3 | 2 | 0 | 142 | 61 | 75 | 140 | 32 |
| Binary | 10000000 | 10000011 | 11 | 10 | 0 | 1100010 | 110001 | 111101 | 1100000 | 11010 |
Color Harmonies of #808303
Complementary color
Monochromatic Colors of #808303
Black with #808303
Text Example
Text Example
White with #808303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808303; }
p { color: rgb(128,131,3); }
H1.HeaderClassName
{
color: #808303;
}
.AnyTagClassName
{
color: #808303;
}
</style>
background-color css
<style>
a { background-color: #808303; }
a { background-color: rgb(128,131,3); }
div.DivClassName
{
background-color: #808303;
}
.BgClassName
{
background-color: #808303;
}
</style>
border-color css
<style>
span { border-color: #808303; }
span { border-color: rgb(128,131,3); }
td.TdClassName
{
border-color: #808303;
}
.TagClassName
{
border-color: #808303;
}
</style>