Shades of Granny Smith #87928F
Tints of Granny Smith #87928F
RGB
CMYK
RGB Variations
Color information
#87928F (or 0x87928F) is known color: Granny Smith. HEX triplet: 87, 92 and 8F. RGB value is (135,146,143). Sum of RGB (Red+Green+Blue) = 135+146+143=424 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.84% from 424); Green value is 146 (57.42% from 255 or 34.43% from 424); Blue value is 143 (56.25% from 255 or 33.73% from 424); Max value from RGB is 146 - color contains mainly: green. Hex color #87928F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87928F is #786D70. Grayscale: #8E8E8E. Windows color (decimal): -7892337 or 9409159. OLE color: 9409159.
HSL color Cylindrical-coordinate representation of color #87928F: hue angle of 163.64º 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 #87928F is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 135 | 146 | 143 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.43 |
| HSL | 163.64º | 0.05% | 0.55% | - |
| HSV(B) | 163.64º | 0.08% | 0.57% | - |
| XYZ | 25.23 | 27.69 | 30 | - |
| YUV | 142.37 | 128.36 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 146 | 143 | 0.08 | 0 | 0.02 | 0.43 | 163.64 | 0.05 | 0.55 |
| Hex | 87 | 92 | 8F | 8 | 0 | 2 | 2B | A4 | 5 | 37 |
| Octal | 207 | 222 | 217 | 10 | 0 | 2 | 53 | 244 | 5 | 67 |
| Binary | 10000111 | 10010010 | 10001111 | 1000 | 0 | 10 | 101011 | 10100100 | 101 | 110111 |
Color Harmonies of #87928F
Complementary color
Monochromatic Colors of #87928F
Black with #87928F
Text Example
Text Example
White with #87928F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87928F; }
p { color: rgb(135,146,143); }
H1.HeaderClassName
{
color: #87928F;
}
.AnyTagClassName
{
color: #87928F;
}
</style>
background-color css
<style>
a { background-color: #87928F; }
a { background-color: rgb(135,146,143); }
div.DivClassName
{
background-color: #87928F;
}
.BgClassName
{
background-color: #87928F;
}
</style>
border-color css
<style>
span { border-color: #87928F; }
span { border-color: rgb(135,146,143); }
td.TdClassName
{
border-color: #87928F;
}
.TagClassName
{
border-color: #87928F;
}
</style>