Shades of Granny Smith #84958C
Tints of Granny Smith #84958C
RGB
CMYK
RGB Variations
Color information
#84958C (or 0x84958C) is known color: Granny Smith. HEX triplet: 84, 95 and 8C. RGB value is (132,149,140). Sum of RGB (Red+Green+Blue) = 132+149+140=421 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.35% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 149 - color contains mainly: green. Hex color #84958C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84958C is #7B6A73. Grayscale: #8E8E8E. Windows color (decimal): -8088180 or 9213316. OLE color: 9213316.
HSL color Cylindrical-coordinate representation of color #84958C: hue angle of 148.24º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #84958C is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 149 | 140 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.42 |
| HSL | 148.24º | 0.07% | 0.55% | - |
| HSV(B) | 148.24º | 0.11% | 0.58% | - |
| XYZ | 25 | 28.29 | 28.95 | - |
| YUV | 142.89 | 126.37 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 149 | 140 | 0.11 | 0 | 0.06 | 0.42 | 148.24 | 0.07 | 0.55 |
| Hex | 84 | 95 | 8C | B | 0 | 6 | 2A | 94 | 7 | 37 |
| Octal | 204 | 225 | 214 | 13 | 0 | 6 | 52 | 224 | 7 | 67 |
| Binary | 10000100 | 10010101 | 10001100 | 1011 | 0 | 110 | 101010 | 10010100 | 111 | 110111 |
Color Harmonies of #84958C
Complementary color
Monochromatic Colors of #84958C
Black with #84958C
Text Example
Text Example
White with #84958C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84958C; }
p { color: rgb(132,149,140); }
H1.HeaderClassName
{
color: #84958C;
}
.AnyTagClassName
{
color: #84958C;
}
</style>
background-color css
<style>
a { background-color: #84958C; }
a { background-color: rgb(132,149,140); }
div.DivClassName
{
background-color: #84958C;
}
.BgClassName
{
background-color: #84958C;
}
</style>
border-color css
<style>
span { border-color: #84958C; }
span { border-color: rgb(132,149,140); }
td.TdClassName
{
border-color: #84958C;
}
.TagClassName
{
border-color: #84958C;
}
</style>