Shades of Olive #8A8404
Tints of Olive #8A8404
RGB
CMYK
RGB Variations
Color information
#8A8404 (or 0x8A8404) is known color: Olive. HEX triplet: 8A, 84 and 04. RGB value is (138,132,4). Sum of RGB (Red+Green+Blue) = 138+132+4=274 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.36% from 274); Green value is 132 (51.95% from 255 or 48.18% from 274); Blue value is 4 (1.95% from 255 or 1.46% from 274); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8404 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8404 is #757BFB. Grayscale: #777777. Windows color (decimal): -7699452 or 296074. OLE color: 296074.
HSL color Cylindrical-coordinate representation of color #8A8404: hue angle of 57.31º 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 #8A8404 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 132 | 4 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.46 |
| HSL | 57.31º | 0.94% | 0.28% | - |
| HSV(B) | 57.31º | 0.97% | 0.54% | - |
| XYZ | 18.75 | 21.91 | 3.36 | - |
| YUV | 119.2 | 62.99 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 132 | 4 | 0 | 0.04 | 0.97 | 0.46 | 57.31 | 0.94 | 0.28 |
| Hex | 8A | 84 | 4 | 0 | 4 | 61 | 2E | 39 | 5E | 1C |
| Octal | 212 | 204 | 4 | 0 | 4 | 141 | 56 | 71 | 136 | 34 |
| Binary | 10001010 | 10000100 | 100 | 0 | 100 | 1100001 | 101110 | 111001 | 1011110 | 11100 |
Color Harmonies of #8A8404
Complementary color
Monochromatic Colors of #8A8404
Black with #8A8404
Text Example
Text Example
White with #8A8404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8404; }
p { color: rgb(138,132,4); }
H1.HeaderClassName
{
color: #8A8404;
}
.AnyTagClassName
{
color: #8A8404;
}
</style>
background-color css
<style>
a { background-color: #8A8404; }
a { background-color: rgb(138,132,4); }
div.DivClassName
{
background-color: #8A8404;
}
.BgClassName
{
background-color: #8A8404;
}
</style>
border-color css
<style>
span { border-color: #8A8404; }
span { border-color: rgb(138,132,4); }
td.TdClassName
{
border-color: #8A8404;
}
.TagClassName
{
border-color: #8A8404;
}
</style>