Shades of Olive #8A8010
Tints of Olive #8A8010
RGB
CMYK
RGB Variations
Color information
#8A8010 (or 0x8A8010) is known color: Olive. HEX triplet: 8A, 80 and 10. RGB value is (138,128,16). Sum of RGB (Red+Green+Blue) = 138+128+16=282 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.94% from 282); Green value is 128 (50.39% from 255 or 45.39% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8010 is #757FEF. Grayscale: #767676. Windows color (decimal): -7700464 or 1081482. OLE color: 1081482.
HSL color Cylindrical-coordinate representation of color #8A8010: hue angle of 55.08º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A8010 is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 128 | 16 | - |
| CMYK | 0 | 0.07 | 0.88 | 0.46 |
| HSL | 55.08º | 0.79% | 0.3% | - |
| HSV(B) | 55.08º | 0.88% | 0.54% | - |
| XYZ | 18.29 | 20.88 | 3.56 | - |
| YUV | 118.22 | 70.31 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 128 | 16 | 0 | 0.07 | 0.88 | 0.46 | 55.08 | 0.79 | 0.3 |
| Hex | 8A | 80 | 10 | 0 | 7 | 58 | 2E | 37 | 4F | 1E |
| Octal | 212 | 200 | 20 | 0 | 7 | 130 | 56 | 67 | 117 | 36 |
| Binary | 10001010 | 10000000 | 10000 | 0 | 111 | 1011000 | 101110 | 110111 | 1001111 | 11110 |
Color Harmonies of #8A8010
Complementary color
Monochromatic Colors of #8A8010
Black with #8A8010
Text Example
Text Example
White with #8A8010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8010; }
p { color: rgb(138,128,16); }
H1.HeaderClassName
{
color: #8A8010;
}
.AnyTagClassName
{
color: #8A8010;
}
</style>
background-color css
<style>
a { background-color: #8A8010; }
a { background-color: rgb(138,128,16); }
div.DivClassName
{
background-color: #8A8010;
}
.BgClassName
{
background-color: #8A8010;
}
</style>
border-color css
<style>
span { border-color: #8A8010; }
span { border-color: rgb(138,128,16); }
td.TdClassName
{
border-color: #8A8010;
}
.TagClassName
{
border-color: #8A8010;
}
</style>