Shades of Lima #79A020
Tints of Lima #79A020
RGB
CMYK
RGB Variations
Color information
#79A020 (or 0x79A020) is known color: Lima. HEX triplet: 79, A0 and 20. RGB value is (121,160,32). Sum of RGB (Red+Green+Blue) = 121+160+32=313 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.66% from 313); Green value is 160 (62.89% from 255 or 51.12% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 160 - color contains mainly: green. Hex color #79A020 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79A020 is #865FDF. Grayscale: #868686. Windows color (decimal): -8806368 or 2138233. OLE color: 2138233.
HSL color Cylindrical-coordinate representation of color #79A020: hue angle of 78.28º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #79A020 is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 121 | 160 | 32 | - |
| CMYK | 0.24 | 0 | 0.80 | 0.37 |
| HSL | 78.28º | 0.67% | 0.38% | - |
| HSV(B) | 78.28º | 0.8% | 0.63% | - |
| XYZ | 20.72 | 29.31 | 5.93 | - |
| YUV | 133.75 | 70.58 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 160 | 32 | 0.24 | 0 | 0.80 | 0.37 | 78.28 | 0.67 | 0.38 |
| Hex | 79 | A0 | 20 | 18 | 0 | 50 | 25 | 4E | 43 | 26 |
| Octal | 171 | 240 | 40 | 30 | 0 | 120 | 45 | 116 | 103 | 46 |
| Binary | 1111001 | 10100000 | 100000 | 11000 | 0 | 1010000 | 100101 | 1001110 | 1000011 | 100110 |
Color Harmonies of #79A020
Complementary color
Monochromatic Colors of #79A020
Black with #79A020
Text Example
Text Example
White with #79A020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A020; }
p { color: rgb(121,160,32); }
H1.HeaderClassName
{
color: #79A020;
}
.AnyTagClassName
{
color: #79A020;
}
</style>
background-color css
<style>
a { background-color: #79A020; }
a { background-color: rgb(121,160,32); }
div.DivClassName
{
background-color: #79A020;
}
.BgClassName
{
background-color: #79A020;
}
</style>
border-color css
<style>
span { border-color: #79A020; }
span { border-color: rgb(121,160,32); }
td.TdClassName
{
border-color: #79A020;
}
.TagClassName
{
border-color: #79A020;
}
</style>