Shades of Granny Smith #87938F
Tints of Granny Smith #87938F
RGB
CMYK
RGB Variations
Color information
#87938F (or 0x87938F) is known color: Granny Smith. HEX triplet: 87, 93 and 8F. RGB value is (135,147,143). Sum of RGB (Red+Green+Blue) = 135+147+143=425 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.76% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 147 - color contains mainly: green. Hex color #87938F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87938F is #786C70. Grayscale: #8E8E8E. Windows color (decimal): -7892081 or 9409415. OLE color: 9409415.
HSL color Cylindrical-coordinate representation of color #87938F: hue angle of 160º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #87938F is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 147 | 143 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.42 |
| HSL | 160º | 0.05% | 0.55% | - |
| HSV(B) | 160º | 0.08% | 0.58% | - |
| XYZ | 25.38 | 28 | 30.05 | - |
| YUV | 142.96 | 128.02 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 147 | 143 | 0.08 | 0 | 0.03 | 0.42 | 160 | 0.05 | 0.55 |
| Hex | 87 | 93 | 8F | 8 | 0 | 3 | 2A | A0 | 5 | 37 |
| Octal | 207 | 223 | 217 | 10 | 0 | 3 | 52 | 240 | 5 | 67 |
| Binary | 10000111 | 10010011 | 10001111 | 1000 | 0 | 11 | 101010 | 10100000 | 101 | 110111 |
Color Harmonies of #87938F
Complementary color
Monochromatic Colors of #87938F
Black with #87938F
Text Example
Text Example
White with #87938F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87938F; }
p { color: rgb(135,147,143); }
H1.HeaderClassName
{
color: #87938F;
}
.AnyTagClassName
{
color: #87938F;
}
</style>
background-color css
<style>
a { background-color: #87938F; }
a { background-color: rgb(135,147,143); }
div.DivClassName
{
background-color: #87938F;
}
.BgClassName
{
background-color: #87938F;
}
</style>
border-color css
<style>
span { border-color: #87938F; }
span { border-color: rgb(135,147,143); }
td.TdClassName
{
border-color: #87938F;
}
.TagClassName
{
border-color: #87938F;
}
</style>