Shades of Granny Smith #87928D
Tints of Granny Smith #87928D
RGB
CMYK
RGB Variations
Color information
#87928D (or 0x87928D) is known color: Granny Smith. HEX triplet: 87, 92 and 8D. RGB value is (135,146,141). Sum of RGB (Red+Green+Blue) = 135+146+141=422 (55% of max value = 765). Red value is 135 (53.12% from 255 or 31.99% from 422); Green value is 146 (57.42% from 255 or 34.60% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 146 - color contains mainly: green. Hex color #87928D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87928D is #786D72. Grayscale: #8E8E8E. Windows color (decimal): -7892339 or 9278087. OLE color: 9278087.
HSL color Cylindrical-coordinate representation of color #87928D: hue angle of 152.73º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #87928D is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 135 | 146 | 141 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.43 |
| HSL | 152.73º | 0.05% | 0.55% | - |
| HSV(B) | 152.73º | 0.08% | 0.57% | - |
| XYZ | 25.08 | 27.63 | 29.21 | - |
| YUV | 142.14 | 127.36 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 146 | 141 | 0.08 | 0 | 0.03 | 0.43 | 152.73 | 0.05 | 0.55 |
| Hex | 87 | 92 | 8D | 8 | 0 | 3 | 2B | 99 | 5 | 37 |
| Octal | 207 | 222 | 215 | 10 | 0 | 3 | 53 | 231 | 5 | 67 |
| Binary | 10000111 | 10010010 | 10001101 | 1000 | 0 | 11 | 101011 | 10011001 | 101 | 110111 |
Color Harmonies of #87928D
Complementary color
Monochromatic Colors of #87928D
Black with #87928D
Text Example
Text Example
White with #87928D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87928D; }
p { color: rgb(135,146,141); }
H1.HeaderClassName
{
color: #87928D;
}
.AnyTagClassName
{
color: #87928D;
}
</style>
background-color css
<style>
a { background-color: #87928D; }
a { background-color: rgb(135,146,141); }
div.DivClassName
{
background-color: #87928D;
}
.BgClassName
{
background-color: #87928D;
}
</style>
border-color css
<style>
span { border-color: #87928D; }
span { border-color: rgb(135,146,141); }
td.TdClassName
{
border-color: #87928D;
}
.TagClassName
{
border-color: #87928D;
}
</style>