Shades of Lima #7AA92C
Tints of Lima #7AA92C
RGB
CMYK
RGB Variations
Color information
#7AA92C (or 0x7AA92C) is known color: Lima. HEX triplet: 7A, A9 and 2C. RGB value is (122,169,44). Sum of RGB (Red+Green+Blue) = 122+169+44=335 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.42% from 335); Green value is 169 (66.41% from 255 or 50.45% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 169 - color contains mainly: green. Hex color #7AA92C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA92C is #8556D3. Grayscale: #8D8D8D. Windows color (decimal): -8738516 or 2926970. OLE color: 2926970.
HSL color Cylindrical-coordinate representation of color #7AA92C: hue angle of 82.56º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7AA92C is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 122 | 169 | 44 | - |
| CMYK | 0.28 | 0 | 0.74 | 0.34 |
| HSL | 82.56º | 0.59% | 0.42% | - |
| HSV(B) | 82.56º | 0.74% | 0.66% | - |
| XYZ | 22.67 | 32.7 | 7.5 | - |
| YUV | 140.7 | 73.43 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 169 | 44 | 0.28 | 0 | 0.74 | 0.34 | 82.56 | 0.59 | 0.42 |
| Hex | 7A | A9 | 2C | 1C | 0 | 4A | 22 | 53 | 3B | 2A |
| Octal | 172 | 251 | 54 | 34 | 0 | 112 | 42 | 123 | 73 | 52 |
| Binary | 1111010 | 10101001 | 101100 | 11100 | 0 | 1001010 | 100010 | 1010011 | 111011 | 101010 |
Color Harmonies of #7AA92C
Complementary color
Monochromatic Colors of #7AA92C
Black with #7AA92C
Text Example
Text Example
White with #7AA92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA92C; }
p { color: rgb(122,169,44); }
H1.HeaderClassName
{
color: #7AA92C;
}
.AnyTagClassName
{
color: #7AA92C;
}
</style>
background-color css
<style>
a { background-color: #7AA92C; }
a { background-color: rgb(122,169,44); }
div.DivClassName
{
background-color: #7AA92C;
}
.BgClassName
{
background-color: #7AA92C;
}
</style>
border-color css
<style>
span { border-color: #7AA92C; }
span { border-color: rgb(122,169,44); }
td.TdClassName
{
border-color: #7AA92C;
}
.TagClassName
{
border-color: #7AA92C;
}
</style>