Shades of Granny Smith #88958E
Tints of Granny Smith #88958E
RGB
CMYK
RGB Variations
Color information
#88958E (or 0x88958E) is known color: Granny Smith. HEX triplet: 88, 95 and 8E. RGB value is (136,149,142). Sum of RGB (Red+Green+Blue) = 136+149+142=427 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.85% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 149 - color contains mainly: green. Hex color #88958E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88958E is #776A71. Grayscale: #909090. Windows color (decimal): -7826034 or 9344392. OLE color: 9344392.
HSL color Cylindrical-coordinate representation of color #88958E: hue angle of 147.69º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #88958E is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 149 | 142 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.42 |
| HSL | 147.69º | 0.06% | 0.56% | - |
| HSV(B) | 147.69º | 0.09% | 0.58% | - |
| XYZ | 25.78 | 28.68 | 29.77 | - |
| YUV | 144.32 | 126.69 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 149 | 142 | 0.09 | 0 | 0.05 | 0.42 | 147.69 | 0.06 | 0.56 |
| Hex | 88 | 95 | 8E | 9 | 0 | 5 | 2A | 94 | 6 | 38 |
| Octal | 210 | 225 | 216 | 11 | 0 | 5 | 52 | 224 | 6 | 70 |
| Binary | 10001000 | 10010101 | 10001110 | 1001 | 0 | 101 | 101010 | 10010100 | 110 | 111000 |
Color Harmonies of #88958E
Complementary color
Monochromatic Colors of #88958E
Black with #88958E
Text Example
Text Example
White with #88958E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88958E; }
p { color: rgb(136,149,142); }
H1.HeaderClassName
{
color: #88958E;
}
.AnyTagClassName
{
color: #88958E;
}
</style>
background-color css
<style>
a { background-color: #88958E; }
a { background-color: rgb(136,149,142); }
div.DivClassName
{
background-color: #88958E;
}
.BgClassName
{
background-color: #88958E;
}
</style>
border-color css
<style>
span { border-color: #88958E; }
span { border-color: rgb(136,149,142); }
td.TdClassName
{
border-color: #88958E;
}
.TagClassName
{
border-color: #88958E;
}
</style>