Shades of Olive #7A8A05
Tints of Olive #7A8A05
RGB
CMYK
RGB Variations
Color information
#7A8A05 (or 0x7A8A05) is known color: Olive. HEX triplet: 7A, 8A and 05. RGB value is (122,138,5). Sum of RGB (Red+Green+Blue) = 122+138+5=265 (35% of max value = 765). Red value is 122 (48.05% from 255 or 46.04% from 265); Green value is 138 (54.30% from 255 or 52.08% from 265); Blue value is 5 (2.34% from 255 or 1.89% from 265); Max value from RGB is 138 - color contains mainly: green. Hex color #7A8A05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A8A05 is #8575FA. Grayscale: #767676. Windows color (decimal): -8746491 or 363130. OLE color: 363130.
HSL color Cylindrical-coordinate representation of color #7A8A05: hue angle of 67.22º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7A8A05 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 122 | 138 | 5 | - |
| CMYK | 0.12 | 0 | 0.96 | 0.46 |
| HSL | 67.22º | 0.93% | 0.28% | - |
| HSV(B) | 67.22º | 0.96% | 0.54% | - |
| XYZ | 17.14 | 22.33 | 3.55 | - |
| YUV | 118.05 | 64.2 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 138 | 5 | 0.12 | 0 | 0.96 | 0.46 | 67.22 | 0.93 | 0.28 |
| Hex | 7A | 8A | 5 | C | 0 | 60 | 2E | 43 | 5D | 1C |
| Octal | 172 | 212 | 5 | 14 | 0 | 140 | 56 | 103 | 135 | 34 |
| Binary | 1111010 | 10001010 | 101 | 1100 | 0 | 1100000 | 101110 | 1000011 | 1011101 | 11100 |
Color Harmonies of #7A8A05
Complementary color
Monochromatic Colors of #7A8A05
Black with #7A8A05
Text Example
Text Example
White with #7A8A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8A05; }
p { color: rgb(122,138,5); }
H1.HeaderClassName
{
color: #7A8A05;
}
.AnyTagClassName
{
color: #7A8A05;
}
</style>
background-color css
<style>
a { background-color: #7A8A05; }
a { background-color: rgb(122,138,5); }
div.DivClassName
{
background-color: #7A8A05;
}
.BgClassName
{
background-color: #7A8A05;
}
</style>
border-color css
<style>
span { border-color: #7A8A05; }
span { border-color: rgb(122,138,5); }
td.TdClassName
{
border-color: #7A8A05;
}
.TagClassName
{
border-color: #7A8A05;
}
</style>