Shades of Granny Smith #85958C
Tints of Granny Smith #85958C
RGB
CMYK
RGB Variations
Color information
#85958C (or 0x85958C) is known color: Granny Smith. HEX triplet: 85, 95 and 8C. RGB value is (133,149,140). Sum of RGB (Red+Green+Blue) = 133+149+140=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 149 - color contains mainly: green. Hex color #85958C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85958C is #7A6A73. Grayscale: #8F8F8F. Windows color (decimal): -8022644 or 9213317. OLE color: 9213317.
HSL color Cylindrical-coordinate representation of color #85958C: hue angle of 146.25º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #85958C is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 149 | 140 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.42 |
| HSL | 146.25º | 0.07% | 0.55% | - |
| HSV(B) | 146.25º | 0.11% | 0.58% | - |
| XYZ | 25.15 | 28.37 | 28.96 | - |
| YUV | 143.19 | 126.2 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 149 | 140 | 0.11 | 0 | 0.06 | 0.42 | 146.25 | 0.07 | 0.55 |
| Hex | 85 | 95 | 8C | B | 0 | 6 | 2A | 92 | 7 | 37 |
| Octal | 205 | 225 | 214 | 13 | 0 | 6 | 52 | 222 | 7 | 67 |
| Binary | 10000101 | 10010101 | 10001100 | 1011 | 0 | 110 | 101010 | 10010010 | 111 | 110111 |
Color Harmonies of #85958C
Complementary color
Monochromatic Colors of #85958C
Black with #85958C
Text Example
Text Example
White with #85958C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85958C; }
p { color: rgb(133,149,140); }
H1.HeaderClassName
{
color: #85958C;
}
.AnyTagClassName
{
color: #85958C;
}
</style>
background-color css
<style>
a { background-color: #85958C; }
a { background-color: rgb(133,149,140); }
div.DivClassName
{
background-color: #85958C;
}
.BgClassName
{
background-color: #85958C;
}
</style>
border-color css
<style>
span { border-color: #85958C; }
span { border-color: rgb(133,149,140); }
td.TdClassName
{
border-color: #85958C;
}
.TagClassName
{
border-color: #85958C;
}
</style>