Shades of Lima #7FA116
Tints of Lima #7FA116
RGB
CMYK
RGB Variations
Color information
#7FA116 (or 0x7FA116) is known color: Lima. HEX triplet: 7F, A1 and 16. RGB value is (127,161,22). Sum of RGB (Red+Green+Blue) = 127+161+22=310 (41% of max value = 765). Red value is 127 (50% from 255 or 40.97% from 310); Green value is 161 (63.28% from 255 or 51.94% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 161 - color contains mainly: green. Hex color #7FA116 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FA116 is #805EE9. Grayscale: #878787. Windows color (decimal): -8412906 or 1483135. OLE color: 1483135.
HSL color Cylindrical-coordinate representation of color #7FA116: hue angle of 74.68º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7FA116 is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 127 | 161 | 22 | - |
| CMYK | 0.21 | 0 | 0.86 | 0.37 |
| HSL | 74.68º | 0.76% | 0.36% | - |
| HSV(B) | 74.68º | 0.86% | 0.63% | - |
| XYZ | 21.64 | 30.06 | 5.42 | - |
| YUV | 134.99 | 64.24 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 161 | 22 | 0.21 | 0 | 0.86 | 0.37 | 74.68 | 0.76 | 0.36 |
| Hex | 7F | A1 | 16 | 15 | 0 | 56 | 25 | 4B | 4C | 24 |
| Octal | 177 | 241 | 26 | 25 | 0 | 126 | 45 | 113 | 114 | 44 |
| Binary | 1111111 | 10100001 | 10110 | 10101 | 0 | 1010110 | 100101 | 1001011 | 1001100 | 100100 |
Color Harmonies of #7FA116
Complementary color
Monochromatic Colors of #7FA116
Black with #7FA116
Text Example
Text Example
White with #7FA116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA116; }
p { color: rgb(127,161,22); }
H1.HeaderClassName
{
color: #7FA116;
}
.AnyTagClassName
{
color: #7FA116;
}
</style>
background-color css
<style>
a { background-color: #7FA116; }
a { background-color: rgb(127,161,22); }
div.DivClassName
{
background-color: #7FA116;
}
.BgClassName
{
background-color: #7FA116;
}
</style>
border-color css
<style>
span { border-color: #7FA116; }
span { border-color: rgb(127,161,22); }
td.TdClassName
{
border-color: #7FA116;
}
.TagClassName
{
border-color: #7FA116;
}
</style>