Shades of Olive #7A8704
Tints of Olive #7A8704
RGB
CMYK
RGB Variations
Color information
#7A8704 (or 0x7A8704) is known color: Olive. HEX triplet: 7A, 87 and 04. RGB value is (122,135,4). Sum of RGB (Red+Green+Blue) = 122+135+4=261 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.74% from 261); Green value is 135 (53.12% from 255 or 51.72% from 261); Blue value is 4 (1.95% from 255 or 1.53% from 261); Max value from RGB is 135 - color contains mainly: green. Hex color #7A8704 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A8704 is #8578FB. Grayscale: #747474. Windows color (decimal): -8747260 or 296826. OLE color: 296826.
HSL color Cylindrical-coordinate representation of color #7A8704: hue angle of 65.95º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7A8704 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 135 | 4 | - |
| CMYK | 0.10 | 0 | 0.97 | 0.47 |
| HSL | 65.95º | 0.94% | 0.27% | - |
| HSV(B) | 65.95º | 0.97% | 0.53% | - |
| XYZ | 16.71 | 21.47 | 3.38 | - |
| YUV | 116.18 | 64.69 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 135 | 4 | 0.10 | 0 | 0.97 | 0.47 | 65.95 | 0.94 | 0.27 |
| Hex | 7A | 87 | 4 | A | 0 | 61 | 2F | 42 | 5E | 1B |
| Octal | 172 | 207 | 4 | 12 | 0 | 141 | 57 | 102 | 136 | 33 |
| Binary | 1111010 | 10000111 | 100 | 1010 | 0 | 1100001 | 101111 | 1000010 | 1011110 | 11011 |
Color Harmonies of #7A8704
Complementary color
Monochromatic Colors of #7A8704
Black with #7A8704
Text Example
Text Example
White with #7A8704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8704; }
p { color: rgb(122,135,4); }
H1.HeaderClassName
{
color: #7A8704;
}
.AnyTagClassName
{
color: #7A8704;
}
</style>
background-color css
<style>
a { background-color: #7A8704; }
a { background-color: rgb(122,135,4); }
div.DivClassName
{
background-color: #7A8704;
}
.BgClassName
{
background-color: #7A8704;
}
</style>
border-color css
<style>
span { border-color: #7A8704; }
span { border-color: rgb(122,135,4); }
td.TdClassName
{
border-color: #7A8704;
}
.TagClassName
{
border-color: #7A8704;
}
</style>