Shades of Olive #808703
Tints of Olive #808703
RGB
CMYK
RGB Variations
Color information
#808703 (or 0x808703) is known color: Olive. HEX triplet: 80, 87 and 03. RGB value is (128,135,3). Sum of RGB (Red+Green+Blue) = 128+135+3=266 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.12% from 266); Green value is 135 (53.12% from 255 or 50.75% from 266); Blue value is 3 (1.56% from 255 or 1.13% from 266); Max value from RGB is 135 - color contains mainly: green. Hex color #808703 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808703 is #7F78FC. Grayscale: #767676. Windows color (decimal): -8354045 or 231296. OLE color: 231296.
HSL color Cylindrical-coordinate representation of color #808703: hue angle of 63.18º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #808703 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 135 | 3 | - |
| CMYK | 0.05 | 0 | 0.98 | 0.47 |
| HSL | 63.18º | 0.96% | 0.27% | - |
| HSV(B) | 63.18º | 0.98% | 0.53% | - |
| XYZ | 17.58 | 21.92 | 3.39 | - |
| YUV | 117.86 | 63.18 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 135 | 3 | 0.05 | 0 | 0.98 | 0.47 | 63.18 | 0.96 | 0.27 |
| Hex | 80 | 87 | 3 | 5 | 0 | 62 | 2F | 3F | 60 | 1B |
| Octal | 200 | 207 | 3 | 5 | 0 | 142 | 57 | 77 | 140 | 33 |
| Binary | 10000000 | 10000111 | 11 | 101 | 0 | 1100010 | 101111 | 111111 | 1100000 | 11011 |
Color Harmonies of #808703
Complementary color
Monochromatic Colors of #808703
Black with #808703
Text Example
Text Example
White with #808703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808703; }
p { color: rgb(128,135,3); }
H1.HeaderClassName
{
color: #808703;
}
.AnyTagClassName
{
color: #808703;
}
</style>
background-color css
<style>
a { background-color: #808703; }
a { background-color: rgb(128,135,3); }
div.DivClassName
{
background-color: #808703;
}
.BgClassName
{
background-color: #808703;
}
</style>
border-color css
<style>
span { border-color: #808703; }
span { border-color: rgb(128,135,3); }
td.TdClassName
{
border-color: #808703;
}
.TagClassName
{
border-color: #808703;
}
</style>