Shades of Olive #809503
Tints of Olive #809503
RGB
CMYK
RGB Variations
Color information
#809503 (or 0x809503) is known color: Olive. HEX triplet: 80, 95 and 03. RGB value is (128,149,3). Sum of RGB (Red+Green+Blue) = 128+149+3=280 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.71% from 280); Green value is 149 (58.59% from 255 or 53.21% from 280); Blue value is 3 (1.56% from 255 or 1.07% from 280); Max value from RGB is 149 - color contains mainly: green. Hex color #809503 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809503 is #7F6AFC. Grayscale: #7E7E7E. Windows color (decimal): -8350461 or 234880. OLE color: 234880.
HSL color Cylindrical-coordinate representation of color #809503: hue angle of 68.63º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #809503 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 149 | 3 | - |
| CMYK | 0.14 | 0 | 0.98 | 0.42 |
| HSL | 68.63º | 0.96% | 0.3% | - |
| HSV(B) | 68.63º | 0.98% | 0.58% | - |
| XYZ | 19.67 | 26.09 | 4.09 | - |
| YUV | 126.08 | 58.54 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 149 | 3 | 0.14 | 0 | 0.98 | 0.42 | 68.63 | 0.96 | 0.3 |
| Hex | 80 | 95 | 3 | E | 0 | 62 | 2A | 45 | 60 | 1E |
| Octal | 200 | 225 | 3 | 16 | 0 | 142 | 52 | 105 | 140 | 36 |
| Binary | 10000000 | 10010101 | 11 | 1110 | 0 | 1100010 | 101010 | 1000101 | 1100000 | 11110 |
Color Harmonies of #809503
Complementary color
Monochromatic Colors of #809503
Black with #809503
Text Example
Text Example
White with #809503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809503; }
p { color: rgb(128,149,3); }
H1.HeaderClassName
{
color: #809503;
}
.AnyTagClassName
{
color: #809503;
}
</style>
background-color css
<style>
a { background-color: #809503; }
a { background-color: rgb(128,149,3); }
div.DivClassName
{
background-color: #809503;
}
.BgClassName
{
background-color: #809503;
}
</style>
border-color css
<style>
span { border-color: #809503; }
span { border-color: rgb(128,149,3); }
td.TdClassName
{
border-color: #809503;
}
.TagClassName
{
border-color: #809503;
}
</style>