Shades of Lima #79A119
Tints of Lima #79A119
RGB
CMYK
RGB Variations
Color information
#79A119 (or 0x79A119) is known color: Lima. HEX triplet: 79, A1 and 19. RGB value is (121,161,25). Sum of RGB (Red+Green+Blue) = 121+161+25=307 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.41% from 307); Green value is 161 (63.28% from 255 or 52.44% from 307); Blue value is 25 (10.16% from 255 or 8.14% from 307); Max value from RGB is 161 - color contains mainly: green. Hex color #79A119 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #79A119 is #865EE6. Grayscale: #868686. Windows color (decimal): -8806119 or 1679737. OLE color: 1679737.
HSL color Cylindrical-coordinate representation of color #79A119: hue angle of 77.65º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #79A119 is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 121 | 161 | 25 | - |
| CMYK | 0.25 | 0 | 0.84 | 0.37 |
| HSL | 77.65º | 0.73% | 0.36% | - |
| HSV(B) | 77.65º | 0.84% | 0.63% | - |
| XYZ | 20.81 | 29.62 | 5.54 | - |
| YUV | 133.54 | 66.75 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 161 | 25 | 0.25 | 0 | 0.84 | 0.37 | 77.65 | 0.73 | 0.36 |
| Hex | 79 | A1 | 19 | 19 | 0 | 54 | 25 | 4E | 49 | 24 |
| Octal | 171 | 241 | 31 | 31 | 0 | 124 | 45 | 116 | 111 | 44 |
| Binary | 1111001 | 10100001 | 11001 | 11001 | 0 | 1010100 | 100101 | 1001110 | 1001001 | 100100 |
Color Harmonies of #79A119
Complementary color
Monochromatic Colors of #79A119
Black with #79A119
Text Example
Text Example
White with #79A119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A119; }
p { color: rgb(121,161,25); }
H1.HeaderClassName
{
color: #79A119;
}
.AnyTagClassName
{
color: #79A119;
}
</style>
background-color css
<style>
a { background-color: #79A119; }
a { background-color: rgb(121,161,25); }
div.DivClassName
{
background-color: #79A119;
}
.BgClassName
{
background-color: #79A119;
}
</style>
border-color css
<style>
span { border-color: #79A119; }
span { border-color: rgb(121,161,25); }
td.TdClassName
{
border-color: #79A119;
}
.TagClassName
{
border-color: #79A119;
}
</style>