Shades of Granny Smith #859C94
Tints of Granny Smith #859C94
RGB
CMYK
RGB Variations
Color information
#859C94 (or 0x859C94) is known color: Granny Smith. HEX triplet: 85, 9C and 94. RGB value is (133,156,148). Sum of RGB (Red+Green+Blue) = 133+156+148=437 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.43% from 437); Green value is 156 (61.33% from 255 or 35.70% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 156 - color contains mainly: green. Hex color #859C94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859C94 is #7A636B. Grayscale: #949494. Windows color (decimal): -8020844 or 9739397. OLE color: 9739397.
HSL color Cylindrical-coordinate representation of color #859C94: hue angle of 159.13º 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 #859C94 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 156 | 148 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.39 |
| HSL | 159.13º | 0.1% | 0.57% | - |
| HSV(B) | 159.13º | 0.15% | 0.61% | - |
| XYZ | 26.91 | 30.9 | 32.56 | - |
| YUV | 148.21 | 127.88 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 156 | 148 | 0.15 | 0 | 0.05 | 0.39 | 159.13 | 0.1 | 0.57 |
| Hex | 85 | 9C | 94 | F | 0 | 5 | 27 | 9F | A | 39 |
| Octal | 205 | 234 | 224 | 17 | 0 | 5 | 47 | 237 | 12 | 71 |
| Binary | 10000101 | 10011100 | 10010100 | 1111 | 0 | 101 | 100111 | 10011111 | 1010 | 111001 |
Color Harmonies of #859C94
Complementary color
Monochromatic Colors of #859C94
Black with #859C94
Text Example
Text Example
White with #859C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859C94; }
p { color: rgb(133,156,148); }
H1.HeaderClassName
{
color: #859C94;
}
.AnyTagClassName
{
color: #859C94;
}
</style>
background-color css
<style>
a { background-color: #859C94; }
a { background-color: rgb(133,156,148); }
div.DivClassName
{
background-color: #859C94;
}
.BgClassName
{
background-color: #859C94;
}
</style>
border-color css
<style>
span { border-color: #859C94; }
span { border-color: rgb(133,156,148); }
td.TdClassName
{
border-color: #859C94;
}
.TagClassName
{
border-color: #859C94;
}
</style>