Shades of Lima #7FA511
Tints of Lima #7FA511
RGB
CMYK
RGB Variations
Color information
#7FA511 (or 0x7FA511) is known color: Lima. HEX triplet: 7F, A5 and 11. RGB value is (127,165,17). Sum of RGB (Red+Green+Blue) = 127+165+17=309 (40% of max value = 765). Red value is 127 (50% from 255 or 41.10% from 309); Green value is 165 (64.84% from 255 or 53.40% from 309); Blue value is 17 (7.03% from 255 or 5.50% from 309); Max value from RGB is 165 - color contains mainly: green. Hex color #7FA511 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FA511 is #805AEE. Grayscale: #898989. Windows color (decimal): -8411887 or 1156479. OLE color: 1156479.
HSL color Cylindrical-coordinate representation of color #7FA511: hue angle of 75.41º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7FA511 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 127 | 165 | 17 | - |
| CMYK | 0.23 | 0 | 0.90 | 0.35 |
| HSL | 75.41º | 0.81% | 0.36% | - |
| HSV(B) | 75.41º | 0.9% | 0.65% | - |
| XYZ | 22.31 | 31.46 | 5.43 | - |
| YUV | 136.77 | 60.41 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 165 | 17 | 0.23 | 0 | 0.90 | 0.35 | 75.41 | 0.81 | 0.36 |
| Hex | 7F | A5 | 11 | 17 | 0 | 5A | 23 | 4B | 51 | 24 |
| Octal | 177 | 245 | 21 | 27 | 0 | 132 | 43 | 113 | 121 | 44 |
| Binary | 1111111 | 10100101 | 10001 | 10111 | 0 | 1011010 | 100011 | 1001011 | 1010001 | 100100 |
Color Harmonies of #7FA511
Complementary color
Monochromatic Colors of #7FA511
Black with #7FA511
Text Example
Text Example
White with #7FA511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA511; }
p { color: rgb(127,165,17); }
H1.HeaderClassName
{
color: #7FA511;
}
.AnyTagClassName
{
color: #7FA511;
}
</style>
background-color css
<style>
a { background-color: #7FA511; }
a { background-color: rgb(127,165,17); }
div.DivClassName
{
background-color: #7FA511;
}
.BgClassName
{
background-color: #7FA511;
}
</style>
border-color css
<style>
span { border-color: #7FA511; }
span { border-color: rgb(127,165,17); }
td.TdClassName
{
border-color: #7FA511;
}
.TagClassName
{
border-color: #7FA511;
}
</style>