Shades of Lima #7AA626
Tints of Lima #7AA626
RGB
CMYK
RGB Variations
Color information
#7AA626 (or 0x7AA626) is known color: Lima. HEX triplet: 7A, A6 and 26. RGB value is (122,166,38). Sum of RGB (Red+Green+Blue) = 122+166+38=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 166 (65.23% from 255 or 50.92% from 326); Blue value is 38 (15.23% from 255 or 11.66% from 326); Max value from RGB is 166 - color contains mainly: green. Hex color #7AA626 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA626 is #8559D9. Grayscale: #8A8A8A. Windows color (decimal): -8739290 or 2532986. OLE color: 2532986.
HSL color Cylindrical-coordinate representation of color #7AA626: hue angle of 80.62º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7AA626 is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 166 | 38 | - |
| CMYK | 0.27 | 0 | 0.77 | 0.35 |
| HSL | 80.63º | 0.63% | 0.4% | - |
| HSV(B) | 80.63º | 0.77% | 0.65% | - |
| XYZ | 22.01 | 31.55 | 6.76 | - |
| YUV | 138.25 | 71.42 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 166 | 38 | 0.27 | 0 | 0.77 | 0.35 | 80.63 | 0.63 | 0.4 |
| Hex | 7A | A6 | 26 | 1B | 0 | 4D | 23 | 51 | 3F | 28 |
| Octal | 172 | 246 | 46 | 33 | 0 | 115 | 43 | 121 | 77 | 50 |
| Binary | 1111010 | 10100110 | 100110 | 11011 | 0 | 1001101 | 100011 | 1010001 | 111111 | 101000 |
Color Harmonies of #7AA626
Complementary color
Monochromatic Colors of #7AA626
Black with #7AA626
Text Example
Text Example
White with #7AA626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA626; }
p { color: rgb(122,166,38); }
H1.HeaderClassName
{
color: #7AA626;
}
.AnyTagClassName
{
color: #7AA626;
}
</style>
background-color css
<style>
a { background-color: #7AA626; }
a { background-color: rgb(122,166,38); }
div.DivClassName
{
background-color: #7AA626;
}
.BgClassName
{
background-color: #7AA626;
}
</style>
border-color css
<style>
span { border-color: #7AA626; }
span { border-color: rgb(122,166,38); }
td.TdClassName
{
border-color: #7AA626;
}
.TagClassName
{
border-color: #7AA626;
}
</style>