Shades of Granny Smith #888F8D
Tints of Granny Smith #888F8D
RGB
CMYK
RGB Variations
Color information
#888F8D (or 0x888F8D) is known color: Granny Smith. HEX triplet: 88, 8F and 8D. RGB value is (136,143,141). Sum of RGB (Red+Green+Blue) = 136+143+141=420 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.38% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 143 - color contains mainly: green. Hex color #888F8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888F8D is #777072. Grayscale: #8C8C8C. Windows color (decimal): -7827571 or 9277320. OLE color: 9277320.
HSL color Cylindrical-coordinate representation of color #888F8D: hue angle of 162.86º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #888F8D is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 143 | 141 | - |
| CMYK | 0.05 | 0 | 0.01 | 0.44 |
| HSL | 162.86º | 0.03% | 0.55% | - |
| HSV(B) | 162.86º | 0.05% | 0.56% | - |
| XYZ | 24.78 | 26.8 | 29.07 | - |
| YUV | 140.68 | 128.18 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 143 | 141 | 0.05 | 0 | 0.01 | 0.44 | 162.86 | 0.03 | 0.55 |
| Hex | 88 | 8F | 8D | 5 | 0 | 1 | 2C | A3 | 3 | 37 |
| Octal | 210 | 217 | 215 | 5 | 0 | 1 | 54 | 243 | 3 | 67 |
| Binary | 10001000 | 10001111 | 10001101 | 101 | 0 | 1 | 101100 | 10100011 | 11 | 110111 |
Color Harmonies of #888F8D
Complementary color
Monochromatic Colors of #888F8D
Black with #888F8D
Text Example
Text Example
White with #888F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888F8D; }
p { color: rgb(136,143,141); }
H1.HeaderClassName
{
color: #888F8D;
}
.AnyTagClassName
{
color: #888F8D;
}
</style>
background-color css
<style>
a { background-color: #888F8D; }
a { background-color: rgb(136,143,141); }
div.DivClassName
{
background-color: #888F8D;
}
.BgClassName
{
background-color: #888F8D;
}
</style>
border-color css
<style>
span { border-color: #888F8D; }
span { border-color: rgb(136,143,141); }
td.TdClassName
{
border-color: #888F8D;
}
.TagClassName
{
border-color: #888F8D;
}
</style>