Shades of Lima #7FA60C
Tints of Lima #7FA60C
RGB
CMYK
RGB Variations
Color information
#7FA60C (or 0x7FA60C) is known color: Lima. HEX triplet: 7F, A6 and 0C. RGB value is (127,166,12). Sum of RGB (Red+Green+Blue) = 127+166+12=305 (40% of max value = 765). Red value is 127 (50% from 255 or 41.64% from 305); Green value is 166 (65.23% from 255 or 54.43% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 166 - color contains mainly: green. Hex color #7FA60C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FA60C is #8059F3. Grayscale: #898989. Windows color (decimal): -8411636 or 829055. OLE color: 829055.
HSL color Cylindrical-coordinate representation of color #7FA60C: hue angle of 75.19º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7FA60C is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 127 | 166 | 12 | - |
| CMYK | 0.23 | 0 | 0.93 | 0.35 |
| HSL | 75.19º | 0.87% | 0.35% | - |
| HSV(B) | 75.19º | 0.93% | 0.65% | - |
| XYZ | 22.45 | 31.81 | 5.3 | - |
| YUV | 136.78 | 57.58 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 166 | 12 | 0.23 | 0 | 0.93 | 0.35 | 75.19 | 0.87 | 0.35 |
| Hex | 7F | A6 | C | 17 | 0 | 5D | 23 | 4B | 57 | 23 |
| Octal | 177 | 246 | 14 | 27 | 0 | 135 | 43 | 113 | 127 | 43 |
| Binary | 1111111 | 10100110 | 1100 | 10111 | 0 | 1011101 | 100011 | 1001011 | 1010111 | 100011 |
Color Harmonies of #7FA60C
Complementary color
Monochromatic Colors of #7FA60C
Black with #7FA60C
Text Example
Text Example
White with #7FA60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA60C; }
p { color: rgb(127,166,12); }
H1.HeaderClassName
{
color: #7FA60C;
}
.AnyTagClassName
{
color: #7FA60C;
}
</style>
background-color css
<style>
a { background-color: #7FA60C; }
a { background-color: rgb(127,166,12); }
div.DivClassName
{
background-color: #7FA60C;
}
.BgClassName
{
background-color: #7FA60C;
}
</style>
border-color css
<style>
span { border-color: #7FA60C; }
span { border-color: rgb(127,166,12); }
td.TdClassName
{
border-color: #7FA60C;
}
.TagClassName
{
border-color: #7FA60C;
}
</style>