Shades of Olive #808606
Tints of Olive #808606
RGB
CMYK
RGB Variations
Color information
#808606 (or 0x808606) is known color: Olive. HEX triplet: 80, 86 and 06. RGB value is (128,134,6). Sum of RGB (Red+Green+Blue) = 128+134+6=268 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.76% from 268); Green value is 134 (52.73% from 255 or 50% from 268); Blue value is 6 (2.73% from 255 or 2.24% from 268); Max value from RGB is 134 - color contains mainly: green. Hex color #808606 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808606 is #7F79F9. Grayscale: #767676. Windows color (decimal): -8354298 or 427648. OLE color: 427648.
HSL color Cylindrical-coordinate representation of color #808606: hue angle of 62.81º degrees, saturation: 0.91, 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 #808606 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 134 | 6 | - |
| CMYK | 0.04 | 0 | 0.96 | 0.47 |
| HSL | 62.81º | 0.91% | 0.27% | - |
| HSV(B) | 62.81º | 0.96% | 0.53% | - |
| XYZ | 17.46 | 21.65 | 3.43 | - |
| YUV | 117.61 | 65.01 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 134 | 6 | 0.04 | 0 | 0.96 | 0.47 | 62.81 | 0.91 | 0.27 |
| Hex | 80 | 86 | 6 | 4 | 0 | 60 | 2F | 3F | 5B | 1B |
| Octal | 200 | 206 | 6 | 4 | 0 | 140 | 57 | 77 | 133 | 33 |
| Binary | 10000000 | 10000110 | 110 | 100 | 0 | 1100000 | 101111 | 111111 | 1011011 | 11011 |
Color Harmonies of #808606
Complementary color
Monochromatic Colors of #808606
Black with #808606
Text Example
Text Example
White with #808606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808606; }
p { color: rgb(128,134,6); }
H1.HeaderClassName
{
color: #808606;
}
.AnyTagClassName
{
color: #808606;
}
</style>
background-color css
<style>
a { background-color: #808606; }
a { background-color: rgb(128,134,6); }
div.DivClassName
{
background-color: #808606;
}
.BgClassName
{
background-color: #808606;
}
</style>
border-color css
<style>
span { border-color: #808606; }
span { border-color: rgb(128,134,6); }
td.TdClassName
{
border-color: #808606;
}
.TagClassName
{
border-color: #808606;
}
</style>