Shades of Lima #79A219
Tints of Lima #79A219
RGB
CMYK
RGB Variations
Color information
#79A219 (or 0x79A219) is known color: Lima. HEX triplet: 79, A2 and 19. RGB value is (121,162,25). Sum of RGB (Red+Green+Blue) = 121+162+25=308 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.29% from 308); Green value is 162 (63.67% from 255 or 52.60% from 308); Blue value is 25 (10.16% from 255 or 8.12% from 308); Max value from RGB is 162 - color contains mainly: green. Hex color #79A219 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #79A219 is #865DE6. Grayscale: #868686. Windows color (decimal): -8805863 or 1679993. OLE color: 1679993.
HSL color Cylindrical-coordinate representation of color #79A219: hue angle of 77.96º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #79A219 is Cyan = 0.25, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 121 | 162 | 25 | - |
| CMYK | 0.25 | 0 | 0.85 | 0.36 |
| HSL | 77.96º | 0.73% | 0.37% | - |
| HSV(B) | 77.96º | 0.85% | 0.64% | - |
| XYZ | 20.98 | 29.98 | 5.6 | - |
| YUV | 134.12 | 66.42 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 162 | 25 | 0.25 | 0 | 0.85 | 0.36 | 77.96 | 0.73 | 0.37 |
| Hex | 79 | A2 | 19 | 19 | 0 | 55 | 24 | 4E | 49 | 25 |
| Octal | 171 | 242 | 31 | 31 | 0 | 125 | 44 | 116 | 111 | 45 |
| Binary | 1111001 | 10100010 | 11001 | 11001 | 0 | 1010101 | 100100 | 1001110 | 1001001 | 100101 |
Color Harmonies of #79A219
Complementary color
Monochromatic Colors of #79A219
Black with #79A219
Text Example
Text Example
White with #79A219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A219; }
p { color: rgb(121,162,25); }
H1.HeaderClassName
{
color: #79A219;
}
.AnyTagClassName
{
color: #79A219;
}
</style>
background-color css
<style>
a { background-color: #79A219; }
a { background-color: rgb(121,162,25); }
div.DivClassName
{
background-color: #79A219;
}
.BgClassName
{
background-color: #79A219;
}
</style>
border-color css
<style>
span { border-color: #79A219; }
span { border-color: rgb(121,162,25); }
td.TdClassName
{
border-color: #79A219;
}
.TagClassName
{
border-color: #79A219;
}
</style>