Shades of Granny Smith #899C93
Tints of Granny Smith #899C93
RGB
CMYK
RGB Variations
Color information
#899C93 (or 0x899C93) is known color: Granny Smith. HEX triplet: 89, 9C and 93. RGB value is (137,156,147). Sum of RGB (Red+Green+Blue) = 137+156+147=440 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.14% from 440); Green value is 156 (61.33% from 255 or 35.45% from 440); Blue value is 147 (57.81% from 255 or 33.41% from 440); Max value from RGB is 156 - color contains mainly: green. Hex color #899C93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899C93 is #76636C. Grayscale: #959595. Windows color (decimal): -7758701 or 9673865. OLE color: 9673865.
HSL color Cylindrical-coordinate representation of color #899C93: hue angle of 151.58º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #899C93 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 156 | 147 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.39 |
| HSL | 151.58º | 0.09% | 0.57% | - |
| HSV(B) | 151.58º | 0.12% | 0.61% | - |
| XYZ | 27.47 | 31.2 | 32.18 | - |
| YUV | 149.29 | 126.71 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 156 | 147 | 0.12 | 0 | 0.06 | 0.39 | 151.58 | 0.09 | 0.57 |
| Hex | 89 | 9C | 93 | C | 0 | 6 | 27 | 98 | 9 | 39 |
| Octal | 211 | 234 | 223 | 14 | 0 | 6 | 47 | 230 | 11 | 71 |
| Binary | 10001001 | 10011100 | 10010011 | 1100 | 0 | 110 | 100111 | 10011000 | 1001 | 111001 |
Color Harmonies of #899C93
Complementary color
Monochromatic Colors of #899C93
Black with #899C93
Text Example
Text Example
White with #899C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899C93; }
p { color: rgb(137,156,147); }
H1.HeaderClassName
{
color: #899C93;
}
.AnyTagClassName
{
color: #899C93;
}
</style>
background-color css
<style>
a { background-color: #899C93; }
a { background-color: rgb(137,156,147); }
div.DivClassName
{
background-color: #899C93;
}
.BgClassName
{
background-color: #899C93;
}
</style>
border-color css
<style>
span { border-color: #899C93; }
span { border-color: rgb(137,156,147); }
td.TdClassName
{
border-color: #899C93;
}
.TagClassName
{
border-color: #899C93;
}
</style>