<style>
#imgColor {
background: url(http://javascript.ru/forum/image.php?u=48176&dateline=1466313187) 25%/cover;
height: 80px;
width: 60px;
margin: 0;
position: relative;
}
input {
padding: 0;
border: none;
position: absolute;
width: 100%;
height: 100%;
mix-blend-mode: hue;
cursor: pointer;
}
::-moz-color-swatch, ::-moz-focus-inner, ::-webkit-color-swatch, ::-webkit-color-swatch-wrapper {border: none; padding: 0;}
</style>
<div id="imgColor">
<input type="color" value="#0F5C44">
</div>