Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Racing Green | 081712 | #081712 | 8, 23, 18 | 3.14, 9.02, 7.06 | 65.22, 0, 21.74, 90.98 | 160, 65.217391304348, 9.0196078431373 |
Color #081712 is Racing Green. In RGB: 3.14, 9.02, 7.06. In CMYK: 65.22, 0, 21.74, 90.98.
div { background: #081712; color: #000; }
div { background: #081712; color: #fff; }
div { background: linear-gradient(to bottom, #000000 0%, #1F2B27 100%); color: #000; }
div { background: linear-gradient(to bottom, #1F2B27 0%, #000000 100%); color: #000; }
div { background: linear-gradient(to bottom, #000000 0%, #1F2B27 100%); color: #fff; }
div { background: linear-gradient(to bottom, #1F2B27 0%, #000000 100%); color: #fff; }
div { border: 1px solid #081712; }
div { border: 5px solid #081712; }
div { border: 1px dashed #081712; }
div { border: 5px dashed #081712; }
div { border: 1px dotted #081712; }
div { border: 5px dotted #081712; }