Shades of Granny Smith #84928C
Tints of Granny Smith #84928C
RGB
CMYK
RGB Variations
Color information
#84928C (or 0x84928C) is known color: Granny Smith. HEX triplet: 84, 92 and 8C. RGB value is (132,146,140). Sum of RGB (Red+Green+Blue) = 132+146+140=418 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.58% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 146 - color contains mainly: green. Hex color #84928C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84928C is #7B6D73. Grayscale: #8D8D8D. Windows color (decimal): -8088948 or 9212548. OLE color: 9212548.
HSL color Cylindrical-coordinate representation of color #84928C: hue angle of 154.29º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #84928C is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 132 | 146 | 140 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.43 |
| HSL | 154.29º | 0.06% | 0.55% | - |
| HSV(B) | 154.29º | 0.1% | 0.57% | - |
| XYZ | 24.53 | 27.36 | 28.8 | - |
| YUV | 141.13 | 127.36 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 146 | 140 | 0.10 | 0 | 0.04 | 0.43 | 154.29 | 0.06 | 0.55 |
| Hex | 84 | 92 | 8C | A | 0 | 4 | 2B | 9A | 6 | 37 |
| Octal | 204 | 222 | 214 | 12 | 0 | 4 | 53 | 232 | 6 | 67 |
| Binary | 10000100 | 10010010 | 10001100 | 1010 | 0 | 100 | 101011 | 10011010 | 110 | 110111 |
Color Harmonies of #84928C
Complementary color
Monochromatic Colors of #84928C
Black with #84928C
Text Example
Text Example
White with #84928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84928C; }
p { color: rgb(132,146,140); }
H1.HeaderClassName
{
color: #84928C;
}
.AnyTagClassName
{
color: #84928C;
}
</style>
background-color css
<style>
a { background-color: #84928C; }
a { background-color: rgb(132,146,140); }
div.DivClassName
{
background-color: #84928C;
}
.BgClassName
{
background-color: #84928C;
}
</style>
border-color css
<style>
span { border-color: #84928C; }
span { border-color: rgb(132,146,140); }
td.TdClassName
{
border-color: #84928C;
}
.TagClassName
{
border-color: #84928C;
}
</style>