Shades of Granny Smith #85968C
Tints of Granny Smith #85968C
RGB
CMYK
RGB Variations
Color information
#85968C (or 0x85968C) is known color: Granny Smith. HEX triplet: 85, 96 and 8C. RGB value is (133,150,140). Sum of RGB (Red+Green+Blue) = 133+150+140=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 150 - color contains mainly: green. Hex color #85968C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85968C is #7A6973. Grayscale: #8F8F8F. Windows color (decimal): -8022388 or 9213573. OLE color: 9213573.
HSL color Cylindrical-coordinate representation of color #85968C: hue angle of 144.71º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #85968C is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 133 | 150 | 140 | - |
| CMYK | 0.11 | 0 | 0.07 | 0.41 |
| HSL | 144.71º | 0.07% | 0.55% | - |
| HSV(B) | 144.71º | 0.11% | 0.59% | - |
| XYZ | 25.31 | 28.69 | 29.02 | - |
| YUV | 143.78 | 125.87 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 150 | 140 | 0.11 | 0 | 0.07 | 0.41 | 144.71 | 0.07 | 0.55 |
| Hex | 85 | 96 | 8C | B | 0 | 7 | 29 | 91 | 7 | 37 |
| Octal | 205 | 226 | 214 | 13 | 0 | 7 | 51 | 221 | 7 | 67 |
| Binary | 10000101 | 10010110 | 10001100 | 1011 | 0 | 111 | 101001 | 10010001 | 111 | 110111 |
Color Harmonies of #85968C
Complementary color
Monochromatic Colors of #85968C
Black with #85968C
Text Example
Text Example
White with #85968C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85968C; }
p { color: rgb(133,150,140); }
H1.HeaderClassName
{
color: #85968C;
}
.AnyTagClassName
{
color: #85968C;
}
</style>
background-color css
<style>
a { background-color: #85968C; }
a { background-color: rgb(133,150,140); }
div.DivClassName
{
background-color: #85968C;
}
.BgClassName
{
background-color: #85968C;
}
</style>
border-color css
<style>
span { border-color: #85968C; }
span { border-color: rgb(133,150,140); }
td.TdClassName
{
border-color: #85968C;
}
.TagClassName
{
border-color: #85968C;
}
</style>