What does this code display?

An image with less vivid colorsA darker imageA grayer imageAn image with more vivid colors

An image with less vivid colors.

<html>
<head>
<style> img {filter: saturate(75%); width: 250px; padding: 15px; border: solid 2px black;} </style>
</head>
<body>
   <h3> Urban Geometry Competition - Prize Winner </h3>
  <img src="https://mimo.app/i/bank-lobby.png">
</body>
</html>]]>