Shades of Granny Smith #87968E
Tints of Granny Smith #87968E
RGB
CMYK
RGB Variations
Color information
#87968E (or 0x87968E) is known color: Granny Smith. HEX triplet: 87, 96 and 8E. RGB value is (135,150,142). Sum of RGB (Red+Green+Blue) = 135+150+142=427 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.62% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 150 - color contains mainly: green. Hex color #87968E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87968E is #786971. Grayscale: #909090. Windows color (decimal): -7891314 or 9344647. OLE color: 9344647.
HSL color Cylindrical-coordinate representation of color #87968E: hue angle of 148º 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 #87968E is Cyan = 0.1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 135 | 150 | 142 | - |
| CMYK | 0.1 | 0 | 0.05 | 0.41 |
| HSL | 148º | 0.07% | 0.56% | - |
| HSV(B) | 148º | 0.1% | 0.59% | - |
| XYZ | 25.78 | 28.92 | 29.81 | - |
| YUV | 144.6 | 126.53 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 150 | 142 | 0.1 | 0 | 0.05 | 0.41 | 148 | 0.07 | 0.56 |
| Hex | 87 | 96 | 8E | A | 0 | 5 | 29 | 94 | 7 | 38 |
| Octal | 207 | 226 | 216 | 12 | 0 | 5 | 51 | 224 | 7 | 70 |
| Binary | 10000111 | 10010110 | 10001110 | 1010 | 0 | 101 | 101001 | 10010100 | 111 | 111000 |
Color Harmonies of #87968E
Complementary color
Monochromatic Colors of #87968E
Black with #87968E
Text Example
Text Example
White with #87968E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87968E; }
p { color: rgb(135,150,142); }
H1.HeaderClassName
{
color: #87968E;
}
.AnyTagClassName
{
color: #87968E;
}
</style>
background-color css
<style>
a { background-color: #87968E; }
a { background-color: rgb(135,150,142); }
div.DivClassName
{
background-color: #87968E;
}
.BgClassName
{
background-color: #87968E;
}
</style>
border-color css
<style>
span { border-color: #87968E; }
span { border-color: rgb(135,150,142); }
td.TdClassName
{
border-color: #87968E;
}
.TagClassName
{
border-color: #87968E;
}
</style>