Shades of Granny Smith #87928C
Tints of Granny Smith #87928C
RGB
CMYK
RGB Variations
Color information
#87928C (or 0x87928C) is known color: Granny Smith. HEX triplet: 87, 92 and 8C. RGB value is (135,146,140). Sum of RGB (Red+Green+Blue) = 135+146+140=421 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.07% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 146 - color contains mainly: green. Hex color #87928C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87928C is #786D73. Grayscale: #8E8E8E. Windows color (decimal): -7892340 or 9212551. OLE color: 9212551.
HSL color Cylindrical-coordinate representation of color #87928C: hue angle of 147.27º 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 #87928C is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 135 | 146 | 140 | - |
| CMYK | 0.08 | 0 | 0.04 | 0.43 |
| HSL | 147.27º | 0.05% | 0.55% | - |
| HSV(B) | 147.27º | 0.08% | 0.57% | - |
| XYZ | 25 | 27.6 | 28.82 | - |
| YUV | 142.03 | 126.86 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 146 | 140 | 0.08 | 0 | 0.04 | 0.43 | 147.27 | 0.05 | 0.55 |
| Hex | 87 | 92 | 8C | 8 | 0 | 4 | 2B | 93 | 5 | 37 |
| Octal | 207 | 222 | 214 | 10 | 0 | 4 | 53 | 223 | 5 | 67 |
| Binary | 10000111 | 10010010 | 10001100 | 1000 | 0 | 100 | 101011 | 10010011 | 101 | 110111 |
Color Harmonies of #87928C
Complementary color
Monochromatic Colors of #87928C
Black with #87928C
Text Example
Text Example
White with #87928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87928C; }
p { color: rgb(135,146,140); }
H1.HeaderClassName
{
color: #87928C;
}
.AnyTagClassName
{
color: #87928C;
}
</style>
background-color css
<style>
a { background-color: #87928C; }
a { background-color: rgb(135,146,140); }
div.DivClassName
{
background-color: #87928C;
}
.BgClassName
{
background-color: #87928C;
}
</style>
border-color css
<style>
span { border-color: #87928C; }
span { border-color: rgb(135,146,140); }
td.TdClassName
{
border-color: #87928C;
}
.TagClassName
{
border-color: #87928C;
}
</style>