Shades of Stack #859A84
Tints of Stack #859A84
RGB
CMYK
RGB Variations
Color information
#859A84 (or 0x859A84) is known color: Stack. HEX triplet: 85, 9A and 84. RGB value is (133,154,132). Sum of RGB (Red+Green+Blue) = 133+154+132=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 154 - color contains mainly: green. Hex color #859A84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859A84 is #7A657B. Grayscale: #919191. Windows color (decimal): -8021372 or 8690309. OLE color: 8690309.
HSL color Cylindrical-coordinate representation of color #859A84: hue angle of 117.27º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #859A84 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 154 | 132 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.40 |
| HSL | 117.27º | 0.1% | 0.56% | - |
| HSV(B) | 117.27º | 0.14% | 0.6% | - |
| XYZ | 25.39 | 29.76 | 26.24 | - |
| YUV | 145.21 | 120.54 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 154 | 132 | 0.14 | 0 | 0.14 | 0.40 | 117.27 | 0.1 | 0.56 |
| Hex | 85 | 9A | 84 | E | 0 | E | 28 | 75 | A | 38 |
| Octal | 205 | 232 | 204 | 16 | 0 | 16 | 50 | 165 | 12 | 70 |
| Binary | 10000101 | 10011010 | 10000100 | 1110 | 0 | 1110 | 101000 | 1110101 | 1010 | 111000 |
Color Harmonies of #859A84
Complementary color
Monochromatic Colors of #859A84
Black with #859A84
Text Example
Text Example
White with #859A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859A84; }
p { color: rgb(133,154,132); }
H1.HeaderClassName
{
color: #859A84;
}
.AnyTagClassName
{
color: #859A84;
}
</style>
background-color css
<style>
a { background-color: #859A84; }
a { background-color: rgb(133,154,132); }
div.DivClassName
{
background-color: #859A84;
}
.BgClassName
{
background-color: #859A84;
}
</style>
border-color css
<style>
span { border-color: #859A84; }
span { border-color: rgb(133,154,132); }
td.TdClassName
{
border-color: #859A84;
}
.TagClassName
{
border-color: #859A84;
}
</style>