Shades of Stack #879688
Tints of Stack #879688
RGB
CMYK
RGB Variations
Color information
#879688 (or 0x879688) is known color: Stack. HEX triplet: 87, 96 and 88. RGB value is (135,150,136). Sum of RGB (Red+Green+Blue) = 135+150+136=421 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.07% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 136 (53.52% from 255 or 32.30% from 421); Max value from RGB is 150 - color contains mainly: green. Hex color #879688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879688 is #786977. Grayscale: #8F8F8F. Windows color (decimal): -7891320 or 8951431. OLE color: 8951431.
HSL color Cylindrical-coordinate representation of color #879688: hue angle of 124º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #879688 is Cyan = 0.1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 135 | 150 | 136 | - |
| CMYK | 0.1 | 0 | 0.09 | 0.41 |
| HSL | 124º | 0.07% | 0.56% | - |
| HSV(B) | 124º | 0.1% | 0.59% | - |
| XYZ | 25.34 | 28.74 | 27.5 | - |
| YUV | 143.92 | 123.53 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 150 | 136 | 0.1 | 0 | 0.09 | 0.41 | 124 | 0.07 | 0.56 |
| Hex | 87 | 96 | 88 | A | 0 | 9 | 29 | 7C | 7 | 38 |
| Octal | 207 | 226 | 210 | 12 | 0 | 11 | 51 | 174 | 7 | 70 |
| Binary | 10000111 | 10010110 | 10001000 | 1010 | 0 | 1001 | 101001 | 1111100 | 111 | 111000 |
Color Harmonies of #879688
Complementary color
Monochromatic Colors of #879688
Black with #879688
Text Example
Text Example
White with #879688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879688; }
p { color: rgb(135,150,136); }
H1.HeaderClassName
{
color: #879688;
}
.AnyTagClassName
{
color: #879688;
}
</style>
background-color css
<style>
a { background-color: #879688; }
a { background-color: rgb(135,150,136); }
div.DivClassName
{
background-color: #879688;
}
.BgClassName
{
background-color: #879688;
}
</style>
border-color css
<style>
span { border-color: #879688; }
span { border-color: rgb(135,150,136); }
td.TdClassName
{
border-color: #879688;
}
.TagClassName
{
border-color: #879688;
}
</style>