Shades of Lima #7FA413
Tints of Lima #7FA413
RGB
CMYK
RGB Variations
Color information
#7FA413 (or 0x7FA413) is known color: Lima. HEX triplet: 7F, A4 and 13. RGB value is (127,164,19). Sum of RGB (Red+Green+Blue) = 127+164+19=310 (41% of max value = 765). Red value is 127 (50% from 255 or 40.97% from 310); Green value is 164 (64.45% from 255 or 52.90% from 310); Blue value is 19 (7.81% from 255 or 6.13% from 310); Max value from RGB is 164 - color contains mainly: green. Hex color #7FA413 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FA413 is #805BEC. Grayscale: #888888. Windows color (decimal): -8412141 or 1287295. OLE color: 1287295.
HSL color Cylindrical-coordinate representation of color #7FA413: hue angle of 75.31º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7FA413 is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 164 | 19 | - |
| CMYK | 0.23 | 0 | 0.88 | 0.36 |
| HSL | 75.31º | 0.79% | 0.36% | - |
| HSV(B) | 75.31º | 0.88% | 0.64% | - |
| XYZ | 22.15 | 31.11 | 5.45 | - |
| YUV | 136.41 | 61.74 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 164 | 19 | 0.23 | 0 | 0.88 | 0.36 | 75.31 | 0.79 | 0.36 |
| Hex | 7F | A4 | 13 | 17 | 0 | 58 | 24 | 4B | 4F | 24 |
| Octal | 177 | 244 | 23 | 27 | 0 | 130 | 44 | 113 | 117 | 44 |
| Binary | 1111111 | 10100100 | 10011 | 10111 | 0 | 1011000 | 100100 | 1001011 | 1001111 | 100100 |
Color Harmonies of #7FA413
Complementary color
Monochromatic Colors of #7FA413
Black with #7FA413
Text Example
Text Example
White with #7FA413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA413; }
p { color: rgb(127,164,19); }
H1.HeaderClassName
{
color: #7FA413;
}
.AnyTagClassName
{
color: #7FA413;
}
</style>
background-color css
<style>
a { background-color: #7FA413; }
a { background-color: rgb(127,164,19); }
div.DivClassName
{
background-color: #7FA413;
}
.BgClassName
{
background-color: #7FA413;
}
</style>
border-color css
<style>
span { border-color: #7FA413; }
span { border-color: rgb(127,164,19); }
td.TdClassName
{
border-color: #7FA413;
}
.TagClassName
{
border-color: #7FA413;
}
</style>