Shades of Granny Smith #859C95
Tints of Granny Smith #859C95
RGB
CMYK
RGB Variations
Color information
#859C95 (or 0x859C95) is known color: Granny Smith. HEX triplet: 85, 9C and 95. RGB value is (133,156,149). Sum of RGB (Red+Green+Blue) = 133+156+149=438 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.37% from 438); Green value is 156 (61.33% from 255 or 35.62% from 438); Blue value is 149 (58.59% from 255 or 34.02% from 438); Max value from RGB is 156 - color contains mainly: green. Hex color #859C95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859C95 is #7A636A. Grayscale: #949494. Windows color (decimal): -8020843 or 9804933. OLE color: 9804933.
HSL color Cylindrical-coordinate representation of color #859C95: hue angle of 161.74º 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 #859C95 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 156 | 149 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.39 |
| HSL | 161.74º | 0.1% | 0.57% | - |
| HSV(B) | 161.74º | 0.15% | 0.61% | - |
| XYZ | 26.99 | 30.93 | 32.98 | - |
| YUV | 148.33 | 128.38 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 156 | 149 | 0.15 | 0 | 0.04 | 0.39 | 161.74 | 0.1 | 0.57 |
| Hex | 85 | 9C | 95 | F | 0 | 4 | 27 | A2 | A | 39 |
| Octal | 205 | 234 | 225 | 17 | 0 | 4 | 47 | 242 | 12 | 71 |
| Binary | 10000101 | 10011100 | 10010101 | 1111 | 0 | 100 | 100111 | 10100010 | 1010 | 111001 |
Color Harmonies of #859C95
Complementary color
Monochromatic Colors of #859C95
Black with #859C95
Text Example
Text Example
White with #859C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859C95; }
p { color: rgb(133,156,149); }
H1.HeaderClassName
{
color: #859C95;
}
.AnyTagClassName
{
color: #859C95;
}
</style>
background-color css
<style>
a { background-color: #859C95; }
a { background-color: rgb(133,156,149); }
div.DivClassName
{
background-color: #859C95;
}
.BgClassName
{
background-color: #859C95;
}
</style>
border-color css
<style>
span { border-color: #859C95; }
span { border-color: rgb(133,156,149); }
td.TdClassName
{
border-color: #859C95;
}
.TagClassName
{
border-color: #859C95;
}
</style>