Shades of Granny Smith #859D91
Tints of Granny Smith #859D91
RGB
CMYK
RGB Variations
Color information
#859D91 (or 0x859D91) is known color: Granny Smith. HEX triplet: 85, 9D and 91. RGB value is (133,157,145). Sum of RGB (Red+Green+Blue) = 133+157+145=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 157 (61.72% from 255 or 36.09% from 435); Blue value is 145 (57.03% from 255 or 33.33% from 435); Max value from RGB is 157 - color contains mainly: green. Hex color #859D91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859D91 is #7A626E. Grayscale: #949494. Windows color (decimal): -8020591 or 9543045. OLE color: 9543045.
HSL color Cylindrical-coordinate representation of color #859D91: hue angle of 150º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #859D91 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 157 | 145 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.38 |
| HSL | 150º | 0.11% | 0.57% | - |
| HSV(B) | 150º | 0.15% | 0.62% | - |
| XYZ | 26.84 | 31.14 | 31.38 | - |
| YUV | 148.46 | 126.05 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 157 | 145 | 0.15 | 0 | 0.08 | 0.38 | 150 | 0.11 | 0.57 |
| Hex | 85 | 9D | 91 | F | 0 | 8 | 26 | 96 | B | 39 |
| Octal | 205 | 235 | 221 | 17 | 0 | 10 | 46 | 226 | 13 | 71 |
| Binary | 10000101 | 10011101 | 10010001 | 1111 | 0 | 1000 | 100110 | 10010110 | 1011 | 111001 |
Color Harmonies of #859D91
Complementary color
Monochromatic Colors of #859D91
Black with #859D91
Text Example
Text Example
White with #859D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859D91; }
p { color: rgb(133,157,145); }
H1.HeaderClassName
{
color: #859D91;
}
.AnyTagClassName
{
color: #859D91;
}
</style>
background-color css
<style>
a { background-color: #859D91; }
a { background-color: rgb(133,157,145); }
div.DivClassName
{
background-color: #859D91;
}
.BgClassName
{
background-color: #859D91;
}
</style>
border-color css
<style>
span { border-color: #859D91; }
span { border-color: rgb(133,157,145); }
td.TdClassName
{
border-color: #859D91;
}
.TagClassName
{
border-color: #859D91;
}
</style>