Shades of Granny Smith #888B8A
Tints of Granny Smith #888B8A
RGB
CMYK
RGB Variations
Color information
#888B8A (or 0x888B8A) is known color: Granny Smith. HEX triplet: 88, 8B and 8A. RGB value is (136,139,138). Sum of RGB (Red+Green+Blue) = 136+139+138=413 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.93% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 139 - color contains mainly: green. Hex color #888B8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888B8A is #777475. Grayscale: #898989. Windows color (decimal): -7828598 or 9079688. OLE color: 9079688.
HSL color Cylindrical-coordinate representation of color #888B8A: hue angle of 160º degrees, saturation: 0.01, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #888B8A is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 139 | 138 | - |
| CMYK | 0.02 | 0 | 0.01 | 0.45 |
| HSL | 160º | 0.01% | 0.54% | - |
| HSV(B) | 160º | 0.02% | 0.55% | - |
| XYZ | 23.97 | 25.53 | 27.71 | - |
| YUV | 137.99 | 128.01 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 139 | 138 | 0.02 | 0 | 0.01 | 0.45 | 160 | 0.01 | 0.54 |
| Hex | 88 | 8B | 8A | 2 | 0 | 1 | 2D | A0 | 1 | 36 |
| Octal | 210 | 213 | 212 | 2 | 0 | 1 | 55 | 240 | 1 | 66 |
| Binary | 10001000 | 10001011 | 10001010 | 10 | 0 | 1 | 101101 | 10100000 | 1 | 110110 |
Color Harmonies of #888B8A
Complementary color
Monochromatic Colors of #888B8A
Black with #888B8A
Text Example
Text Example
White with #888B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888B8A; }
p { color: rgb(136,139,138); }
H1.HeaderClassName
{
color: #888B8A;
}
.AnyTagClassName
{
color: #888B8A;
}
</style>
background-color css
<style>
a { background-color: #888B8A; }
a { background-color: rgb(136,139,138); }
div.DivClassName
{
background-color: #888B8A;
}
.BgClassName
{
background-color: #888B8A;
}
</style>
border-color css
<style>
span { border-color: #888B8A; }
span { border-color: rgb(136,139,138); }
td.TdClassName
{
border-color: #888B8A;
}
.TagClassName
{
border-color: #888B8A;
}
</style>