Shades of Granny Smith #87918B
Tints of Granny Smith #87918B
RGB
CMYK
RGB Variations
Color information
#87918B (or 0x87918B) is known color: Granny Smith. HEX triplet: 87, 91 and 8B. RGB value is (135,145,139). Sum of RGB (Red+Green+Blue) = 135+145+139=419 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.22% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 145 - color contains mainly: green. Hex color #87918B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87918B is #786E74. Grayscale: #8D8D8D. Windows color (decimal): -7892597 or 9146759. OLE color: 9146759.
HSL color Cylindrical-coordinate representation of color #87918B: hue angle of 144º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #87918B is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 135 | 145 | 139 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.43 |
| HSL | 144º | 0.04% | 0.55% | - |
| HSV(B) | 144º | 0.07% | 0.57% | - |
| XYZ | 24.78 | 27.27 | 28.38 | - |
| YUV | 141.33 | 126.69 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 145 | 139 | 0.07 | 0 | 0.04 | 0.43 | 144 | 0.04 | 0.55 |
| Hex | 87 | 91 | 8B | 7 | 0 | 4 | 2B | 90 | 4 | 37 |
| Octal | 207 | 221 | 213 | 7 | 0 | 4 | 53 | 220 | 4 | 67 |
| Binary | 10000111 | 10010001 | 10001011 | 111 | 0 | 100 | 101011 | 10010000 | 100 | 110111 |
Color Harmonies of #87918B
Complementary color
Monochromatic Colors of #87918B
Black with #87918B
Text Example
Text Example
White with #87918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87918B; }
p { color: rgb(135,145,139); }
H1.HeaderClassName
{
color: #87918B;
}
.AnyTagClassName
{
color: #87918B;
}
</style>
background-color css
<style>
a { background-color: #87918B; }
a { background-color: rgb(135,145,139); }
div.DivClassName
{
background-color: #87918B;
}
.BgClassName
{
background-color: #87918B;
}
</style>
border-color css
<style>
span { border-color: #87918B; }
span { border-color: rgb(135,145,139); }
td.TdClassName
{
border-color: #87918B;
}
.TagClassName
{
border-color: #87918B;
}
</style>