Shades of Granny Smith #899491
Tints of Granny Smith #899491
RGB
CMYK
RGB Variations
Color information
#899491 (or 0x899491) is known color: Granny Smith. HEX triplet: 89, 94 and 91. RGB value is (137,148,145). Sum of RGB (Red+Green+Blue) = 137+148+145=430 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.86% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 145 (57.03% from 255 or 33.72% from 430); Max value from RGB is 148 - color contains mainly: green. Hex color #899491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899491 is #766B6E. Grayscale: #909090. Windows color (decimal): -7760751 or 9540745. OLE color: 9540745.
HSL color Cylindrical-coordinate representation of color #899491: hue angle of 163.64º degrees, saturation: 0.05, 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 #899491 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 148 | 145 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.42 |
| HSL | 163.64º | 0.05% | 0.56% | - |
| HSV(B) | 163.64º | 0.07% | 0.58% | - |
| XYZ | 26.02 | 28.54 | 30.93 | - |
| YUV | 144.37 | 128.36 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 148 | 145 | 0.07 | 0 | 0.02 | 0.42 | 163.64 | 0.05 | 0.56 |
| Hex | 89 | 94 | 91 | 7 | 0 | 2 | 2A | A4 | 5 | 38 |
| Octal | 211 | 224 | 221 | 7 | 0 | 2 | 52 | 244 | 5 | 70 |
| Binary | 10001001 | 10010100 | 10010001 | 111 | 0 | 10 | 101010 | 10100100 | 101 | 111000 |
Color Harmonies of #899491
Complementary color
Monochromatic Colors of #899491
Black with #899491
Text Example
Text Example
White with #899491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899491; }
p { color: rgb(137,148,145); }
H1.HeaderClassName
{
color: #899491;
}
.AnyTagClassName
{
color: #899491;
}
</style>
background-color css
<style>
a { background-color: #899491; }
a { background-color: rgb(137,148,145); }
div.DivClassName
{
background-color: #899491;
}
.BgClassName
{
background-color: #899491;
}
</style>
border-color css
<style>
span { border-color: #899491; }
span { border-color: rgb(137,148,145); }
td.TdClassName
{
border-color: #899491;
}
.TagClassName
{
border-color: #899491;
}
</style>