Shades of Stack #859685
Tints of Stack #859685
RGB
CMYK
RGB Variations
Color information
#859685 (or 0x859685) is known color: Stack. HEX triplet: 85, 96 and 85. RGB value is (133,150,133). Sum of RGB (Red+Green+Blue) = 133+150+133=416 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.97% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 150 - color contains mainly: green. Hex color #859685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859685 is #7A697A. Grayscale: #8F8F8F. Windows color (decimal): -8022395 or 8754821. OLE color: 8754821.
HSL color Cylindrical-coordinate representation of color #859685: hue angle of 120º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #859685 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 133 | 150 | 133 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.41 |
| HSL | 120º | 0.07% | 0.55% | - |
| HSV(B) | 120º | 0.11% | 0.59% | - |
| XYZ | 24.81 | 28.49 | 26.38 | - |
| YUV | 142.98 | 122.37 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 150 | 133 | 0.11 | 0 | 0.11 | 0.41 | 120 | 0.07 | 0.55 |
| Hex | 85 | 96 | 85 | B | 0 | B | 29 | 78 | 7 | 37 |
| Octal | 205 | 226 | 205 | 13 | 0 | 13 | 51 | 170 | 7 | 67 |
| Binary | 10000101 | 10010110 | 10000101 | 1011 | 0 | 1011 | 101001 | 1111000 | 111 | 110111 |
Color Harmonies of #859685
Complementary color
Monochromatic Colors of #859685
Black with #859685
Text Example
Text Example
White with #859685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859685; }
p { color: rgb(133,150,133); }
H1.HeaderClassName
{
color: #859685;
}
.AnyTagClassName
{
color: #859685;
}
</style>
background-color css
<style>
a { background-color: #859685; }
a { background-color: rgb(133,150,133); }
div.DivClassName
{
background-color: #859685;
}
.BgClassName
{
background-color: #859685;
}
</style>
border-color css
<style>
span { border-color: #859685; }
span { border-color: rgb(133,150,133); }
td.TdClassName
{
border-color: #859685;
}
.TagClassName
{
border-color: #859685;
}
</style>