Shades of Olive #8A8802
Tints of Olive #8A8802
RGB
CMYK
RGB Variations
Color information
#8A8802 (or 0x8A8802) is known color: Olive. HEX triplet: 8A, 88 and 02. RGB value is (138,136,2). Sum of RGB (Red+Green+Blue) = 138+136+2=276 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50% from 276); Green value is 136 (53.52% from 255 or 49.28% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8802 is #7577FD. Grayscale: #797979. Windows color (decimal): -7698430 or 166026. OLE color: 166026.
HSL color Cylindrical-coordinate representation of color #8A8802: hue angle of 59.12º 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 #8A8802 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 136 | 2 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.46 |
| HSL | 59.12º | 0.97% | 0.27% | - |
| HSV(B) | 59.12º | 0.99% | 0.54% | - |
| XYZ | 19.3 | 23.02 | 3.48 | - |
| YUV | 121.32 | 60.66 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 136 | 2 | 0 | 0.01 | 0.99 | 0.46 | 59.12 | 0.97 | 0.27 |
| Hex | 8A | 88 | 2 | 0 | 1 | 63 | 2E | 3B | 61 | 1B |
| Octal | 212 | 210 | 2 | 0 | 1 | 143 | 56 | 73 | 141 | 33 |
| Binary | 10001010 | 10001000 | 10 | 0 | 1 | 1100011 | 101110 | 111011 | 1100001 | 11011 |
Color Harmonies of #8A8802
Complementary color
Monochromatic Colors of #8A8802
Black with #8A8802
Text Example
Text Example
White with #8A8802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8802; }
p { color: rgb(138,136,2); }
H1.HeaderClassName
{
color: #8A8802;
}
.AnyTagClassName
{
color: #8A8802;
}
</style>
background-color css
<style>
a { background-color: #8A8802; }
a { background-color: rgb(138,136,2); }
div.DivClassName
{
background-color: #8A8802;
}
.BgClassName
{
background-color: #8A8802;
}
</style>
border-color css
<style>
span { border-color: #8A8802; }
span { border-color: rgb(138,136,2); }
td.TdClassName
{
border-color: #8A8802;
}
.TagClassName
{
border-color: #8A8802;
}
</style>