so im using this code in my tumblr html
img{
-webkit-filter: grayscale(100%);
}
img:hover{
-webkit-filter: saturate(100%);
z-index: -9999999999999999999999999px;
-webkit-transition: all 0.9s ease-in-out;
-moz-transition: all 0.9s ease-in-out;
-o-transition: all 0.9s ease-in-out...