Shades of Granny Smith #87958D
Tints of Granny Smith #87958D
RGB
CMYK
RGB Variations
Color information
#87958D (or 0x87958D) is known color: Granny Smith. HEX triplet: 87, 95 and 8D. RGB value is (135,149,141). Sum of RGB (Red+Green+Blue) = 135+149+141=425 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.76% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 149 - color contains mainly: green. Hex color #87958D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87958D is #786A72. Grayscale: #8F8F8F. Windows color (decimal): -7891571 or 9278855. OLE color: 9278855.
HSL color Cylindrical-coordinate representation of color #87958D: hue angle of 145.71º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #87958D is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 149 | 141 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.42 |
| HSL | 145.71º | 0.06% | 0.56% | - |
| HSV(B) | 145.71º | 0.09% | 0.58% | - |
| XYZ | 25.55 | 28.57 | 29.37 | - |
| YUV | 143.9 | 126.36 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 149 | 141 | 0.09 | 0 | 0.05 | 0.42 | 145.71 | 0.06 | 0.56 |
| Hex | 87 | 95 | 8D | 9 | 0 | 5 | 2A | 92 | 6 | 38 |
| Octal | 207 | 225 | 215 | 11 | 0 | 5 | 52 | 222 | 6 | 70 |
| Binary | 10000111 | 10010101 | 10001101 | 1001 | 0 | 101 | 101010 | 10010010 | 110 | 111000 |
Color Harmonies of #87958D
Complementary color
Monochromatic Colors of #87958D
Black with #87958D
Text Example
Text Example
White with #87958D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87958D; }
p { color: rgb(135,149,141); }
H1.HeaderClassName
{
color: #87958D;
}
.AnyTagClassName
{
color: #87958D;
}
</style>
background-color css
<style>
a { background-color: #87958D; }
a { background-color: rgb(135,149,141); }
div.DivClassName
{
background-color: #87958D;
}
.BgClassName
{
background-color: #87958D;
}
</style>
border-color css
<style>
span { border-color: #87958D; }
span { border-color: rgb(135,149,141); }
td.TdClassName
{
border-color: #87958D;
}
.TagClassName
{
border-color: #87958D;
}
</style>