Shades of Olive #8A8805
Tints of Olive #8A8805
RGB
CMYK
RGB Variations
Color information
#8A8805 (or 0x8A8805) is known color: Olive. HEX triplet: 8A, 88 and 05. RGB value is (138,136,5). Sum of RGB (Red+Green+Blue) = 138+136+5=279 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.46% from 279); Green value is 136 (53.52% from 255 or 48.75% from 279); Blue value is 5 (2.34% from 255 or 1.79% from 279); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8805 is #7577FA. Grayscale: #7A7A7A. Windows color (decimal): -7698427 or 362634. OLE color: 362634.
HSL color Cylindrical-coordinate representation of color #8A8805: hue angle of 59.1º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A8805 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 136 | 5 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.46 |
| HSL | 59.1º | 0.93% | 0.28% | - |
| HSV(B) | 59.1º | 0.96% | 0.54% | - |
| XYZ | 19.31 | 23.02 | 3.57 | - |
| YUV | 121.66 | 62.16 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 136 | 5 | 0 | 0.01 | 0.96 | 0.46 | 59.1 | 0.93 | 0.28 |
| Hex | 8A | 88 | 5 | 0 | 1 | 60 | 2E | 3B | 5D | 1C |
| Octal | 212 | 210 | 5 | 0 | 1 | 140 | 56 | 73 | 135 | 34 |
| Binary | 10001010 | 10001000 | 101 | 0 | 1 | 1100000 | 101110 | 111011 | 1011101 | 11100 |
Color Harmonies of #8A8805
Complementary color
Monochromatic Colors of #8A8805
Black with #8A8805
Text Example
Text Example
White with #8A8805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8805; }
p { color: rgb(138,136,5); }
H1.HeaderClassName
{
color: #8A8805;
}
.AnyTagClassName
{
color: #8A8805;
}
</style>
background-color css
<style>
a { background-color: #8A8805; }
a { background-color: rgb(138,136,5); }
div.DivClassName
{
background-color: #8A8805;
}
.BgClassName
{
background-color: #8A8805;
}
</style>
border-color css
<style>
span { border-color: #8A8805; }
span { border-color: rgb(138,136,5); }
td.TdClassName
{
border-color: #8A8805;
}
.TagClassName
{
border-color: #8A8805;
}
</style>