When you add a image to your site, your code will look like this :
<img src="https://1.bp.blogspot.com/_-j7_-ccACuU/SuE7fKWtmEI/AAAAAAAAA98/c62rbwEGnyM/33473.jpg" alt="leaves" height="300" width="400" />
Result:
Now add style="opacity:0.4;filter:alpha(opacity=40)" to your code as below.
Now your code will look like this:
<img src="https://1.bp.blogspot.com/_-j7_-ccACuU/SuE7fKWtmEI/AAAAAAAAA98/c62rbwEGnyM/33473.jpg" alt="leaves" height="300" width="400" style="opacity:0.4;filter:alpha(opacity=40)" />
See the result:
Note: You can change 40 as your choice.