Shades of Granny Smith #859C91
Tints of Granny Smith #859C91
RGB
CMYK
RGB Variations
Color information
#859C91 (or 0x859C91) is known color: Granny Smith. HEX triplet: 85, 9C and 91. RGB value is (133,156,145). Sum of RGB (Red+Green+Blue) = 133+156+145=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 156 (61.33% from 255 or 35.94% from 434); Blue value is 145 (57.03% from 255 or 33.41% from 434); Max value from RGB is 156 - color contains mainly: green. Hex color #859C91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859C91 is #7A636E. Grayscale: #939393. Windows color (decimal): -8020847 or 9542789. OLE color: 9542789.
HSL color Cylindrical-coordinate representation of color #859C91: hue angle of 151.3º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #859C91 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 156 | 145 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.39 |
| HSL | 151.3º | 0.1% | 0.57% | - |
| HSV(B) | 151.3º | 0.15% | 0.61% | - |
| XYZ | 26.67 | 30.81 | 31.33 | - |
| YUV | 147.87 | 126.38 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 156 | 145 | 0.15 | 0 | 0.07 | 0.39 | 151.3 | 0.1 | 0.57 |
| Hex | 85 | 9C | 91 | F | 0 | 7 | 27 | 97 | A | 39 |
| Octal | 205 | 234 | 221 | 17 | 0 | 7 | 47 | 227 | 12 | 71 |
| Binary | 10000101 | 10011100 | 10010001 | 1111 | 0 | 111 | 100111 | 10010111 | 1010 | 111001 |
Color Harmonies of #859C91
Complementary color
Monochromatic Colors of #859C91
Black with #859C91
Text Example
Text Example
White with #859C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859C91; }
p { color: rgb(133,156,145); }
H1.HeaderClassName
{
color: #859C91;
}
.AnyTagClassName
{
color: #859C91;
}
</style>
background-color css
<style>
a { background-color: #859C91; }
a { background-color: rgb(133,156,145); }
div.DivClassName
{
background-color: #859C91;
}
.BgClassName
{
background-color: #859C91;
}
</style>
border-color css
<style>
span { border-color: #859C91; }
span { border-color: rgb(133,156,145); }
td.TdClassName
{
border-color: #859C91;
}
.TagClassName
{
border-color: #859C91;
}
</style>