Shades of Olive #8A7204
Tints of Olive #8A7204
RGB
CMYK
RGB Variations
Color information
#8A7204 (or 0x8A7204) is known color: Olive. HEX triplet: 8A, 72 and 04. RGB value is (138,114,4). Sum of RGB (Red+Green+Blue) = 138+114+4=256 (33% of max value = 765). Red value is 138 (54.30% from 255 or 53.91% from 256); Green value is 114 (44.92% from 255 or 44.53% from 256); Blue value is 4 (1.95% from 255 or 1.56% from 256); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7204 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A7204 is #758DFB. Grayscale: #6D6D6D. Windows color (decimal): -7704060 or 291466. OLE color: 291466.
HSL color Cylindrical-coordinate representation of color #8A7204: hue angle of 49.25º 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 #8A7204 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 114 | 4 | - |
| CMYK | 0 | 0.17 | 0.97 | 0.46 |
| HSL | 49.25º | 0.94% | 0.28% | - |
| HSV(B) | 49.25º | 0.97% | 0.54% | - |
| XYZ | 16.52 | 17.45 | 2.61 | - |
| YUV | 108.64 | 68.95 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 114 | 4 | 0 | 0.17 | 0.97 | 0.46 | 49.25 | 0.94 | 0.28 |
| Hex | 8A | 72 | 4 | 0 | 11 | 61 | 2E | 31 | 5E | 1C |
| Octal | 212 | 162 | 4 | 0 | 21 | 141 | 56 | 61 | 136 | 34 |
| Binary | 10001010 | 1110010 | 100 | 0 | 10001 | 1100001 | 101110 | 110001 | 1011110 | 11100 |
Color Harmonies of #8A7204
Complementary color
Monochromatic Colors of #8A7204
Black with #8A7204
Text Example
Text Example
White with #8A7204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7204; }
p { color: rgb(138,114,4); }
H1.HeaderClassName
{
color: #8A7204;
}
.AnyTagClassName
{
color: #8A7204;
}
</style>
background-color css
<style>
a { background-color: #8A7204; }
a { background-color: rgb(138,114,4); }
div.DivClassName
{
background-color: #8A7204;
}
.BgClassName
{
background-color: #8A7204;
}
</style>
border-color css
<style>
span { border-color: #8A7204; }
span { border-color: rgb(138,114,4); }
td.TdClassName
{
border-color: #8A7204;
}
.TagClassName
{
border-color: #8A7204;
}
</style>