Shades of Granny Smith #899993
Tints of Granny Smith #899993
RGB
CMYK
RGB Variations
Color information
#899993 (or 0x899993) is known color: Granny Smith. HEX triplet: 89, 99 and 93. RGB value is (137,153,147). Sum of RGB (Red+Green+Blue) = 137+153+147=437 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.35% from 437); Green value is 153 (60.16% from 255 or 35.01% from 437); Blue value is 147 (57.81% from 255 or 33.64% from 437); Max value from RGB is 153 - color contains mainly: green. Hex color #899993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899993 is #76666C. Grayscale: #939393. Windows color (decimal): -7759469 or 9673097. OLE color: 9673097.
HSL color Cylindrical-coordinate representation of color #899993: hue angle of 157.5º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #899993 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 137 | 153 | 147 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.4 |
| HSL | 157.5º | 0.07% | 0.57% | - |
| HSV(B) | 157.5º | 0.1% | 0.6% | - |
| XYZ | 26.97 | 30.21 | 32.01 | - |
| YUV | 147.53 | 127.7 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 153 | 147 | 0.10 | 0 | 0.04 | 0.4 | 157.5 | 0.07 | 0.57 |
| Hex | 89 | 99 | 93 | A | 0 | 4 | 28 | 9E | 7 | 39 |
| Octal | 211 | 231 | 223 | 12 | 0 | 4 | 50 | 236 | 7 | 71 |
| Binary | 10001001 | 10011001 | 10010011 | 1010 | 0 | 100 | 101000 | 10011110 | 111 | 111001 |
Color Harmonies of #899993
Complementary color
Monochromatic Colors of #899993
Black with #899993
Text Example
Text Example
White with #899993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899993; }
p { color: rgb(137,153,147); }
H1.HeaderClassName
{
color: #899993;
}
.AnyTagClassName
{
color: #899993;
}
</style>
background-color css
<style>
a { background-color: #899993; }
a { background-color: rgb(137,153,147); }
div.DivClassName
{
background-color: #899993;
}
.BgClassName
{
background-color: #899993;
}
</style>
border-color css
<style>
span { border-color: #899993; }
span { border-color: rgb(137,153,147); }
td.TdClassName
{
border-color: #899993;
}
.TagClassName
{
border-color: #899993;
}
</style>