<!DOCTYPE HTML>
<html style="background: olive;">
<head>
<style>
div {
width: 60px;
height: 60px;
}
</style>
<body style="background: olive; position: relative; z-index: 0;">
<div style="background: red; mix-blend-mode: multiply"></div>
</body>
</html>