Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Forest Green | 6CAF7D | #6CAF7D | 108, 175, 125 | 42.35, 68.63, 49.02 | 38.29, 0, 28.57, 31.37 | 135.22388059701, 38.285714285714, 68.627450980392 |
Color #6caf7d is Forest Green. In RGB: 42.35, 68.63, 49.02. In CMYK: 38.29, 0, 28.57, 31.37.
div { background: #6caf7d; color: #000; }
div { background: #6caf7d; color: #fff; }
div { background: linear-gradient(to bottom, #529464 0%, #87CB97 100%); color: #000; }
div { background: linear-gradient(to bottom, #87CB97 0%, #529464 100%); color: #000; }
div { background: linear-gradient(to bottom, #529464 0%, #87CB97 100%); color: #fff; }
div { background: linear-gradient(to bottom, #87CB97 0%, #529464 100%); color: #fff; }
div { border: 1px solid #6caf7d; }
div { border: 5px solid #6caf7d; }
div { border: 1px dashed #6caf7d; }
div { border: 5px dashed #6caf7d; }
div { border: 1px dotted #6caf7d; }
div { border: 5px dotted #6caf7d; }