CSS Color Background

Camouflage Green

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

Preview

Camouflage Green solid color background preview (#78866B)

Color value: #78866B

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #78866B; }

HTML Code

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