Shades of Olive #808607
Tints of Olive #808607
RGB
CMYK
RGB Variations
Color information
#808607 (or 0x808607) is known color: Olive. HEX triplet: 80, 86 and 07. RGB value is (128,134,7). Sum of RGB (Red+Green+Blue) = 128+134+7=269 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.58% from 269); Green value is 134 (52.73% from 255 or 49.81% from 269); Blue value is 7 (3.12% from 255 or 2.60% from 269); Max value from RGB is 134 - color contains mainly: green. Hex color #808607 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808607 is #7F79F8. Grayscale: #767676. Windows color (decimal): -8354297 or 493184. OLE color: 493184.
HSL color Cylindrical-coordinate representation of color #808607: hue angle of 62.83º 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 #808607 is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 134 | 7 | - |
| CMYK | 0.04 | 0 | 0.95 | 0.47 |
| HSL | 62.83º | 0.9% | 0.28% | - |
| HSV(B) | 62.83º | 0.95% | 0.53% | - |
| XYZ | 17.47 | 21.65 | 3.46 | - |
| YUV | 117.73 | 65.51 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 134 | 7 | 0.04 | 0 | 0.95 | 0.47 | 62.83 | 0.9 | 0.28 |
| Hex | 80 | 86 | 7 | 4 | 0 | 5F | 2F | 3F | 5A | 1C |
| Octal | 200 | 206 | 7 | 4 | 0 | 137 | 57 | 77 | 132 | 34 |
| Binary | 10000000 | 10000110 | 111 | 100 | 0 | 1011111 | 101111 | 111111 | 1011010 | 11100 |
Color Harmonies of #808607
Complementary color
Monochromatic Colors of #808607
Black with #808607
Text Example
Text Example
White with #808607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808607; }
p { color: rgb(128,134,7); }
H1.HeaderClassName
{
color: #808607;
}
.AnyTagClassName
{
color: #808607;
}
</style>
background-color css
<style>
a { background-color: #808607; }
a { background-color: rgb(128,134,7); }
div.DivClassName
{
background-color: #808607;
}
.BgClassName
{
background-color: #808607;
}
</style>
border-color css
<style>
span { border-color: #808607; }
span { border-color: rgb(128,134,7); }
td.TdClassName
{
border-color: #808607;
}
.TagClassName
{
border-color: #808607;
}
</style>