Shades of Olive #808A02
Tints of Olive #808A02
RGB
CMYK
RGB Variations
Color information
#808A02 (or 0x808A02) is known color: Olive. HEX triplet: 80, 8A and 02. RGB value is (128,138,2). Sum of RGB (Red+Green+Blue) = 128+138+2=268 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.76% from 268); Green value is 138 (54.30% from 255 or 51.49% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 138 - color contains mainly: green. Hex color #808A02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808A02 is #7F75FD. Grayscale: #787878. Windows color (decimal): -8353278 or 166528. OLE color: 166528.
HSL color Cylindrical-coordinate representation of color #808A02: hue angle of 64.41º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #808A02 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 138 | 2 | - |
| CMYK | 0.07 | 0 | 0.99 | 0.46 |
| HSL | 64.41º | 0.97% | 0.27% | - |
| HSV(B) | 64.41º | 0.99% | 0.54% | - |
| XYZ | 18 | 22.77 | 3.5 | - |
| YUV | 119.51 | 61.69 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 138 | 2 | 0.07 | 0 | 0.99 | 0.46 | 64.41 | 0.97 | 0.27 |
| Hex | 80 | 8A | 2 | 7 | 0 | 63 | 2E | 40 | 61 | 1B |
| Octal | 200 | 212 | 2 | 7 | 0 | 143 | 56 | 100 | 141 | 33 |
| Binary | 10000000 | 10001010 | 10 | 111 | 0 | 1100011 | 101110 | 1000000 | 1100001 | 11011 |
Color Harmonies of #808A02
Complementary color
Monochromatic Colors of #808A02
Black with #808A02
Text Example
Text Example
White with #808A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808A02; }
p { color: rgb(128,138,2); }
H1.HeaderClassName
{
color: #808A02;
}
.AnyTagClassName
{
color: #808A02;
}
</style>
background-color css
<style>
a { background-color: #808A02; }
a { background-color: rgb(128,138,2); }
div.DivClassName
{
background-color: #808A02;
}
.BgClassName
{
background-color: #808A02;
}
</style>
border-color css
<style>
span { border-color: #808A02; }
span { border-color: rgb(128,138,2); }
td.TdClassName
{
border-color: #808A02;
}
.TagClassName
{
border-color: #808A02;
}
</style>