Shades of Granny Smith #849A91
Tints of Granny Smith #849A91
RGB
CMYK
RGB Variations
Color information
#849A91 (or 0x849A91) is known color: Granny Smith. HEX triplet: 84, 9A and 91. RGB value is (132,154,145). Sum of RGB (Red+Green+Blue) = 132+154+145=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 154 (60.55% from 255 or 35.73% from 431); Blue value is 145 (57.03% from 255 or 33.64% from 431); Max value from RGB is 154 - color contains mainly: green. Hex color #849A91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849A91 is #7B656E. Grayscale: #929292. Windows color (decimal): -8086895 or 9542276. OLE color: 9542276.
HSL color Cylindrical-coordinate representation of color #849A91: hue angle of 155.45º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #849A91 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 132 | 154 | 145 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.40 |
| HSL | 155.45º | 0.1% | 0.56% | - |
| HSV(B) | 155.45º | 0.14% | 0.6% | - |
| XYZ | 26.18 | 30.06 | 31.21 | - |
| YUV | 146.4 | 127.21 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 154 | 145 | 0.14 | 0 | 0.06 | 0.40 | 155.45 | 0.1 | 0.56 |
| Hex | 84 | 9A | 91 | E | 0 | 6 | 28 | 9B | A | 38 |
| Octal | 204 | 232 | 221 | 16 | 0 | 6 | 50 | 233 | 12 | 70 |
| Binary | 10000100 | 10011010 | 10010001 | 1110 | 0 | 110 | 101000 | 10011011 | 1010 | 111000 |
Color Harmonies of #849A91
Complementary color
Monochromatic Colors of #849A91
Black with #849A91
Text Example
Text Example
White with #849A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849A91; }
p { color: rgb(132,154,145); }
H1.HeaderClassName
{
color: #849A91;
}
.AnyTagClassName
{
color: #849A91;
}
</style>
background-color css
<style>
a { background-color: #849A91; }
a { background-color: rgb(132,154,145); }
div.DivClassName
{
background-color: #849A91;
}
.BgClassName
{
background-color: #849A91;
}
</style>
border-color css
<style>
span { border-color: #849A91; }
span { border-color: rgb(132,154,145); }
td.TdClassName
{
border-color: #849A91;
}
.TagClassName
{
border-color: #849A91;
}
</style>