Shades of Granny Smith #859C92
Tints of Granny Smith #859C92
RGB
CMYK
RGB Variations
Color information
#859C92 (or 0x859C92) is known color: Granny Smith. HEX triplet: 85, 9C and 92. RGB value is (133,156,146). Sum of RGB (Red+Green+Blue) = 133+156+146=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 156 (61.33% from 255 or 35.86% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 156 - color contains mainly: green. Hex color #859C92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859C92 is #7A636D. Grayscale: #949494. Windows color (decimal): -8020846 or 9608325. OLE color: 9608325.
HSL color Cylindrical-coordinate representation of color #859C92: hue angle of 153.91º 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 #859C92 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 156 | 146 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.39 |
| HSL | 153.91º | 0.1% | 0.57% | - |
| HSV(B) | 153.91º | 0.15% | 0.61% | - |
| XYZ | 26.75 | 30.84 | 31.74 | - |
| YUV | 147.98 | 126.88 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 156 | 146 | 0.15 | 0 | 0.06 | 0.39 | 153.91 | 0.1 | 0.57 |
| Hex | 85 | 9C | 92 | F | 0 | 6 | 27 | 9A | A | 39 |
| Octal | 205 | 234 | 222 | 17 | 0 | 6 | 47 | 232 | 12 | 71 |
| Binary | 10000101 | 10011100 | 10010010 | 1111 | 0 | 110 | 100111 | 10011010 | 1010 | 111001 |
Color Harmonies of #859C92
Complementary color
Monochromatic Colors of #859C92
Black with #859C92
Text Example
Text Example
White with #859C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859C92; }
p { color: rgb(133,156,146); }
H1.HeaderClassName
{
color: #859C92;
}
.AnyTagClassName
{
color: #859C92;
}
</style>
background-color css
<style>
a { background-color: #859C92; }
a { background-color: rgb(133,156,146); }
div.DivClassName
{
background-color: #859C92;
}
.BgClassName
{
background-color: #859C92;
}
</style>
border-color css
<style>
span { border-color: #859C92; }
span { border-color: rgb(133,156,146); }
td.TdClassName
{
border-color: #859C92;
}
.TagClassName
{
border-color: #859C92;
}
</style>