Shades of Granny Smith #88908D
Tints of Granny Smith #88908D
RGB
CMYK
RGB Variations
Color information
#88908D (or 0x88908D) is known color: Granny Smith. HEX triplet: 88, 90 and 8D. RGB value is (136,144,141). Sum of RGB (Red+Green+Blue) = 136+144+141=421 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.30% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 144 - color contains mainly: green. Hex color #88908D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88908D is #776F72. Grayscale: #8D8D8D. Windows color (decimal): -7827315 or 9277576. OLE color: 9277576.
HSL color Cylindrical-coordinate representation of color #88908D: hue angle of 157.5º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #88908D is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 144 | 141 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.44 |
| HSL | 157.5º | 0.03% | 0.55% | - |
| HSV(B) | 157.5º | 0.06% | 0.56% | - |
| XYZ | 24.93 | 27.1 | 29.12 | - |
| YUV | 141.27 | 127.85 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 144 | 141 | 0.06 | 0 | 0.02 | 0.44 | 157.5 | 0.03 | 0.55 |
| Hex | 88 | 90 | 8D | 6 | 0 | 2 | 2C | 9E | 3 | 37 |
| Octal | 210 | 220 | 215 | 6 | 0 | 2 | 54 | 236 | 3 | 67 |
| Binary | 10001000 | 10010000 | 10001101 | 110 | 0 | 10 | 101100 | 10011110 | 11 | 110111 |
Color Harmonies of #88908D
Complementary color
Monochromatic Colors of #88908D
Black with #88908D
Text Example
Text Example
White with #88908D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88908D; }
p { color: rgb(136,144,141); }
H1.HeaderClassName
{
color: #88908D;
}
.AnyTagClassName
{
color: #88908D;
}
</style>
background-color css
<style>
a { background-color: #88908D; }
a { background-color: rgb(136,144,141); }
div.DivClassName
{
background-color: #88908D;
}
.BgClassName
{
background-color: #88908D;
}
</style>
border-color css
<style>
span { border-color: #88908D; }
span { border-color: rgb(136,144,141); }
td.TdClassName
{
border-color: #88908D;
}
.TagClassName
{
border-color: #88908D;
}
</style>