Shades of Olive #8A8808
Tints of Olive #8A8808
RGB
CMYK
RGB Variations
Color information
#8A8808 (or 0x8A8808) is known color: Olive. HEX triplet: 8A, 88 and 08. RGB value is (138,136,8). Sum of RGB (Red+Green+Blue) = 138+136+8=282 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.94% from 282); Green value is 136 (53.52% from 255 or 48.23% from 282); Blue value is 8 (3.52% from 255 or 2.84% from 282); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8808 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8808 is #7577F7. Grayscale: #7A7A7A. Windows color (decimal): -7698424 or 559242. OLE color: 559242.
HSL color Cylindrical-coordinate representation of color #8A8808: hue angle of 59.08º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A8808 is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 136 | 8 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.46 |
| HSL | 59.08º | 0.89% | 0.29% | - |
| HSV(B) | 59.08º | 0.94% | 0.54% | - |
| XYZ | 19.33 | 23.03 | 3.66 | - |
| YUV | 122.01 | 63.66 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 136 | 8 | 0 | 0.01 | 0.94 | 0.46 | 59.08 | 0.89 | 0.29 |
| Hex | 8A | 88 | 8 | 0 | 1 | 5E | 2E | 3B | 59 | 1D |
| Octal | 212 | 210 | 10 | 0 | 1 | 136 | 56 | 73 | 131 | 35 |
| Binary | 10001010 | 10001000 | 1000 | 0 | 1 | 1011110 | 101110 | 111011 | 1011001 | 11101 |
Color Harmonies of #8A8808
Complementary color
Monochromatic Colors of #8A8808
Black with #8A8808
Text Example
Text Example
White with #8A8808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8808; }
p { color: rgb(138,136,8); }
H1.HeaderClassName
{
color: #8A8808;
}
.AnyTagClassName
{
color: #8A8808;
}
</style>
background-color css
<style>
a { background-color: #8A8808; }
a { background-color: rgb(138,136,8); }
div.DivClassName
{
background-color: #8A8808;
}
.BgClassName
{
background-color: #8A8808;
}
</style>
border-color css
<style>
span { border-color: #8A8808; }
span { border-color: rgb(138,136,8); }
td.TdClassName
{
border-color: #8A8808;
}
.TagClassName
{
border-color: #8A8808;
}
</style>