Shades of Lima #79AA2C
Tints of Lima #79AA2C
RGB
CMYK
RGB Variations
Color information
#79AA2C (or 0x79AA2C) is known color: Lima. HEX triplet: 79, AA and 2C. RGB value is (121,170,44). Sum of RGB (Red+Green+Blue) = 121+170+44=335 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.12% from 335); Green value is 170 (66.80% from 255 or 50.75% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 170 - color contains mainly: green. Hex color #79AA2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79AA2C is #8655D3. Grayscale: #8D8D8D. Windows color (decimal): -8803796 or 2927225. OLE color: 2927225.
HSL color Cylindrical-coordinate representation of color #79AA2C: hue angle of 83.33º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #79AA2C is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 170 | 44 | - |
| CMYK | 0.29 | 0 | 0.74 | 0.33 |
| HSL | 83.33º | 0.59% | 0.42% | - |
| HSV(B) | 83.33º | 0.74% | 0.67% | - |
| XYZ | 22.71 | 33 | 7.55 | - |
| YUV | 140.99 | 73.27 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 170 | 44 | 0.29 | 0 | 0.74 | 0.33 | 83.33 | 0.59 | 0.42 |
| Hex | 79 | AA | 2C | 1D | 0 | 4A | 21 | 53 | 3B | 2A |
| Octal | 171 | 252 | 54 | 35 | 0 | 112 | 41 | 123 | 73 | 52 |
| Binary | 1111001 | 10101010 | 101100 | 11101 | 0 | 1001010 | 100001 | 1010011 | 111011 | 101010 |
Color Harmonies of #79AA2C
Complementary color
Monochromatic Colors of #79AA2C
Black with #79AA2C
Text Example
Text Example
White with #79AA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79AA2C; }
p { color: rgb(121,170,44); }
H1.HeaderClassName
{
color: #79AA2C;
}
.AnyTagClassName
{
color: #79AA2C;
}
</style>
background-color css
<style>
a { background-color: #79AA2C; }
a { background-color: rgb(121,170,44); }
div.DivClassName
{
background-color: #79AA2C;
}
.BgClassName
{
background-color: #79AA2C;
}
</style>
border-color css
<style>
span { border-color: #79AA2C; }
span { border-color: rgb(121,170,44); }
td.TdClassName
{
border-color: #79AA2C;
}
.TagClassName
{
border-color: #79AA2C;
}
</style>