Shades of Granny Smith #898B8A
Tints of Granny Smith #898B8A
RGB
CMYK
RGB Variations
Color information
#898B8A (or 0x898B8A) is known color: Granny Smith. HEX triplet: 89, 8B and 8A. RGB value is (137,139,138). Sum of RGB (Red+Green+Blue) = 137+139+138=414 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.09% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 139 - color contains mainly: green. Hex color #898B8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898B8A is #767475. Grayscale: #8A8A8A. Windows color (decimal): -7763062 or 9079689. OLE color: 9079689.
HSL color Cylindrical-coordinate representation of color #898B8A: hue angle of 150º degrees, saturation: 0.01, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #898B8A is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 139 | 138 | - |
| CMYK | 0.01 | 0 | 0.01 | 0.45 |
| HSL | 150º | 0.01% | 0.54% | - |
| HSV(B) | 150º | 0.01% | 0.55% | - |
| XYZ | 24.14 | 25.62 | 27.72 | - |
| YUV | 138.29 | 127.84 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 139 | 138 | 0.01 | 0 | 0.01 | 0.45 | 150 | 0.01 | 0.54 |
| Hex | 89 | 8B | 8A | 1 | 0 | 1 | 2D | 96 | 1 | 36 |
| Octal | 211 | 213 | 212 | 1 | 0 | 1 | 55 | 226 | 1 | 66 |
| Binary | 10001001 | 10001011 | 10001010 | 1 | 0 | 1 | 101101 | 10010110 | 1 | 110110 |
Color Harmonies of #898B8A
Complementary color
Monochromatic Colors of #898B8A
Black with #898B8A
Text Example
Text Example
White with #898B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898B8A; }
p { color: rgb(137,139,138); }
H1.HeaderClassName
{
color: #898B8A;
}
.AnyTagClassName
{
color: #898B8A;
}
</style>
background-color css
<style>
a { background-color: #898B8A; }
a { background-color: rgb(137,139,138); }
div.DivClassName
{
background-color: #898B8A;
}
.BgClassName
{
background-color: #898B8A;
}
</style>
border-color css
<style>
span { border-color: #898B8A; }
span { border-color: rgb(137,139,138); }
td.TdClassName
{
border-color: #898B8A;
}
.TagClassName
{
border-color: #898B8A;
}
</style>