Shades of Lima #7FA310
Tints of Lima #7FA310
RGB
CMYK
RGB Variations
Color information
#7FA310 (or 0x7FA310) is known color: Lima. HEX triplet: 7F, A3 and 10. RGB value is (127,163,16). Sum of RGB (Red+Green+Blue) = 127+163+16=306 (40% of max value = 765). Red value is 127 (50% from 255 or 41.50% from 306); Green value is 163 (64.06% from 255 or 53.27% from 306); Blue value is 16 (6.64% from 255 or 5.23% from 306); Max value from RGB is 163 - color contains mainly: green. Hex color #7FA310 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FA310 is #805CEF. Grayscale: #888888. Windows color (decimal): -8412400 or 1090431. OLE color: 1090431.
HSL color Cylindrical-coordinate representation of color #7FA310: hue angle of 74.69º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7FA310 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 163 | 16 | - |
| CMYK | 0.22 | 0 | 0.90 | 0.36 |
| HSL | 74.69º | 0.82% | 0.35% | - |
| HSV(B) | 74.69º | 0.9% | 0.64% | - |
| XYZ | 21.94 | 30.74 | 5.27 | - |
| YUV | 135.48 | 60.57 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 163 | 16 | 0.22 | 0 | 0.90 | 0.36 | 74.69 | 0.82 | 0.35 |
| Hex | 7F | A3 | 10 | 16 | 0 | 5A | 24 | 4B | 52 | 23 |
| Octal | 177 | 243 | 20 | 26 | 0 | 132 | 44 | 113 | 122 | 43 |
| Binary | 1111111 | 10100011 | 10000 | 10110 | 0 | 1011010 | 100100 | 1001011 | 1010010 | 100011 |
Color Harmonies of #7FA310
Complementary color
Monochromatic Colors of #7FA310
Black with #7FA310
Text Example
Text Example
White with #7FA310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA310; }
p { color: rgb(127,163,16); }
H1.HeaderClassName
{
color: #7FA310;
}
.AnyTagClassName
{
color: #7FA310;
}
</style>
background-color css
<style>
a { background-color: #7FA310; }
a { background-color: rgb(127,163,16); }
div.DivClassName
{
background-color: #7FA310;
}
.BgClassName
{
background-color: #7FA310;
}
</style>
border-color css
<style>
span { border-color: #7FA310; }
span { border-color: rgb(127,163,16); }
td.TdClassName
{
border-color: #7FA310;
}
.TagClassName
{
border-color: #7FA310;
}
</style>