Shades of Granny Smith #849A8E
Tints of Granny Smith #849A8E
RGB
CMYK
RGB Variations
Color information
#849A8E (or 0x849A8E) is known color: Granny Smith. HEX triplet: 84, 9A and 8E. RGB value is (132,154,142). Sum of RGB (Red+Green+Blue) = 132+154+142=428 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.84% from 428); Green value is 154 (60.55% from 255 or 35.98% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 154 - color contains mainly: green. Hex color #849A8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849A8E is #7B6571. Grayscale: #929292. Windows color (decimal): -8086898 or 9345668. OLE color: 9345668.
HSL color Cylindrical-coordinate representation of color #849A8E: hue angle of 147.27º 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 #849A8E is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 132 | 154 | 142 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.40 |
| HSL | 147.27º | 0.1% | 0.56% | - |
| HSV(B) | 147.27º | 0.14% | 0.6% | - |
| XYZ | 25.95 | 29.97 | 30.01 | - |
| YUV | 146.05 | 125.71 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 154 | 142 | 0.14 | 0 | 0.08 | 0.40 | 147.27 | 0.1 | 0.56 |
| Hex | 84 | 9A | 8E | E | 0 | 8 | 28 | 93 | A | 38 |
| Octal | 204 | 232 | 216 | 16 | 0 | 10 | 50 | 223 | 12 | 70 |
| Binary | 10000100 | 10011010 | 10001110 | 1110 | 0 | 1000 | 101000 | 10010011 | 1010 | 111000 |
Color Harmonies of #849A8E
Complementary color
Monochromatic Colors of #849A8E
Black with #849A8E
Text Example
Text Example
White with #849A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849A8E; }
p { color: rgb(132,154,142); }
H1.HeaderClassName
{
color: #849A8E;
}
.AnyTagClassName
{
color: #849A8E;
}
</style>
background-color css
<style>
a { background-color: #849A8E; }
a { background-color: rgb(132,154,142); }
div.DivClassName
{
background-color: #849A8E;
}
.BgClassName
{
background-color: #849A8E;
}
</style>
border-color css
<style>
span { border-color: #849A8E; }
span { border-color: rgb(132,154,142); }
td.TdClassName
{
border-color: #849A8E;
}
.TagClassName
{
border-color: #849A8E;
}
</style>