Shades of Olive #7A8404
Tints of Olive #7A8404
RGB
CMYK
RGB Variations
Color information
#7A8404 (or 0x7A8404) is known color: Olive. HEX triplet: 7A, 84 and 04. RGB value is (122,132,4). Sum of RGB (Red+Green+Blue) = 122+132+4=258 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.29% from 258); Green value is 132 (51.95% from 255 or 51.16% from 258); Blue value is 4 (1.95% from 255 or 1.55% from 258); Max value from RGB is 132 - color contains mainly: green. Hex color #7A8404 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A8404 is #857BFB. Grayscale: #727272. Windows color (decimal): -8748028 or 296058. OLE color: 296058.
HSL color Cylindrical-coordinate representation of color #7A8404: hue angle of 64.69º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7A8404 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 122 | 132 | 4 | - |
| CMYK | 0.08 | 0 | 0.97 | 0.48 |
| HSL | 64.69º | 0.94% | 0.27% | - |
| HSV(B) | 64.69º | 0.97% | 0.52% | - |
| XYZ | 16.3 | 20.65 | 3.24 | - |
| YUV | 114.42 | 65.69 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 132 | 4 | 0.08 | 0 | 0.97 | 0.48 | 64.69 | 0.94 | 0.27 |
| Hex | 7A | 84 | 4 | 8 | 0 | 61 | 30 | 41 | 5E | 1B |
| Octal | 172 | 204 | 4 | 10 | 0 | 141 | 60 | 101 | 136 | 33 |
| Binary | 1111010 | 10000100 | 100 | 1000 | 0 | 1100001 | 110000 | 1000001 | 1011110 | 11011 |
Color Harmonies of #7A8404
Complementary color
Monochromatic Colors of #7A8404
Black with #7A8404
Text Example
Text Example
White with #7A8404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8404; }
p { color: rgb(122,132,4); }
H1.HeaderClassName
{
color: #7A8404;
}
.AnyTagClassName
{
color: #7A8404;
}
</style>
background-color css
<style>
a { background-color: #7A8404; }
a { background-color: rgb(122,132,4); }
div.DivClassName
{
background-color: #7A8404;
}
.BgClassName
{
background-color: #7A8404;
}
</style>
border-color css
<style>
span { border-color: #7A8404; }
span { border-color: rgb(122,132,4); }
td.TdClassName
{
border-color: #7A8404;
}
.TagClassName
{
border-color: #7A8404;
}
</style>