Shades of Granny Smith #848E88
Tints of Granny Smith #848E88
RGB
CMYK
RGB Variations
Color information
#848E88 (or 0x848E88) is known color: Granny Smith. HEX triplet: 84, 8E and 88. RGB value is (132,142,136). Sum of RGB (Red+Green+Blue) = 132+142+136=410 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.20% from 410); Green value is 142 (55.86% from 255 or 34.63% from 410); Blue value is 136 (53.52% from 255 or 33.17% from 410); Max value from RGB is 142 - color contains mainly: green. Hex color #848E88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848E88 is #7B7177. Grayscale: #8A8A8A. Windows color (decimal): -8089976 or 8949380. OLE color: 8949380.
HSL color Cylindrical-coordinate representation of color #848E88: hue angle of 144º 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 #848E88 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 142 | 136 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.44 |
| HSL | 144º | 0.04% | 0.54% | - |
| HSV(B) | 144º | 0.07% | 0.56% | - |
| XYZ | 23.63 | 26.03 | 27.07 | - |
| YUV | 138.33 | 126.69 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 142 | 136 | 0.07 | 0 | 0.04 | 0.44 | 144 | 0.04 | 0.54 |
| Hex | 84 | 8E | 88 | 7 | 0 | 4 | 2C | 90 | 4 | 36 |
| Octal | 204 | 216 | 210 | 7 | 0 | 4 | 54 | 220 | 4 | 66 |
| Binary | 10000100 | 10001110 | 10001000 | 111 | 0 | 100 | 101100 | 10010000 | 100 | 110110 |
Color Harmonies of #848E88
Complementary color
Monochromatic Colors of #848E88
Black with #848E88
Text Example
Text Example
White with #848E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848E88; }
p { color: rgb(132,142,136); }
H1.HeaderClassName
{
color: #848E88;
}
.AnyTagClassName
{
color: #848E88;
}
</style>
background-color css
<style>
a { background-color: #848E88; }
a { background-color: rgb(132,142,136); }
div.DivClassName
{
background-color: #848E88;
}
.BgClassName
{
background-color: #848E88;
}
</style>
border-color css
<style>
span { border-color: #848E88; }
span { border-color: rgb(132,142,136); }
td.TdClassName
{
border-color: #848E88;
}
.TagClassName
{
border-color: #848E88;
}
</style>