Shades of Granny Smith #84908C
Tints of Granny Smith #84908C
RGB
CMYK
RGB Variations
Color information
#84908C (or 0x84908C) is known color: Granny Smith. HEX triplet: 84, 90 and 8C. RGB value is (132,144,140). Sum of RGB (Red+Green+Blue) = 132+144+140=416 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.73% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 144 - color contains mainly: green. Hex color #84908C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84908C is #7B6F73. Grayscale: #8B8B8B. Windows color (decimal): -8089460 or 9212036. OLE color: 9212036.
HSL color Cylindrical-coordinate representation of color #84908C: hue angle of 160º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #84908C is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 144 | 140 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.44 |
| HSL | 160º | 0.05% | 0.54% | - |
| HSV(B) | 160º | 0.08% | 0.56% | - |
| XYZ | 24.22 | 26.75 | 28.7 | - |
| YUV | 139.96 | 128.02 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 144 | 140 | 0.08 | 0 | 0.03 | 0.44 | 160 | 0.05 | 0.54 |
| Hex | 84 | 90 | 8C | 8 | 0 | 3 | 2C | A0 | 5 | 36 |
| Octal | 204 | 220 | 214 | 10 | 0 | 3 | 54 | 240 | 5 | 66 |
| Binary | 10000100 | 10010000 | 10001100 | 1000 | 0 | 11 | 101100 | 10100000 | 101 | 110110 |
Color Harmonies of #84908C
Complementary color
Monochromatic Colors of #84908C
Black with #84908C
Text Example
Text Example
White with #84908C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84908C; }
p { color: rgb(132,144,140); }
H1.HeaderClassName
{
color: #84908C;
}
.AnyTagClassName
{
color: #84908C;
}
</style>
background-color css
<style>
a { background-color: #84908C; }
a { background-color: rgb(132,144,140); }
div.DivClassName
{
background-color: #84908C;
}
.BgClassName
{
background-color: #84908C;
}
</style>
border-color css
<style>
span { border-color: #84908C; }
span { border-color: rgb(132,144,140); }
td.TdClassName
{
border-color: #84908C;
}
.TagClassName
{
border-color: #84908C;
}
</style>