Shades of Granny Smith #828C86
Tints of Granny Smith #828C86
RGB
CMYK
RGB Variations
Color information
#828C86 (or 0x828C86) is known color: Granny Smith. HEX triplet: 82, 8C and 86. RGB value is (130,140,134). Sum of RGB (Red+Green+Blue) = 130+140+134=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 140 - color contains mainly: green. Hex color #828C86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828C86 is #7D7379. Grayscale: #888888. Windows color (decimal): -8221562 or 8817794. OLE color: 8817794.
HSL color Cylindrical-coordinate representation of color #828C86: hue angle of 144º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #828C86 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 140 | 134 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.45 |
| HSL | 144º | 0.04% | 0.53% | - |
| HSV(B) | 144º | 0.07% | 0.55% | - |
| XYZ | 22.89 | 25.22 | 26.22 | - |
| YUV | 136.33 | 126.69 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 140 | 134 | 0.07 | 0 | 0.04 | 0.45 | 144 | 0.04 | 0.53 |
| Hex | 82 | 8C | 86 | 7 | 0 | 4 | 2D | 90 | 4 | 35 |
| Octal | 202 | 214 | 206 | 7 | 0 | 4 | 55 | 220 | 4 | 65 |
| Binary | 10000010 | 10001100 | 10000110 | 111 | 0 | 100 | 101101 | 10010000 | 100 | 110101 |
Color Harmonies of #828C86
Complementary color
Monochromatic Colors of #828C86
Black with #828C86
Text Example
Text Example
White with #828C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828C86; }
p { color: rgb(130,140,134); }
H1.HeaderClassName
{
color: #828C86;
}
.AnyTagClassName
{
color: #828C86;
}
</style>
background-color css
<style>
a { background-color: #828C86; }
a { background-color: rgb(130,140,134); }
div.DivClassName
{
background-color: #828C86;
}
.BgClassName
{
background-color: #828C86;
}
</style>
border-color css
<style>
span { border-color: #828C86; }
span { border-color: rgb(130,140,134); }
td.TdClassName
{
border-color: #828C86;
}
.TagClassName
{
border-color: #828C86;
}
</style>