Shades of Stack #8C938B
Tints of Stack #8C938B
RGB
CMYK
RGB Variations
Color information
#8C938B (or 0x8C938B) is known color: Stack. HEX triplet: 8C, 93 and 8B. RGB value is (140,147,139). Sum of RGB (Red+Green+Blue) = 140+147+139=426 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.86% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 147 - color contains mainly: green. Hex color #8C938B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C938B is #736C74. Grayscale: #909090. Windows color (decimal): -7564405 or 9147276. OLE color: 9147276.
HSL color Cylindrical-coordinate representation of color #8C938B: hue angle of 112.5º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8C938B is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 147 | 139 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.42 |
| HSL | 112.5º | 0.04% | 0.56% | - |
| HSV(B) | 112.5º | 0.05% | 0.58% | - |
| XYZ | 25.91 | 28.31 | 28.52 | - |
| YUV | 144 | 125.18 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 147 | 139 | 0.05 | 0 | 0.05 | 0.42 | 112.5 | 0.04 | 0.56 |
| Hex | 8C | 93 | 8B | 5 | 0 | 5 | 2A | 70 | 4 | 38 |
| Octal | 214 | 223 | 213 | 5 | 0 | 5 | 52 | 160 | 4 | 70 |
| Binary | 10001100 | 10010011 | 10001011 | 101 | 0 | 101 | 101010 | 1110000 | 100 | 111000 |
Color Harmonies of #8C938B
Complementary color
Monochromatic Colors of #8C938B
Black with #8C938B
Text Example
Text Example
White with #8C938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C938B; }
p { color: rgb(140,147,139); }
H1.HeaderClassName
{
color: #8C938B;
}
.AnyTagClassName
{
color: #8C938B;
}
</style>
background-color css
<style>
a { background-color: #8C938B; }
a { background-color: rgb(140,147,139); }
div.DivClassName
{
background-color: #8C938B;
}
.BgClassName
{
background-color: #8C938B;
}
</style>
border-color css
<style>
span { border-color: #8C938B; }
span { border-color: rgb(140,147,139); }
td.TdClassName
{
border-color: #8C938B;
}
.TagClassName
{
border-color: #8C938B;
}
</style>