Shades of Mantle #8C9688
Tints of Mantle #8C9688
RGB
CMYK
RGB Variations
Color information
#8C9688 (or 0x8C9688) is known color: Mantle. HEX triplet: 8C, 96 and 88. RGB value is (140,150,136). Sum of RGB (Red+Green+Blue) = 140+150+136=426 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.86% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 150 - color contains mainly: green. Hex color #8C9688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9688 is #736977. Grayscale: #919191. Windows color (decimal): -7563640 or 8951436. OLE color: 8951436.
HSL color Cylindrical-coordinate representation of color #8C9688: hue angle of 102.86º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8C9688 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 140 | 150 | 136 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.41 |
| HSL | 102.86º | 0.06% | 0.56% | - |
| HSV(B) | 102.86º | 0.09% | 0.59% | - |
| XYZ | 26.17 | 29.17 | 27.54 | - |
| YUV | 145.41 | 122.69 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 150 | 136 | 0.07 | 0 | 0.09 | 0.41 | 102.86 | 0.06 | 0.56 |
| Hex | 8C | 96 | 88 | 7 | 0 | 9 | 29 | 67 | 6 | 38 |
| Octal | 214 | 226 | 210 | 7 | 0 | 11 | 51 | 147 | 6 | 70 |
| Binary | 10001100 | 10010110 | 10001000 | 111 | 0 | 1001 | 101001 | 1100111 | 110 | 111000 |
Color Harmonies of #8C9688
Complementary color
Monochromatic Colors of #8C9688
Black with #8C9688
Text Example
Text Example
White with #8C9688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9688; }
p { color: rgb(140,150,136); }
H1.HeaderClassName
{
color: #8C9688;
}
.AnyTagClassName
{
color: #8C9688;
}
</style>
background-color css
<style>
a { background-color: #8C9688; }
a { background-color: rgb(140,150,136); }
div.DivClassName
{
background-color: #8C9688;
}
.BgClassName
{
background-color: #8C9688;
}
</style>
border-color css
<style>
span { border-color: #8C9688; }
span { border-color: rgb(140,150,136); }
td.TdClassName
{
border-color: #8C9688;
}
.TagClassName
{
border-color: #8C9688;
}
</style>