Shades of Granny Smith #828684
Tints of Granny Smith #828684
RGB
CMYK
RGB Variations
Color information
#828684 (or 0x828684) is known color: Granny Smith. HEX triplet: 82, 86 and 84. RGB value is (130,134,132). Sum of RGB (Red+Green+Blue) = 130+134+132=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 134 - color contains mainly: green. Hex color #828684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828684 is #7D797B. Grayscale: #848484. Windows color (decimal): -8223100 or 8685186. OLE color: 8685186.
HSL color Cylindrical-coordinate representation of color #828684: hue angle of 150º degrees, saturation: 0.02, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #828684 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 134 | 132 | - |
| CMYK | 0.03 | 0 | 0.01 | 0.47 |
| HSL | 150º | 0.02% | 0.52% | - |
| HSV(B) | 150º | 0.03% | 0.53% | - |
| XYZ | 21.9 | 23.46 | 25.2 | - |
| YUV | 132.58 | 127.67 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 134 | 132 | 0.03 | 0 | 0.01 | 0.47 | 150 | 0.02 | 0.52 |
| Hex | 82 | 86 | 84 | 3 | 0 | 1 | 2F | 96 | 2 | 34 |
| Octal | 202 | 206 | 204 | 3 | 0 | 1 | 57 | 226 | 2 | 64 |
| Binary | 10000010 | 10000110 | 10000100 | 11 | 0 | 1 | 101111 | 10010110 | 10 | 110100 |
Color Harmonies of #828684
Complementary color
Monochromatic Colors of #828684
Black with #828684
Text Example
Text Example
White with #828684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828684; }
p { color: rgb(130,134,132); }
H1.HeaderClassName
{
color: #828684;
}
.AnyTagClassName
{
color: #828684;
}
</style>
background-color css
<style>
a { background-color: #828684; }
a { background-color: rgb(130,134,132); }
div.DivClassName
{
background-color: #828684;
}
.BgClassName
{
background-color: #828684;
}
</style>
border-color css
<style>
span { border-color: #828684; }
span { border-color: rgb(130,134,132); }
td.TdClassName
{
border-color: #828684;
}
.TagClassName
{
border-color: #828684;
}
</style>