Shades of Granny Smith #828E87
Tints of Granny Smith #828E87
RGB
CMYK
RGB Variations
Color information
#828E87 (or 0x828E87) is known color: Granny Smith. HEX triplet: 82, 8E and 87. RGB value is (130,142,135). Sum of RGB (Red+Green+Blue) = 130+142+135=407 (53% of max value = 765). Red value is 130 (51.17% from 255 or 31.94% from 407); Green value is 142 (55.86% from 255 or 34.89% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 142 - color contains mainly: green. Hex color #828E87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828E87 is #7D7178. Grayscale: #898989. Windows color (decimal): -8221049 or 8883842. OLE color: 8883842.
HSL color Cylindrical-coordinate representation of color #828E87: hue angle of 145º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #828E87 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 142 | 135 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.44 |
| HSL | 145º | 0.05% | 0.53% | - |
| HSV(B) | 145º | 0.08% | 0.56% | - |
| XYZ | 23.25 | 25.84 | 26.68 | - |
| YUV | 137.61 | 126.52 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 142 | 135 | 0.08 | 0 | 0.05 | 0.44 | 145 | 0.05 | 0.53 |
| Hex | 82 | 8E | 87 | 8 | 0 | 5 | 2C | 91 | 5 | 35 |
| Octal | 202 | 216 | 207 | 10 | 0 | 5 | 54 | 221 | 5 | 65 |
| Binary | 10000010 | 10001110 | 10000111 | 1000 | 0 | 101 | 101100 | 10010001 | 101 | 110101 |
Color Harmonies of #828E87
Complementary color
Monochromatic Colors of #828E87
Black with #828E87
Text Example
Text Example
White with #828E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828E87; }
p { color: rgb(130,142,135); }
H1.HeaderClassName
{
color: #828E87;
}
.AnyTagClassName
{
color: #828E87;
}
</style>
background-color css
<style>
a { background-color: #828E87; }
a { background-color: rgb(130,142,135); }
div.DivClassName
{
background-color: #828E87;
}
.BgClassName
{
background-color: #828E87;
}
</style>
border-color css
<style>
span { border-color: #828E87; }
span { border-color: rgb(130,142,135); }
td.TdClassName
{
border-color: #828E87;
}
.TagClassName
{
border-color: #828E87;
}
</style>