CSS Color Background

Olive Drab (Web) (Olive Drab #3)

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

Preview

Olive Drab (Web) (Olive Drab #3) solid color background preview (#6B8E23)

Color value: #6B8E23

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #6B8E23; }

HTML Code

<section class="hero olive-drab-number-three-bg"> <h2>Your content</h2> </section> <style> .olive-drab-number-three-bg { background-color: #6B8E23; } </style>