CSS Color Background

Olivine

Pure CSS color background: #9AB973. Use this solid color for personal and commercial creative projects.

Preview

Olivine solid color background preview (#9AB973)

Color value: #9AB973

Available Resolutions

Choose any resolution to download this same solid color as JPG.

Download all sizes

CSS Code

.hero { background-color: #9AB973; }

HTML Code

<section class="hero olivine-bg"> <h2>Your content</h2> </section> <style> .olivine-bg { background-color: #9AB973; } </style>