Shades of Granny Smith #849B8F
Tints of Granny Smith #849B8F
RGB
CMYK
RGB Variations
Color information
#849B8F (or 0x849B8F) is known color: Granny Smith. HEX triplet: 84, 9B and 8F. RGB value is (132,155,143). Sum of RGB (Red+Green+Blue) = 132+155+143=430 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.70% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 155 - color contains mainly: green. Hex color #849B8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849B8F is #7B6470. Grayscale: #929292. Windows color (decimal): -8086641 or 9411460. OLE color: 9411460.
HSL color Cylindrical-coordinate representation of color #849B8F: hue angle of 148.7º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #849B8F is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 155 | 143 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.39 |
| HSL | 148.7º | 0.1% | 0.56% | - |
| HSV(B) | 148.7º | 0.15% | 0.61% | - |
| XYZ | 26.19 | 30.33 | 30.46 | - |
| YUV | 146.76 | 125.88 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 155 | 143 | 0.15 | 0 | 0.08 | 0.39 | 148.7 | 0.1 | 0.56 |
| Hex | 84 | 9B | 8F | F | 0 | 8 | 27 | 95 | A | 38 |
| Octal | 204 | 233 | 217 | 17 | 0 | 10 | 47 | 225 | 12 | 70 |
| Binary | 10000100 | 10011011 | 10001111 | 1111 | 0 | 1000 | 100111 | 10010101 | 1010 | 111000 |
Color Harmonies of #849B8F
Complementary color
Monochromatic Colors of #849B8F
Black with #849B8F
Text Example
Text Example
White with #849B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849B8F; }
p { color: rgb(132,155,143); }
H1.HeaderClassName
{
color: #849B8F;
}
.AnyTagClassName
{
color: #849B8F;
}
</style>
background-color css
<style>
a { background-color: #849B8F; }
a { background-color: rgb(132,155,143); }
div.DivClassName
{
background-color: #849B8F;
}
.BgClassName
{
background-color: #849B8F;
}
</style>
border-color css
<style>
span { border-color: #849B8F; }
span { border-color: rgb(132,155,143); }
td.TdClassName
{
border-color: #849B8F;
}
.TagClassName
{
border-color: #849B8F;
}
</style>