Shades of Granny Smith #859993
Tints of Granny Smith #859993
RGB
CMYK
RGB Variations
Color information
#859993 (or 0x859993) is known color: Granny Smith. HEX triplet: 85, 99 and 93. RGB value is (133,153,147). Sum of RGB (Red+Green+Blue) = 133+153+147=433 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.72% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 147 (57.81% from 255 or 33.95% from 433); Max value from RGB is 153 - color contains mainly: green. Hex color #859993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859993 is #7A666C. Grayscale: #929292. Windows color (decimal): -8021613 or 9673093. OLE color: 9673093.
HSL color Cylindrical-coordinate representation of color #859993: hue angle of 162º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #859993 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 133 | 153 | 147 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.4 |
| HSL | 162º | 0.09% | 0.56% | - |
| HSV(B) | 162º | 0.13% | 0.6% | - |
| XYZ | 26.33 | 29.88 | 31.98 | - |
| YUV | 146.34 | 128.37 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 153 | 147 | 0.13 | 0 | 0.04 | 0.4 | 162 | 0.09 | 0.56 |
| Hex | 85 | 99 | 93 | D | 0 | 4 | 28 | A2 | 9 | 38 |
| Octal | 205 | 231 | 223 | 15 | 0 | 4 | 50 | 242 | 11 | 70 |
| Binary | 10000101 | 10011001 | 10010011 | 1101 | 0 | 100 | 101000 | 10100010 | 1001 | 111000 |
Color Harmonies of #859993
Complementary color
Monochromatic Colors of #859993
Black with #859993
Text Example
Text Example
White with #859993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859993; }
p { color: rgb(133,153,147); }
H1.HeaderClassName
{
color: #859993;
}
.AnyTagClassName
{
color: #859993;
}
</style>
background-color css
<style>
a { background-color: #859993; }
a { background-color: rgb(133,153,147); }
div.DivClassName
{
background-color: #859993;
}
.BgClassName
{
background-color: #859993;
}
</style>
border-color css
<style>
span { border-color: #859993; }
span { border-color: rgb(133,153,147); }
td.TdClassName
{
border-color: #859993;
}
.TagClassName
{
border-color: #859993;
}
</style>