Shades of Stack #8A958A
Tints of Stack #8A958A
RGB
CMYK
RGB Variations
Color information
#8A958A (or 0x8A958A) is known color: Stack. HEX triplet: 8A, 95 and 8A. RGB value is (138,149,138). Sum of RGB (Red+Green+Blue) = 138+149+138=425 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.47% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 149 - color contains mainly: green. Hex color #8A958A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A958A is #756A75. Grayscale: #909090. Windows color (decimal): -7694966 or 9082250. OLE color: 9082250.
HSL color Cylindrical-coordinate representation of color #8A958A: hue angle of 120º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8A958A is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 149 | 138 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.42 |
| HSL | 120º | 0.05% | 0.56% | - |
| HSV(B) | 120º | 0.07% | 0.58% | - |
| XYZ | 25.82 | 28.73 | 28.23 | - |
| YUV | 144.46 | 124.36 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 149 | 138 | 0.07 | 0 | 0.07 | 0.42 | 120 | 0.05 | 0.56 |
| Hex | 8A | 95 | 8A | 7 | 0 | 7 | 2A | 78 | 5 | 38 |
| Octal | 212 | 225 | 212 | 7 | 0 | 7 | 52 | 170 | 5 | 70 |
| Binary | 10001010 | 10010101 | 10001010 | 111 | 0 | 111 | 101010 | 1111000 | 101 | 111000 |
Color Harmonies of #8A958A
Complementary color
Monochromatic Colors of #8A958A
Black with #8A958A
Text Example
Text Example
White with #8A958A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A958A; }
p { color: rgb(138,149,138); }
H1.HeaderClassName
{
color: #8A958A;
}
.AnyTagClassName
{
color: #8A958A;
}
</style>
background-color css
<style>
a { background-color: #8A958A; }
a { background-color: rgb(138,149,138); }
div.DivClassName
{
background-color: #8A958A;
}
.BgClassName
{
background-color: #8A958A;
}
</style>
border-color css
<style>
span { border-color: #8A958A; }
span { border-color: rgb(138,149,138); }
td.TdClassName
{
border-color: #8A958A;
}
.TagClassName
{
border-color: #8A958A;
}
</style>