Shades of Granny Smith #89938D
Tints of Granny Smith #89938D
RGB
CMYK
RGB Variations
Color information
#89938D (or 0x89938D) is known color: Granny Smith. HEX triplet: 89, 93 and 8D. RGB value is (137,147,141). Sum of RGB (Red+Green+Blue) = 137+147+141=425 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.24% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 147 - color contains mainly: green. Hex color #89938D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89938D is #766C72. Grayscale: #8F8F8F. Windows color (decimal): -7761011 or 9278345. OLE color: 9278345.
HSL color Cylindrical-coordinate representation of color #89938D: hue angle of 144º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #89938D is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 147 | 141 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.42 |
| HSL | 144º | 0.04% | 0.56% | - |
| HSV(B) | 144º | 0.07% | 0.58% | - |
| XYZ | 25.56 | 28.11 | 29.28 | - |
| YUV | 143.33 | 126.69 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 147 | 141 | 0.07 | 0 | 0.04 | 0.42 | 144 | 0.04 | 0.56 |
| Hex | 89 | 93 | 8D | 7 | 0 | 4 | 2A | 90 | 4 | 38 |
| Octal | 211 | 223 | 215 | 7 | 0 | 4 | 52 | 220 | 4 | 70 |
| Binary | 10001001 | 10010011 | 10001101 | 111 | 0 | 100 | 101010 | 10010000 | 100 | 111000 |
Color Harmonies of #89938D
Complementary color
Monochromatic Colors of #89938D
Black with #89938D
Text Example
Text Example
White with #89938D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89938D; }
p { color: rgb(137,147,141); }
H1.HeaderClassName
{
color: #89938D;
}
.AnyTagClassName
{
color: #89938D;
}
</style>
background-color css
<style>
a { background-color: #89938D; }
a { background-color: rgb(137,147,141); }
div.DivClassName
{
background-color: #89938D;
}
.BgClassName
{
background-color: #89938D;
}
</style>
border-color css
<style>
span { border-color: #89938D; }
span { border-color: rgb(137,147,141); }
td.TdClassName
{
border-color: #89938D;
}
.TagClassName
{
border-color: #89938D;
}
</style>