Shades of Granny Smith #84928E
Tints of Granny Smith #84928E
RGB
CMYK
RGB Variations
Color information
#84928E (or 0x84928E) is known color: Granny Smith. HEX triplet: 84, 92 and 8E. RGB value is (132,146,142). Sum of RGB (Red+Green+Blue) = 132+146+142=420 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.43% from 420); Green value is 146 (57.42% from 255 or 34.76% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 146 - color contains mainly: green. Hex color #84928E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84928E is #7B6D71. Grayscale: #8D8D8D. Windows color (decimal): -8088946 or 9343620. OLE color: 9343620.
HSL color Cylindrical-coordinate representation of color #84928E: hue angle of 162.86º 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 #84928E is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 132 | 146 | 142 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.43 |
| HSL | 162.86º | 0.06% | 0.55% | - |
| HSV(B) | 162.86º | 0.1% | 0.57% | - |
| XYZ | 24.68 | 27.42 | 29.58 | - |
| YUV | 141.36 | 128.36 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 146 | 142 | 0.10 | 0 | 0.03 | 0.43 | 162.86 | 0.06 | 0.55 |
| Hex | 84 | 92 | 8E | A | 0 | 3 | 2B | A3 | 6 | 37 |
| Octal | 204 | 222 | 216 | 12 | 0 | 3 | 53 | 243 | 6 | 67 |
| Binary | 10000100 | 10010010 | 10001110 | 1010 | 0 | 11 | 101011 | 10100011 | 110 | 110111 |
Color Harmonies of #84928E
Complementary color
Monochromatic Colors of #84928E
Black with #84928E
Text Example
Text Example
White with #84928E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84928E; }
p { color: rgb(132,146,142); }
H1.HeaderClassName
{
color: #84928E;
}
.AnyTagClassName
{
color: #84928E;
}
</style>
background-color css
<style>
a { background-color: #84928E; }
a { background-color: rgb(132,146,142); }
div.DivClassName
{
background-color: #84928E;
}
.BgClassName
{
background-color: #84928E;
}
</style>
border-color css
<style>
span { border-color: #84928E; }
span { border-color: rgb(132,146,142); }
td.TdClassName
{
border-color: #84928E;
}
.TagClassName
{
border-color: #84928E;
}
</style>