<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
<style>
img {
-webkit-filter: saturate(300%);/* Safari 6.0 - 9.0 */
filter: saturate(300%);
}
</style>
</head>
<body>
<h2>Заголовок документа</h2>
<p>Для этого изображения установлен фильтр "saturate(300%)".</p>
<p>
<img src="/uploads/media/default/0001/01/4982c4f43023330a662b9baed5a407e391ae6161.jpeg" alt="Background Image">
</p>
</body>
</html>