Shades of Olive #808602
Tints of Olive #808602
RGB
CMYK
RGB Variations
Color information
#808602 (or 0x808602) is known color: Olive. HEX triplet: 80, 86 and 02. RGB value is (128,134,2). Sum of RGB (Red+Green+Blue) = 128+134+2=264 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.48% from 264); Green value is 134 (52.73% from 255 or 50.76% from 264); Blue value is 2 (1.17% from 255 or 0.76% from 264); Max value from RGB is 134 - color contains mainly: green. Hex color #808602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808602 is #7F79FD. Grayscale: #757575. Windows color (decimal): -8354302 or 165504. OLE color: 165504.
HSL color Cylindrical-coordinate representation of color #808602: hue angle of 62.73º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #808602 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 134 | 2 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.47 |
| HSL | 62.73º | 0.97% | 0.27% | - |
| HSV(B) | 62.73º | 0.99% | 0.53% | - |
| XYZ | 17.44 | 21.64 | 3.32 | - |
| YUV | 117.16 | 63.01 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 134 | 2 | 0.04 | 0 | 0.99 | 0.47 | 62.73 | 0.97 | 0.27 |
| Hex | 80 | 86 | 2 | 4 | 0 | 63 | 2F | 3F | 61 | 1B |
| Octal | 200 | 206 | 2 | 4 | 0 | 143 | 57 | 77 | 141 | 33 |
| Binary | 10000000 | 10000110 | 10 | 100 | 0 | 1100011 | 101111 | 111111 | 1100001 | 11011 |
Color Harmonies of #808602
Complementary color
Monochromatic Colors of #808602
Black with #808602
Text Example
Text Example
White with #808602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808602; }
p { color: rgb(128,134,2); }
H1.HeaderClassName
{
color: #808602;
}
.AnyTagClassName
{
color: #808602;
}
</style>
background-color css
<style>
a { background-color: #808602; }
a { background-color: rgb(128,134,2); }
div.DivClassName
{
background-color: #808602;
}
.BgClassName
{
background-color: #808602;
}
</style>
border-color css
<style>
span { border-color: #808602; }
span { border-color: rgb(128,134,2); }
td.TdClassName
{
border-color: #808602;
}
.TagClassName
{
border-color: #808602;
}
</style>