Shades of Stack #898E88
Tints of Stack #898E88
RGB
CMYK
RGB Variations
Color information
#898E88 (or 0x898E88) is known color: Stack. HEX triplet: 89, 8E and 88. RGB value is (137,142,136). Sum of RGB (Red+Green+Blue) = 137+142+136=415 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.01% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 142 - color contains mainly: green. Hex color #898E88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898E88 is #767177. Grayscale: #8B8B8B. Windows color (decimal): -7762296 or 8949385. OLE color: 8949385.
HSL color Cylindrical-coordinate representation of color #898E88: hue angle of 110º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #898E88 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 142 | 136 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.44 |
| HSL | 110º | 0.03% | 0.55% | - |
| HSV(B) | 110º | 0.04% | 0.56% | - |
| XYZ | 24.43 | 26.44 | 27.11 | - |
| YUV | 139.82 | 125.84 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 142 | 136 | 0.04 | 0 | 0.04 | 0.44 | 110 | 0.03 | 0.55 |
| Hex | 89 | 8E | 88 | 4 | 0 | 4 | 2C | 6E | 3 | 37 |
| Octal | 211 | 216 | 210 | 4 | 0 | 4 | 54 | 156 | 3 | 67 |
| Binary | 10001001 | 10001110 | 10001000 | 100 | 0 | 100 | 101100 | 1101110 | 11 | 110111 |
Color Harmonies of #898E88
Complementary color
Monochromatic Colors of #898E88
Black with #898E88
Text Example
Text Example
White with #898E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898E88; }
p { color: rgb(137,142,136); }
H1.HeaderClassName
{
color: #898E88;
}
.AnyTagClassName
{
color: #898E88;
}
</style>
background-color css
<style>
a { background-color: #898E88; }
a { background-color: rgb(137,142,136); }
div.DivClassName
{
background-color: #898E88;
}
.BgClassName
{
background-color: #898E88;
}
</style>
border-color css
<style>
span { border-color: #898E88; }
span { border-color: rgb(137,142,136); }
td.TdClassName
{
border-color: #898E88;
}
.TagClassName
{
border-color: #898E88;
}
</style>