Shades of Olive #808E02
Tints of Olive #808E02
RGB
CMYK
RGB Variations
Color information
#808E02 (or 0x808E02) is known color: Olive. HEX triplet: 80, 8E and 02. RGB value is (128,142,2). Sum of RGB (Red+Green+Blue) = 128+142+2=272 (36% of max value = 765). Red value is 128 (50.39% from 255 or 47.06% from 272); Green value is 142 (55.86% from 255 or 52.21% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 142 - color contains mainly: green. Hex color #808E02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808E02 is #7F71FD. Grayscale: #7A7A7A. Windows color (decimal): -8352254 or 167552. OLE color: 167552.
HSL color Cylindrical-coordinate representation of color #808E02: hue angle of 66º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #808E02 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 142 | 2 | - |
| CMYK | 0.10 | 0 | 0.99 | 0.44 |
| HSL | 66º | 0.97% | 0.28% | - |
| HSV(B) | 66º | 0.99% | 0.56% | - |
| XYZ | 18.59 | 23.94 | 3.7 | - |
| YUV | 121.85 | 60.36 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 142 | 2 | 0.10 | 0 | 0.99 | 0.44 | 66 | 0.97 | 0.28 |
| Hex | 80 | 8E | 2 | A | 0 | 63 | 2C | 42 | 61 | 1C |
| Octal | 200 | 216 | 2 | 12 | 0 | 143 | 54 | 102 | 141 | 34 |
| Binary | 10000000 | 10001110 | 10 | 1010 | 0 | 1100011 | 101100 | 1000010 | 1100001 | 11100 |
Color Harmonies of #808E02
Complementary color
Monochromatic Colors of #808E02
Black with #808E02
Text Example
Text Example
White with #808E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808E02; }
p { color: rgb(128,142,2); }
H1.HeaderClassName
{
color: #808E02;
}
.AnyTagClassName
{
color: #808E02;
}
</style>
background-color css
<style>
a { background-color: #808E02; }
a { background-color: rgb(128,142,2); }
div.DivClassName
{
background-color: #808E02;
}
.BgClassName
{
background-color: #808E02;
}
</style>
border-color css
<style>
span { border-color: #808E02; }
span { border-color: rgb(128,142,2); }
td.TdClassName
{
border-color: #808E02;
}
.TagClassName
{
border-color: #808E02;
}
</style>