Shades of Granny Smith #84998E
Tints of Granny Smith #84998E
RGB
CMYK
RGB Variations
Color information
#84998E (or 0x84998E) is known color: Granny Smith. HEX triplet: 84, 99 and 8E. RGB value is (132,153,142). Sum of RGB (Red+Green+Blue) = 132+153+142=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 153 (60.16% from 255 or 35.83% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 153 - color contains mainly: green. Hex color #84998E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84998E is #7B6671. Grayscale: #919191. Windows color (decimal): -8087154 or 9345412. OLE color: 9345412.
HSL color Cylindrical-coordinate representation of color #84998E: hue angle of 148.57º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #84998E is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 132 | 153 | 142 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.4 |
| HSL | 148.57º | 0.09% | 0.56% | - |
| HSV(B) | 148.57º | 0.14% | 0.6% | - |
| XYZ | 25.79 | 29.64 | 29.95 | - |
| YUV | 145.47 | 126.04 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 153 | 142 | 0.14 | 0 | 0.07 | 0.4 | 148.57 | 0.09 | 0.56 |
| Hex | 84 | 99 | 8E | E | 0 | 7 | 28 | 95 | 9 | 38 |
| Octal | 204 | 231 | 216 | 16 | 0 | 7 | 50 | 225 | 11 | 70 |
| Binary | 10000100 | 10011001 | 10001110 | 1110 | 0 | 111 | 101000 | 10010101 | 1001 | 111000 |
Color Harmonies of #84998E
Complementary color
Monochromatic Colors of #84998E
Black with #84998E
Text Example
Text Example
White with #84998E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84998E; }
p { color: rgb(132,153,142); }
H1.HeaderClassName
{
color: #84998E;
}
.AnyTagClassName
{
color: #84998E;
}
</style>
background-color css
<style>
a { background-color: #84998E; }
a { background-color: rgb(132,153,142); }
div.DivClassName
{
background-color: #84998E;
}
.BgClassName
{
background-color: #84998E;
}
</style>
border-color css
<style>
span { border-color: #84998E; }
span { border-color: rgb(132,153,142); }
td.TdClassName
{
border-color: #84998E;
}
.TagClassName
{
border-color: #84998E;
}
</style>