Shades of Granny Smith #849693
Tints of Granny Smith #849693
RGB
CMYK
RGB Variations
Color information
#849693 (or 0x849693) is known color: Granny Smith. HEX triplet: 84, 96 and 93. RGB value is (132,150,147). Sum of RGB (Red+Green+Blue) = 132+150+147=429 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.77% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 147 (57.81% from 255 or 34.27% from 429); Max value from RGB is 150 - color contains mainly: green. Hex color #849693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849693 is #7B696C. Grayscale: #909090. Windows color (decimal): -8087917 or 9672324. OLE color: 9672324.
HSL color Cylindrical-coordinate representation of color #849693: hue angle of 170º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #849693 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 132 | 150 | 147 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.41 |
| HSL | 170º | 0.08% | 0.55% | - |
| HSV(B) | 170º | 0.12% | 0.59% | - |
| XYZ | 25.69 | 28.82 | 31.81 | - |
| YUV | 144.28 | 129.54 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 150 | 147 | 0.12 | 0 | 0.02 | 0.41 | 170 | 0.08 | 0.55 |
| Hex | 84 | 96 | 93 | C | 0 | 2 | 29 | AA | 8 | 37 |
| Octal | 204 | 226 | 223 | 14 | 0 | 2 | 51 | 252 | 10 | 67 |
| Binary | 10000100 | 10010110 | 10010011 | 1100 | 0 | 10 | 101001 | 10101010 | 1000 | 110111 |
Color Harmonies of #849693
Complementary color
Monochromatic Colors of #849693
Black with #849693
Text Example
Text Example
White with #849693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849693; }
p { color: rgb(132,150,147); }
H1.HeaderClassName
{
color: #849693;
}
.AnyTagClassName
{
color: #849693;
}
</style>
background-color css
<style>
a { background-color: #849693; }
a { background-color: rgb(132,150,147); }
div.DivClassName
{
background-color: #849693;
}
.BgClassName
{
background-color: #849693;
}
</style>
border-color css
<style>
span { border-color: #849693; }
span { border-color: rgb(132,150,147); }
td.TdClassName
{
border-color: #849693;
}
.TagClassName
{
border-color: #849693;
}
</style>