Shades of Granny Smith #87968F
Tints of Granny Smith #87968F
RGB
CMYK
RGB Variations
Color information
#87968F (or 0x87968F) is known color: Granny Smith. HEX triplet: 87, 96 and 8F. RGB value is (135,150,143). Sum of RGB (Red+Green+Blue) = 135+150+143=428 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.54% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 143 (56.25% from 255 or 33.41% from 428); Max value from RGB is 150 - color contains mainly: green. Hex color #87968F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87968F is #786970. Grayscale: #909090. Windows color (decimal): -7891313 or 9410183. OLE color: 9410183.
HSL color Cylindrical-coordinate representation of color #87968F: hue angle of 152º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #87968F is Cyan = 0.1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 135 | 150 | 143 | - |
| CMYK | 0.1 | 0 | 0.05 | 0.41 |
| HSL | 152º | 0.07% | 0.56% | - |
| HSV(B) | 152º | 0.1% | 0.59% | - |
| XYZ | 25.86 | 28.95 | 30.21 | - |
| YUV | 144.72 | 127.03 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 150 | 143 | 0.1 | 0 | 0.05 | 0.41 | 152 | 0.07 | 0.56 |
| Hex | 87 | 96 | 8F | A | 0 | 5 | 29 | 98 | 7 | 38 |
| Octal | 207 | 226 | 217 | 12 | 0 | 5 | 51 | 230 | 7 | 70 |
| Binary | 10000111 | 10010110 | 10001111 | 1010 | 0 | 101 | 101001 | 10011000 | 111 | 111000 |
Color Harmonies of #87968F
Complementary color
Monochromatic Colors of #87968F
Black with #87968F
Text Example
Text Example
White with #87968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87968F; }
p { color: rgb(135,150,143); }
H1.HeaderClassName
{
color: #87968F;
}
.AnyTagClassName
{
color: #87968F;
}
</style>
background-color css
<style>
a { background-color: #87968F; }
a { background-color: rgb(135,150,143); }
div.DivClassName
{
background-color: #87968F;
}
.BgClassName
{
background-color: #87968F;
}
</style>
border-color css
<style>
span { border-color: #87968F; }
span { border-color: rgb(135,150,143); }
td.TdClassName
{
border-color: #87968F;
}
.TagClassName
{
border-color: #87968F;
}
</style>