CSS Color Background

Old Moss Green

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

Preview

Old Moss Green solid color background preview (#867E36)

Color value: #867E36

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #867E36; }

HTML Code

<section class="hero old-moss-green-bg"> <h2>Your content</h2> </section> <style> .old-moss-green-bg { background-color: #867E36; } </style>