Shades of Granny Smith #848E89
Tints of Granny Smith #848E89
RGB
CMYK
RGB Variations
Color information
#848E89 (or 0x848E89) is known color: Granny Smith. HEX triplet: 84, 8E and 89. RGB value is (132,142,137). Sum of RGB (Red+Green+Blue) = 132+142+137=411 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.12% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 137 (53.91% from 255 or 33.33% from 411); Max value from RGB is 142 - color contains mainly: green. Hex color #848E89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848E89 is #7B7176. Grayscale: #8A8A8A. Windows color (decimal): -8089975 or 9014916. OLE color: 9014916.
HSL color Cylindrical-coordinate representation of color #848E89: hue angle of 150º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #848E89 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 142 | 137 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.44 |
| HSL | 150º | 0.04% | 0.54% | - |
| HSV(B) | 150º | 0.07% | 0.56% | - |
| XYZ | 23.7 | 26.06 | 27.45 | - |
| YUV | 138.44 | 127.19 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 142 | 137 | 0.07 | 0 | 0.04 | 0.44 | 150 | 0.04 | 0.54 |
| Hex | 84 | 8E | 89 | 7 | 0 | 4 | 2C | 96 | 4 | 36 |
| Octal | 204 | 216 | 211 | 7 | 0 | 4 | 54 | 226 | 4 | 66 |
| Binary | 10000100 | 10001110 | 10001001 | 111 | 0 | 100 | 101100 | 10010110 | 100 | 110110 |
Color Harmonies of #848E89
Complementary color
Monochromatic Colors of #848E89
Black with #848E89
Text Example
Text Example
White with #848E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848E89; }
p { color: rgb(132,142,137); }
H1.HeaderClassName
{
color: #848E89;
}
.AnyTagClassName
{
color: #848E89;
}
</style>
background-color css
<style>
a { background-color: #848E89; }
a { background-color: rgb(132,142,137); }
div.DivClassName
{
background-color: #848E89;
}
.BgClassName
{
background-color: #848E89;
}
</style>
border-color css
<style>
span { border-color: #848E89; }
span { border-color: rgb(132,142,137); }
td.TdClassName
{
border-color: #848E89;
}
.TagClassName
{
border-color: #848E89;
}
</style>