Shades of Olive #7A7904
Tints of Olive #7A7904
RGB
CMYK
RGB Variations
Color information
#7A7904 (or 0x7A7904) is known color: Olive. HEX triplet: 7A, 79 and 04. RGB value is (122,121,4). Sum of RGB (Red+Green+Blue) = 122+121+4=247 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.39% from 247); Green value is 121 (47.66% from 255 or 48.99% from 247); Blue value is 4 (1.95% from 255 or 1.62% from 247); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7904 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A7904 is #8586FB. Grayscale: #6C6C6C. Windows color (decimal): -8750844 or 293242. OLE color: 293242.
HSL color Cylindrical-coordinate representation of color #7A7904: hue angle of 59.49º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7A7904 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 121 | 4 | - |
| CMYK | 0 | 0.01 | 0.97 | 0.52 |
| HSL | 59.49º | 0.94% | 0.25% | - |
| HSV(B) | 59.49º | 0.97% | 0.48% | - |
| XYZ | 14.89 | 17.82 | 2.77 | - |
| YUV | 107.96 | 69.33 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 121 | 4 | 0 | 0.01 | 0.97 | 0.52 | 59.49 | 0.94 | 0.25 |
| Hex | 7A | 79 | 4 | 0 | 1 | 61 | 34 | 3B | 5E | 19 |
| Octal | 172 | 171 | 4 | 0 | 1 | 141 | 64 | 73 | 136 | 31 |
| Binary | 1111010 | 1111001 | 100 | 0 | 1 | 1100001 | 110100 | 111011 | 1011110 | 11001 |
Color Harmonies of #7A7904
Complementary color
Monochromatic Colors of #7A7904
Black with #7A7904
Text Example
Text Example
White with #7A7904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7904; }
p { color: rgb(122,121,4); }
H1.HeaderClassName
{
color: #7A7904;
}
.AnyTagClassName
{
color: #7A7904;
}
</style>
background-color css
<style>
a { background-color: #7A7904; }
a { background-color: rgb(122,121,4); }
div.DivClassName
{
background-color: #7A7904;
}
.BgClassName
{
background-color: #7A7904;
}
</style>
border-color css
<style>
span { border-color: #7A7904; }
span { border-color: rgb(122,121,4); }
td.TdClassName
{
border-color: #7A7904;
}
.TagClassName
{
border-color: #7A7904;
}
</style>