Shades of Granny Smith #858786
Tints of Granny Smith #858786
RGB
CMYK
RGB Variations
Color information
#858786 (or 0x858786) is known color: Granny Smith. HEX triplet: 85, 87 and 86. RGB value is (133,135,134). Sum of RGB (Red+Green+Blue) = 133+135+134=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 135 - color contains mainly: green. Hex color #858786 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858786 is #7A7879. Grayscale: #868686. Windows color (decimal): -8026234 or 8816517. OLE color: 8816517.
HSL color Cylindrical-coordinate representation of color #858786: hue angle of 150º degrees, saturation: 0.01, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #858786 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 135 | 134 | - |
| CMYK | 0.01 | 0 | 0.01 | 0.47 |
| HSL | 150º | 0.01% | 0.53% | - |
| HSV(B) | 150º | 0.01% | 0.53% | - |
| XYZ | 22.64 | 24.04 | 26 | - |
| YUV | 134.29 | 127.84 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 135 | 134 | 0.01 | 0 | 0.01 | 0.47 | 150 | 0.01 | 0.53 |
| Hex | 85 | 87 | 86 | 1 | 0 | 1 | 2F | 96 | 1 | 35 |
| Octal | 205 | 207 | 206 | 1 | 0 | 1 | 57 | 226 | 1 | 65 |
| Binary | 10000101 | 10000111 | 10000110 | 1 | 0 | 1 | 101111 | 10010110 | 1 | 110101 |
Color Harmonies of #858786
Complementary color
Monochromatic Colors of #858786
Black with #858786
Text Example
Text Example
White with #858786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858786; }
p { color: rgb(133,135,134); }
H1.HeaderClassName
{
color: #858786;
}
.AnyTagClassName
{
color: #858786;
}
</style>
background-color css
<style>
a { background-color: #858786; }
a { background-color: rgb(133,135,134); }
div.DivClassName
{
background-color: #858786;
}
.BgClassName
{
background-color: #858786;
}
</style>
border-color css
<style>
span { border-color: #858786; }
span { border-color: rgb(133,135,134); }
td.TdClassName
{
border-color: #858786;
}
.TagClassName
{
border-color: #858786;
}
</style>