Shades of Olive #808705
Tints of Olive #808705
RGB
CMYK
RGB Variations
Color information
#808705 (or 0x808705) is known color: Olive. HEX triplet: 80, 87 and 05. RGB value is (128,135,5). Sum of RGB (Red+Green+Blue) = 128+135+5=268 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.76% from 268); Green value is 135 (53.12% from 255 or 50.37% from 268); Blue value is 5 (2.34% from 255 or 1.87% from 268); Max value from RGB is 135 - color contains mainly: green. Hex color #808705 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808705 is #7F78FA. Grayscale: #767676. Windows color (decimal): -8354043 or 362368. OLE color: 362368.
HSL color Cylindrical-coordinate representation of color #808705: hue angle of 63.23º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #808705 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 135 | 5 | - |
| CMYK | 0.05 | 0 | 0.96 | 0.47 |
| HSL | 63.23º | 0.93% | 0.27% | - |
| HSV(B) | 63.23º | 0.96% | 0.53% | - |
| XYZ | 17.59 | 21.93 | 3.45 | - |
| YUV | 118.09 | 64.18 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 135 | 5 | 0.05 | 0 | 0.96 | 0.47 | 63.23 | 0.93 | 0.27 |
| Hex | 80 | 87 | 5 | 5 | 0 | 60 | 2F | 3F | 5D | 1B |
| Octal | 200 | 207 | 5 | 5 | 0 | 140 | 57 | 77 | 135 | 33 |
| Binary | 10000000 | 10000111 | 101 | 101 | 0 | 1100000 | 101111 | 111111 | 1011101 | 11011 |
Color Harmonies of #808705
Complementary color
Monochromatic Colors of #808705
Black with #808705
Text Example
Text Example
White with #808705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808705; }
p { color: rgb(128,135,5); }
H1.HeaderClassName
{
color: #808705;
}
.AnyTagClassName
{
color: #808705;
}
</style>
background-color css
<style>
a { background-color: #808705; }
a { background-color: rgb(128,135,5); }
div.DivClassName
{
background-color: #808705;
}
.BgClassName
{
background-color: #808705;
}
</style>
border-color css
<style>
span { border-color: #808705; }
span { border-color: rgb(128,135,5); }
td.TdClassName
{
border-color: #808705;
}
.TagClassName
{
border-color: #808705;
}
</style>