Shades of Olive #7A8504
Tints of Olive #7A8504
RGB
CMYK
RGB Variations
Color information
#7A8504 (or 0x7A8504) is known color: Olive. HEX triplet: 7A, 85 and 04. RGB value is (122,133,4). Sum of RGB (Red+Green+Blue) = 122+133+4=259 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.10% from 259); Green value is 133 (52.34% from 255 or 51.35% from 259); Blue value is 4 (1.95% from 255 or 1.54% from 259); Max value from RGB is 133 - color contains mainly: green. Hex color #7A8504 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A8504 is #857AFB. Grayscale: #737373. Windows color (decimal): -8747772 or 296314. OLE color: 296314.
HSL color Cylindrical-coordinate representation of color #7A8504: hue angle of 65.12º 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 #7A8504 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 122 | 133 | 4 | - |
| CMYK | 0.08 | 0 | 0.97 | 0.48 |
| HSL | 65.12º | 0.94% | 0.27% | - |
| HSV(B) | 65.12º | 0.97% | 0.52% | - |
| XYZ | 16.44 | 20.92 | 3.29 | - |
| YUV | 115.01 | 65.36 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 133 | 4 | 0.08 | 0 | 0.97 | 0.48 | 65.12 | 0.94 | 0.27 |
| Hex | 7A | 85 | 4 | 8 | 0 | 61 | 30 | 41 | 5E | 1B |
| Octal | 172 | 205 | 4 | 10 | 0 | 141 | 60 | 101 | 136 | 33 |
| Binary | 1111010 | 10000101 | 100 | 1000 | 0 | 1100001 | 110000 | 1000001 | 1011110 | 11011 |
Color Harmonies of #7A8504
Complementary color
Monochromatic Colors of #7A8504
Black with #7A8504
Text Example
Text Example
White with #7A8504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8504; }
p { color: rgb(122,133,4); }
H1.HeaderClassName
{
color: #7A8504;
}
.AnyTagClassName
{
color: #7A8504;
}
</style>
background-color css
<style>
a { background-color: #7A8504; }
a { background-color: rgb(122,133,4); }
div.DivClassName
{
background-color: #7A8504;
}
.BgClassName
{
background-color: #7A8504;
}
</style>
border-color css
<style>
span { border-color: #7A8504; }
span { border-color: rgb(122,133,4); }
td.TdClassName
{
border-color: #7A8504;
}
.TagClassName
{
border-color: #7A8504;
}
</style>