Shades of Lima #7FA014
Tints of Lima #7FA014
RGB
CMYK
RGB Variations
Color information
#7FA014 (or 0x7FA014) is known color: Lima. HEX triplet: 7F, A0 and 14. RGB value is (127,160,20). Sum of RGB (Red+Green+Blue) = 127+160+20=307 (40% of max value = 765). Red value is 127 (50% from 255 or 41.37% from 307); Green value is 160 (62.89% from 255 or 52.12% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 160 - color contains mainly: green. Hex color #7FA014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FA014 is #805FEB. Grayscale: #868686. Windows color (decimal): -8413164 or 1351807. OLE color: 1351807.
HSL color Cylindrical-coordinate representation of color #7FA014: hue angle of 74.14º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7FA014 is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 127 | 160 | 20 | - |
| CMYK | 0.21 | 0 | 0.88 | 0.37 |
| HSL | 74.14º | 0.78% | 0.35% | - |
| HSV(B) | 74.14º | 0.88% | 0.63% | - |
| XYZ | 21.45 | 29.7 | 5.26 | - |
| YUV | 134.17 | 63.57 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 160 | 20 | 0.21 | 0 | 0.88 | 0.37 | 74.14 | 0.78 | 0.35 |
| Hex | 7F | A0 | 14 | 15 | 0 | 58 | 25 | 4A | 4E | 23 |
| Octal | 177 | 240 | 24 | 25 | 0 | 130 | 45 | 112 | 116 | 43 |
| Binary | 1111111 | 10100000 | 10100 | 10101 | 0 | 1011000 | 100101 | 1001010 | 1001110 | 100011 |
Color Harmonies of #7FA014
Complementary color
Monochromatic Colors of #7FA014
Black with #7FA014
Text Example
Text Example
White with #7FA014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA014; }
p { color: rgb(127,160,20); }
H1.HeaderClassName
{
color: #7FA014;
}
.AnyTagClassName
{
color: #7FA014;
}
</style>
background-color css
<style>
a { background-color: #7FA014; }
a { background-color: rgb(127,160,20); }
div.DivClassName
{
background-color: #7FA014;
}
.BgClassName
{
background-color: #7FA014;
}
</style>
border-color css
<style>
span { border-color: #7FA014; }
span { border-color: rgb(127,160,20); }
td.TdClassName
{
border-color: #7FA014;
}
.TagClassName
{
border-color: #7FA014;
}
</style>