Shades of Lima #7FA620
Tints of Lima #7FA620
RGB
CMYK
RGB Variations
Color information
#7FA620 (or 0x7FA620) is known color: Lima. HEX triplet: 7F, A6 and 20. RGB value is (127,166,32). Sum of RGB (Red+Green+Blue) = 127+166+32=325 (43% of max value = 765). Red value is 127 (50% from 255 or 39.08% from 325); Green value is 166 (65.23% from 255 or 51.08% from 325); Blue value is 32 (12.89% from 255 or 9.85% from 325); Max value from RGB is 166 - color contains mainly: green. Hex color #7FA620 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA620 is #8059DF. Grayscale: #8B8B8B. Windows color (decimal): -8411616 or 2139775. OLE color: 2139775.
HSL color Cylindrical-coordinate representation of color #7FA620: hue angle of 77.46º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7FA620 is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 127 | 166 | 32 | - |
| CMYK | 0.23 | 0 | 0.81 | 0.35 |
| HSL | 77.46º | 0.68% | 0.39% | - |
| HSV(B) | 77.46º | 0.81% | 0.65% | - |
| XYZ | 22.65 | 31.89 | 6.33 | - |
| YUV | 139.06 | 67.58 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 166 | 32 | 0.23 | 0 | 0.81 | 0.35 | 77.46 | 0.68 | 0.39 |
| Hex | 7F | A6 | 20 | 17 | 0 | 51 | 23 | 4D | 44 | 27 |
| Octal | 177 | 246 | 40 | 27 | 0 | 121 | 43 | 115 | 104 | 47 |
| Binary | 1111111 | 10100110 | 100000 | 10111 | 0 | 1010001 | 100011 | 1001101 | 1000100 | 100111 |
Color Harmonies of #7FA620
Complementary color
Monochromatic Colors of #7FA620
Black with #7FA620
Text Example
Text Example
White with #7FA620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA620; }
p { color: rgb(127,166,32); }
H1.HeaderClassName
{
color: #7FA620;
}
.AnyTagClassName
{
color: #7FA620;
}
</style>
background-color css
<style>
a { background-color: #7FA620; }
a { background-color: rgb(127,166,32); }
div.DivClassName
{
background-color: #7FA620;
}
.BgClassName
{
background-color: #7FA620;
}
</style>
border-color css
<style>
span { border-color: #7FA620; }
span { border-color: rgb(127,166,32); }
td.TdClassName
{
border-color: #7FA620;
}
.TagClassName
{
border-color: #7FA620;
}
</style>