Shades of Granny Smith #858E89
Tints of Granny Smith #858E89
RGB
CMYK
RGB Variations
Color information
#858E89 (or 0x858E89) is known color: Granny Smith. HEX triplet: 85, 8E and 89. RGB value is (133,142,137). Sum of RGB (Red+Green+Blue) = 133+142+137=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 142 - color contains mainly: green. Hex color #858E89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858E89 is #7A7176. Grayscale: #8A8A8A. Windows color (decimal): -8024439 or 9014917. OLE color: 9014917.
HSL color Cylindrical-coordinate representation of color #858E89: hue angle of 146.67º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #858E89 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
RGB | 133 | 142 | 137 | - |
CMYK | 0.06 | 0 | 0.04 | 0.44 |
HSL | 146.67º | 0.04% | 0.54% | - |
HSV(B) | 146.67º | 0.06% | 0.56% | - |
XYZ | 23.86 | 26.14 | 27.45 | - |
YUV | 138.74 | 127.02 | 123.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 133 | 142 | 137 | 0.06 | 0 | 0.04 | 0.44 | 146.67 | 0.04 | 0.54 |
Hex | 85 | 8E | 89 | 6 | 0 | 4 | 2C | 93 | 4 | 36 |
Octal | 205 | 216 | 211 | 6 | 0 | 4 | 54 | 223 | 4 | 66 |
Binary | 10000101 | 10001110 | 10001001 | 110 | 0 | 100 | 101100 | 10010011 | 100 | 110110 |
Color Harmonies of #858E89
Complementary color
Monochromatic Colors of #858E89
Black with #858E89
Text Example
Text Example
White with #858E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858E89; }
p { color: rgb(133,142,137); }
H1.HeaderClassName
{
color: #858E89;
}
.AnyTagClassName
{
color: #858E89;
}
</style>
background-color css
<style>
a { background-color: #858E89; }
a { background-color: rgb(133,142,137); }
div.DivClassName
{
background-color: #858E89;
}
.BgClassName
{
background-color: #858E89;
}
</style>
border-color css
<style>
span { border-color: #858E89; }
span { border-color: rgb(133,142,137); }
td.TdClassName
{
border-color: #858E89;
}
.TagClassName
{
border-color: #858E89;
}
</style>