Shades of Olive #8A8804
Tints of Olive #8A8804
RGB
CMYK
RGB Variations
Color information
#8A8804 (or 0x8A8804) is known color: Olive. HEX triplet: 8A, 88 and 04. RGB value is (138,136,4). Sum of RGB (Red+Green+Blue) = 138+136+4=278 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.64% from 278); Green value is 136 (53.52% from 255 or 48.92% from 278); Blue value is 4 (1.95% from 255 or 1.44% from 278); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8804 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8804 is #7577FB. Grayscale: #7A7A7A. Windows color (decimal): -7698428 or 297098. OLE color: 297098.
HSL color Cylindrical-coordinate representation of color #8A8804: hue angle of 59.1º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8A8804 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 136 | 4 | - |
| CMYK | 0 | 0.01 | 0.97 | 0.46 |
| HSL | 59.1º | 0.94% | 0.28% | - |
| HSV(B) | 59.1º | 0.97% | 0.54% | - |
| XYZ | 19.31 | 23.02 | 3.54 | - |
| YUV | 121.55 | 61.66 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 136 | 4 | 0 | 0.01 | 0.97 | 0.46 | 59.1 | 0.94 | 0.28 |
| Hex | 8A | 88 | 4 | 0 | 1 | 61 | 2E | 3B | 5E | 1C |
| Octal | 212 | 210 | 4 | 0 | 1 | 141 | 56 | 73 | 136 | 34 |
| Binary | 10001010 | 10001000 | 100 | 0 | 1 | 1100001 | 101110 | 111011 | 1011110 | 11100 |
Color Harmonies of #8A8804
Complementary color
Monochromatic Colors of #8A8804
Black with #8A8804
Text Example
Text Example
White with #8A8804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8804; }
p { color: rgb(138,136,4); }
H1.HeaderClassName
{
color: #8A8804;
}
.AnyTagClassName
{
color: #8A8804;
}
</style>
background-color css
<style>
a { background-color: #8A8804; }
a { background-color: rgb(138,136,4); }
div.DivClassName
{
background-color: #8A8804;
}
.BgClassName
{
background-color: #8A8804;
}
</style>
border-color css
<style>
span { border-color: #8A8804; }
span { border-color: rgb(138,136,4); }
td.TdClassName
{
border-color: #8A8804;
}
.TagClassName
{
border-color: #8A8804;
}
</style>