Shades of Granny Smith #84968F
Tints of Granny Smith #84968F
RGB
CMYK
RGB Variations
Color information
#84968F (or 0x84968F) is known color: Granny Smith. HEX triplet: 84, 96 and 8F. RGB value is (132,150,143). Sum of RGB (Red+Green+Blue) = 132+150+143=425 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.06% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 150 - color contains mainly: green. Hex color #84968F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84968F is #7B6970. Grayscale: #8F8F8F. Windows color (decimal): -8087921 or 9410180. OLE color: 9410180.
HSL color Cylindrical-coordinate representation of color #84968F: hue angle of 156.67º 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 #84968F is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 132 | 150 | 143 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.41 |
| HSL | 156.67º | 0.08% | 0.55% | - |
| HSV(B) | 156.67º | 0.12% | 0.59% | - |
| XYZ | 25.38 | 28.7 | 30.19 | - |
| YUV | 143.82 | 127.54 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 150 | 143 | 0.12 | 0 | 0.05 | 0.41 | 156.67 | 0.08 | 0.55 |
| Hex | 84 | 96 | 8F | C | 0 | 5 | 29 | 9D | 8 | 37 |
| Octal | 204 | 226 | 217 | 14 | 0 | 5 | 51 | 235 | 10 | 67 |
| Binary | 10000100 | 10010110 | 10001111 | 1100 | 0 | 101 | 101001 | 10011101 | 1000 | 110111 |
Color Harmonies of #84968F
Complementary color
Monochromatic Colors of #84968F
Black with #84968F
Text Example
Text Example
White with #84968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84968F; }
p { color: rgb(132,150,143); }
H1.HeaderClassName
{
color: #84968F;
}
.AnyTagClassName
{
color: #84968F;
}
</style>
background-color css
<style>
a { background-color: #84968F; }
a { background-color: rgb(132,150,143); }
div.DivClassName
{
background-color: #84968F;
}
.BgClassName
{
background-color: #84968F;
}
</style>
border-color css
<style>
span { border-color: #84968F; }
span { border-color: rgb(132,150,143); }
td.TdClassName
{
border-color: #84968F;
}
.TagClassName
{
border-color: #84968F;
}
</style>