Shades of Granny Smith #888D8A
Tints of Granny Smith #888D8A
RGB
CMYK
RGB Variations
Color information
#888D8A (or 0x888D8A) is known color: Granny Smith. HEX triplet: 88, 8D and 8A. RGB value is (136,141,138). Sum of RGB (Red+Green+Blue) = 136+141+138=415 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.77% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 141 - color contains mainly: green. Hex color #888D8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888D8A is #777275. Grayscale: #8B8B8B. Windows color (decimal): -7828086 or 9080200. OLE color: 9080200.
HSL color Cylindrical-coordinate representation of color #888D8A: hue angle of 144º degrees, saturation: 0.02, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #888D8A is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 141 | 138 | - |
| CMYK | 0.04 | 0 | 0.02 | 0.45 |
| HSL | 144º | 0.02% | 0.54% | - |
| HSV(B) | 144º | 0.04% | 0.55% | - |
| XYZ | 24.27 | 26.12 | 27.81 | - |
| YUV | 139.16 | 127.34 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 141 | 138 | 0.04 | 0 | 0.02 | 0.45 | 144 | 0.02 | 0.54 |
| Hex | 88 | 8D | 8A | 4 | 0 | 2 | 2D | 90 | 2 | 36 |
| Octal | 210 | 215 | 212 | 4 | 0 | 2 | 55 | 220 | 2 | 66 |
| Binary | 10001000 | 10001101 | 10001010 | 100 | 0 | 10 | 101101 | 10010000 | 10 | 110110 |
Color Harmonies of #888D8A
Complementary color
Monochromatic Colors of #888D8A
Black with #888D8A
Text Example
Text Example
White with #888D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888D8A; }
p { color: rgb(136,141,138); }
H1.HeaderClassName
{
color: #888D8A;
}
.AnyTagClassName
{
color: #888D8A;
}
</style>
background-color css
<style>
a { background-color: #888D8A; }
a { background-color: rgb(136,141,138); }
div.DivClassName
{
background-color: #888D8A;
}
.BgClassName
{
background-color: #888D8A;
}
</style>
border-color css
<style>
span { border-color: #888D8A; }
span { border-color: rgb(136,141,138); }
td.TdClassName
{
border-color: #888D8A;
}
.TagClassName
{
border-color: #888D8A;
}
</style>