Shades of Stack #8C938A
Tints of Stack #8C938A
RGB
CMYK
RGB Variations
Color information
#8C938A (or 0x8C938A) is known color: Stack. HEX triplet: 8C, 93 and 8A. RGB value is (140,147,138). Sum of RGB (Red+Green+Blue) = 140+147+138=425 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.94% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 147 - color contains mainly: green. Hex color #8C938A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C938A is #736C75. Grayscale: #8F8F8F. Windows color (decimal): -7564406 or 9081740. OLE color: 9081740.
HSL color Cylindrical-coordinate representation of color #8C938A: hue angle of 106.67º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8C938A is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 147 | 138 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.42 |
| HSL | 106.67º | 0.04% | 0.56% | - |
| HSV(B) | 106.67º | 0.06% | 0.58% | - |
| XYZ | 25.84 | 28.28 | 28.14 | - |
| YUV | 143.88 | 124.68 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 147 | 138 | 0.05 | 0 | 0.06 | 0.42 | 106.67 | 0.04 | 0.56 |
| Hex | 8C | 93 | 8A | 5 | 0 | 6 | 2A | 6B | 4 | 38 |
| Octal | 214 | 223 | 212 | 5 | 0 | 6 | 52 | 153 | 4 | 70 |
| Binary | 10001100 | 10010011 | 10001010 | 101 | 0 | 110 | 101010 | 1101011 | 100 | 111000 |
Color Harmonies of #8C938A
Complementary color
Monochromatic Colors of #8C938A
Black with #8C938A
Text Example
Text Example
White with #8C938A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C938A; }
p { color: rgb(140,147,138); }
H1.HeaderClassName
{
color: #8C938A;
}
.AnyTagClassName
{
color: #8C938A;
}
</style>
background-color css
<style>
a { background-color: #8C938A; }
a { background-color: rgb(140,147,138); }
div.DivClassName
{
background-color: #8C938A;
}
.BgClassName
{
background-color: #8C938A;
}
</style>
border-color css
<style>
span { border-color: #8C938A; }
span { border-color: rgb(140,147,138); }
td.TdClassName
{
border-color: #8C938A;
}
.TagClassName
{
border-color: #8C938A;
}
</style>