Shades of Olive #8A8904
Tints of Olive #8A8904
RGB
CMYK
RGB Variations
Color information
#8A8904 (or 0x8A8904) is known color: Olive. HEX triplet: 8A, 89 and 04. RGB value is (138,137,4). Sum of RGB (Red+Green+Blue) = 138+137+4=279 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.46% from 279); Green value is 137 (53.91% from 255 or 49.10% from 279); Blue value is 4 (1.95% from 255 or 1.43% from 279); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8904 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8904 is #7576FB. Grayscale: #7A7A7A. Windows color (decimal): -7698172 or 297354. OLE color: 297354.
HSL color Cylindrical-coordinate representation of color #8A8904: hue angle of 59.55º 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 #8A8904 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 137 | 4 | - |
| CMYK | 0 | 0.01 | 0.97 | 0.46 |
| HSL | 59.55º | 0.94% | 0.28% | - |
| HSV(B) | 59.55º | 0.97% | 0.54% | - |
| XYZ | 19.45 | 23.3 | 3.59 | - |
| YUV | 122.14 | 61.33 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 137 | 4 | 0 | 0.01 | 0.97 | 0.46 | 59.55 | 0.94 | 0.28 |
| Hex | 8A | 89 | 4 | 0 | 1 | 61 | 2E | 3C | 5E | 1C |
| Octal | 212 | 211 | 4 | 0 | 1 | 141 | 56 | 74 | 136 | 34 |
| Binary | 10001010 | 10001001 | 100 | 0 | 1 | 1100001 | 101110 | 111100 | 1011110 | 11100 |
Color Harmonies of #8A8904
Complementary color
Monochromatic Colors of #8A8904
Black with #8A8904
Text Example
Text Example
White with #8A8904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8904; }
p { color: rgb(138,137,4); }
H1.HeaderClassName
{
color: #8A8904;
}
.AnyTagClassName
{
color: #8A8904;
}
</style>
background-color css
<style>
a { background-color: #8A8904; }
a { background-color: rgb(138,137,4); }
div.DivClassName
{
background-color: #8A8904;
}
.BgClassName
{
background-color: #8A8904;
}
</style>
border-color css
<style>
span { border-color: #8A8904; }
span { border-color: rgb(138,137,4); }
td.TdClassName
{
border-color: #8A8904;
}
.TagClassName
{
border-color: #8A8904;
}
</style>