Shades of Olive #808707
Tints of Olive #808707
RGB
CMYK
RGB Variations
Color information
#808707 (or 0x808707) is known color: Olive. HEX triplet: 80, 87 and 07. RGB value is (128,135,7). Sum of RGB (Red+Green+Blue) = 128+135+7=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 135 (53.12% from 255 or 50% from 270); Blue value is 7 (3.12% from 255 or 2.59% from 270); Max value from RGB is 135 - color contains mainly: green. Hex color #808707 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808707 is #7F78F8. Grayscale: #767676. Windows color (decimal): -8354041 or 493440. OLE color: 493440.
HSL color Cylindrical-coordinate representation of color #808707: hue angle of 63.28º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #808707 is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 135 | 7 | - |
| CMYK | 0.05 | 0 | 0.95 | 0.47 |
| HSL | 63.28º | 0.9% | 0.28% | - |
| HSV(B) | 63.28º | 0.95% | 0.53% | - |
| XYZ | 17.6 | 21.93 | 3.51 | - |
| YUV | 118.32 | 65.18 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 135 | 7 | 0.05 | 0 | 0.95 | 0.47 | 63.28 | 0.9 | 0.28 |
| Hex | 80 | 87 | 7 | 5 | 0 | 5F | 2F | 3F | 5A | 1C |
| Octal | 200 | 207 | 7 | 5 | 0 | 137 | 57 | 77 | 132 | 34 |
| Binary | 10000000 | 10000111 | 111 | 101 | 0 | 1011111 | 101111 | 111111 | 1011010 | 11100 |
Color Harmonies of #808707
Complementary color
Monochromatic Colors of #808707
Black with #808707
Text Example
Text Example
White with #808707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808707; }
p { color: rgb(128,135,7); }
H1.HeaderClassName
{
color: #808707;
}
.AnyTagClassName
{
color: #808707;
}
</style>
background-color css
<style>
a { background-color: #808707; }
a { background-color: rgb(128,135,7); }
div.DivClassName
{
background-color: #808707;
}
.BgClassName
{
background-color: #808707;
}
</style>
border-color css
<style>
span { border-color: #808707; }
span { border-color: rgb(128,135,7); }
td.TdClassName
{
border-color: #808707;
}
.TagClassName
{
border-color: #808707;
}
</style>