CSS Color Background

Russian Green

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

Preview

Russian Green solid color background preview (#679267)

Color value: #679267

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #679267; }

HTML Code

<section class="hero russian-green-bg"> <h2>Your content</h2> </section> <style> .russian-green-bg { background-color: #679267; } </style>