Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Granny Smith | 8C9F9B | #8C9F9B | 140, 159, 155 | 54.9, 62.35, 60.78 | 11.95, 0, 2.52, 37.65 | 167.36842105263, 11.949685534591, 62.352941176471 |
Color #8c9f9b is Granny Smith. In RGB: 54.9, 62.35, 60.78. In CMYK: 11.95, 0, 2.52, 37.65.
div { background: #8c9f9b; color: #000; }
div { background: #8c9f9b; color: #fff; }
div { background: linear-gradient(to bottom, #728581 0%, #A6BAB6 100%); color: #000; }
div { background: linear-gradient(to bottom, #A6BAB6 0%, #728581 100%); color: #000; }
div { background: linear-gradient(to bottom, #728581 0%, #A6BAB6 100%); color: #fff; }
div { background: linear-gradient(to bottom, #A6BAB6 0%, #728581 100%); color: #fff; }
div { border: 1px solid #8c9f9b; }
div { border: 5px solid #8c9f9b; }
div { border: 1px dashed #8c9f9b; }
div { border: 5px dashed #8c9f9b; }
div { border: 1px dotted #8c9f9b; }
div { border: 5px dotted #8c9f9b; }