Shades of Granny Smith #828B87
Tints of Granny Smith #828B87
RGB
CMYK
RGB Variations
Color information
#828B87 (or 0x828B87) is known color: Granny Smith. HEX triplet: 82, 8B and 87. RGB value is (130,139,135). Sum of RGB (Red+Green+Blue) = 130+139+135=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 139 - color contains mainly: green. Hex color #828B87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828B87 is #7D7478. Grayscale: #878787. Windows color (decimal): -8221817 or 8883074. OLE color: 8883074.
HSL color Cylindrical-coordinate representation of color #828B87: hue angle of 153.33º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #828B87 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 139 | 135 | - |
| CMYK | 0.06 | 0 | 0.03 | 0.45 |
| HSL | 153.33º | 0.04% | 0.53% | - |
| HSV(B) | 153.33º | 0.06% | 0.55% | - |
| XYZ | 22.81 | 24.96 | 26.54 | - |
| YUV | 135.85 | 127.52 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 139 | 135 | 0.06 | 0 | 0.03 | 0.45 | 153.33 | 0.04 | 0.53 |
| Hex | 82 | 8B | 87 | 6 | 0 | 3 | 2D | 99 | 4 | 35 |
| Octal | 202 | 213 | 207 | 6 | 0 | 3 | 55 | 231 | 4 | 65 |
| Binary | 10000010 | 10001011 | 10000111 | 110 | 0 | 11 | 101101 | 10011001 | 100 | 110101 |
Color Harmonies of #828B87
Complementary color
Monochromatic Colors of #828B87
Black with #828B87
Text Example
Text Example
White with #828B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828B87; }
p { color: rgb(130,139,135); }
H1.HeaderClassName
{
color: #828B87;
}
.AnyTagClassName
{
color: #828B87;
}
</style>
background-color css
<style>
a { background-color: #828B87; }
a { background-color: rgb(130,139,135); }
div.DivClassName
{
background-color: #828B87;
}
.BgClassName
{
background-color: #828B87;
}
</style>
border-color css
<style>
span { border-color: #828B87; }
span { border-color: rgb(130,139,135); }
td.TdClassName
{
border-color: #828B87;
}
.TagClassName
{
border-color: #828B87;
}
</style>