Shades of Granny Smith #84978D
Tints of Granny Smith #84978D
RGB
CMYK
RGB Variations
Color information
#84978D (or 0x84978D) is known color: Granny Smith. HEX triplet: 84, 97 and 8D. RGB value is (132,151,141). Sum of RGB (Red+Green+Blue) = 132+151+141=424 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.13% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 151 - color contains mainly: green. Hex color #84978D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84978D is #7B6872. Grayscale: #909090. Windows color (decimal): -8087667 or 9279364. OLE color: 9279364.
HSL color Cylindrical-coordinate representation of color #84978D: hue angle of 148.42º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #84978D is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 132 | 151 | 141 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.41 |
| HSL | 148.42º | 0.08% | 0.55% | - |
| HSV(B) | 148.42º | 0.13% | 0.59% | - |
| XYZ | 25.39 | 28.96 | 29.45 | - |
| YUV | 144.18 | 126.21 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 151 | 141 | 0.13 | 0 | 0.07 | 0.41 | 148.42 | 0.08 | 0.55 |
| Hex | 84 | 97 | 8D | D | 0 | 7 | 29 | 94 | 8 | 37 |
| Octal | 204 | 227 | 215 | 15 | 0 | 7 | 51 | 224 | 10 | 67 |
| Binary | 10000100 | 10010111 | 10001101 | 1101 | 0 | 111 | 101001 | 10010100 | 1000 | 110111 |
Color Harmonies of #84978D
Complementary color
Monochromatic Colors of #84978D
Black with #84978D
Text Example
Text Example
White with #84978D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84978D; }
p { color: rgb(132,151,141); }
H1.HeaderClassName
{
color: #84978D;
}
.AnyTagClassName
{
color: #84978D;
}
</style>
background-color css
<style>
a { background-color: #84978D; }
a { background-color: rgb(132,151,141); }
div.DivClassName
{
background-color: #84978D;
}
.BgClassName
{
background-color: #84978D;
}
</style>
border-color css
<style>
span { border-color: #84978D; }
span { border-color: rgb(132,151,141); }
td.TdClassName
{
border-color: #84978D;
}
.TagClassName
{
border-color: #84978D;
}
</style>