Shades of Olive #809603
Tints of Olive #809603
RGB
CMYK
RGB Variations
Color information
#809603 (or 0x809603) is known color: Olive. HEX triplet: 80, 96 and 03. RGB value is (128,150,3). Sum of RGB (Red+Green+Blue) = 128+150+3=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 150 (58.98% from 255 or 53.38% from 281); Blue value is 3 (1.56% from 255 or 1.07% from 281); Max value from RGB is 150 - color contains mainly: green. Hex color #809603 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809603 is #7F69FC. Grayscale: #7F7F7F. Windows color (decimal): -8350205 or 235136. OLE color: 235136.
HSL color Cylindrical-coordinate representation of color #809603: hue angle of 68.98º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #809603 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 128 | 150 | 3 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.41 |
| HSL | 68.98º | 0.96% | 0.3% | - |
| HSV(B) | 68.98º | 0.98% | 0.59% | - |
| XYZ | 19.82 | 26.41 | 4.14 | - |
| YUV | 126.66 | 58.21 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 150 | 3 | 0.15 | 0 | 0.98 | 0.41 | 68.98 | 0.96 | 0.3 |
| Hex | 80 | 96 | 3 | F | 0 | 62 | 29 | 45 | 60 | 1E |
| Octal | 200 | 226 | 3 | 17 | 0 | 142 | 51 | 105 | 140 | 36 |
| Binary | 10000000 | 10010110 | 11 | 1111 | 0 | 1100010 | 101001 | 1000101 | 1100000 | 11110 |
Color Harmonies of #809603
Complementary color
Monochromatic Colors of #809603
Black with #809603
Text Example
Text Example
White with #809603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809603; }
p { color: rgb(128,150,3); }
H1.HeaderClassName
{
color: #809603;
}
.AnyTagClassName
{
color: #809603;
}
</style>
background-color css
<style>
a { background-color: #809603; }
a { background-color: rgb(128,150,3); }
div.DivClassName
{
background-color: #809603;
}
.BgClassName
{
background-color: #809603;
}
</style>
border-color css
<style>
span { border-color: #809603; }
span { border-color: rgb(128,150,3); }
td.TdClassName
{
border-color: #809603;
}
.TagClassName
{
border-color: #809603;
}
</style>