Shades of Granny Smith #899994
Tints of Granny Smith #899994
RGB
CMYK
RGB Variations
Color information
#899994 (or 0x899994) is known color: Granny Smith. HEX triplet: 89, 99 and 94. RGB value is (137,153,148). Sum of RGB (Red+Green+Blue) = 137+153+148=438 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.28% from 438); Green value is 153 (60.16% from 255 or 34.93% from 438); Blue value is 148 (58.20% from 255 or 33.79% from 438); Max value from RGB is 153 - color contains mainly: green. Hex color #899994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899994 is #76666B. Grayscale: #939393. Windows color (decimal): -7759468 or 9738633. OLE color: 9738633.
HSL color Cylindrical-coordinate representation of color #899994: hue angle of 161.25º 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 #899994 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 137 | 153 | 148 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.4 |
| HSL | 161.25º | 0.07% | 0.57% | - |
| HSV(B) | 161.25º | 0.1% | 0.6% | - |
| XYZ | 27.05 | 30.24 | 32.43 | - |
| YUV | 147.65 | 128.2 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 153 | 148 | 0.10 | 0 | 0.03 | 0.4 | 161.25 | 0.07 | 0.57 |
| Hex | 89 | 99 | 94 | A | 0 | 3 | 28 | A1 | 7 | 39 |
| Octal | 211 | 231 | 224 | 12 | 0 | 3 | 50 | 241 | 7 | 71 |
| Binary | 10001001 | 10011001 | 10010100 | 1010 | 0 | 11 | 101000 | 10100001 | 111 | 111001 |
Color Harmonies of #899994
Complementary color
Monochromatic Colors of #899994
Black with #899994
Text Example
Text Example
White with #899994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899994; }
p { color: rgb(137,153,148); }
H1.HeaderClassName
{
color: #899994;
}
.AnyTagClassName
{
color: #899994;
}
</style>
background-color css
<style>
a { background-color: #899994; }
a { background-color: rgb(137,153,148); }
div.DivClassName
{
background-color: #899994;
}
.BgClassName
{
background-color: #899994;
}
</style>
border-color css
<style>
span { border-color: #899994; }
span { border-color: rgb(137,153,148); }
td.TdClassName
{
border-color: #899994;
}
.TagClassName
{
border-color: #899994;
}
</style>