Shades of Olive #809003
Tints of Olive #809003
RGB
CMYK
RGB Variations
Color information
#809003 (or 0x809003) is known color: Olive. HEX triplet: 80, 90 and 03. RGB value is (128,144,3). Sum of RGB (Red+Green+Blue) = 128+144+3=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 144 (56.64% from 255 or 52.36% from 275); Blue value is 3 (1.56% from 255 or 1.09% from 275); Max value from RGB is 144 - color contains mainly: green. Hex color #809003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809003 is #7F6FFC. Grayscale: #7B7B7B. Windows color (decimal): -8351741 or 233600. OLE color: 233600.
HSL color Cylindrical-coordinate representation of color #809003: hue angle of 66.81º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #809003 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 144 | 3 | - |
| CMYK | 0.11 | 0 | 0.98 | 0.44 |
| HSL | 66.81º | 0.96% | 0.29% | - |
| HSV(B) | 66.81º | 0.98% | 0.56% | - |
| XYZ | 18.89 | 24.54 | 3.83 | - |
| YUV | 123.14 | 60.2 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 144 | 3 | 0.11 | 0 | 0.98 | 0.44 | 66.81 | 0.96 | 0.29 |
| Hex | 80 | 90 | 3 | B | 0 | 62 | 2C | 43 | 60 | 1D |
| Octal | 200 | 220 | 3 | 13 | 0 | 142 | 54 | 103 | 140 | 35 |
| Binary | 10000000 | 10010000 | 11 | 1011 | 0 | 1100010 | 101100 | 1000011 | 1100000 | 11101 |
Color Harmonies of #809003
Complementary color
Monochromatic Colors of #809003
Black with #809003
Text Example
Text Example
White with #809003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809003; }
p { color: rgb(128,144,3); }
H1.HeaderClassName
{
color: #809003;
}
.AnyTagClassName
{
color: #809003;
}
</style>
background-color css
<style>
a { background-color: #809003; }
a { background-color: rgb(128,144,3); }
div.DivClassName
{
background-color: #809003;
}
.BgClassName
{
background-color: #809003;
}
</style>
border-color css
<style>
span { border-color: #809003; }
span { border-color: rgb(128,144,3); }
td.TdClassName
{
border-color: #809003;
}
.TagClassName
{
border-color: #809003;
}
</style>