Shades of Granny Smith #829F96
Tints of Granny Smith #829F96
RGB
CMYK
RGB Variations
Color information
#829F96 (or 0x829F96) is known color: Granny Smith. HEX triplet: 82, 9F and 96. RGB value is (130,159,150). Sum of RGB (Red+Green+Blue) = 130+159+150=439 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.61% from 439); Green value is 159 (62.5% from 255 or 36.22% from 439); Blue value is 150 (58.98% from 255 or 34.17% from 439); Max value from RGB is 159 - color contains mainly: green. Hex color #829F96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829F96 is #7D6069. Grayscale: #959595. Windows color (decimal): -8216682 or 9871234. OLE color: 9871234.
HSL color Cylindrical-coordinate representation of color #829F96: hue angle of 161.38º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #829F96 is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 159 | 150 | - |
| CMYK | 0.18 | 0 | 0.06 | 0.38 |
| HSL | 161.38º | 0.13% | 0.57% | - |
| HSV(B) | 161.38º | 0.18% | 0.62% | - |
| XYZ | 27.11 | 31.74 | 33.55 | - |
| YUV | 149.3 | 128.39 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 159 | 150 | 0.18 | 0 | 0.06 | 0.38 | 161.38 | 0.13 | 0.57 |
| Hex | 82 | 9F | 96 | 12 | 0 | 6 | 26 | A1 | D | 39 |
| Octal | 202 | 237 | 226 | 22 | 0 | 6 | 46 | 241 | 15 | 71 |
| Binary | 10000010 | 10011111 | 10010110 | 10010 | 0 | 110 | 100110 | 10100001 | 1101 | 111001 |
Color Harmonies of #829F96
Complementary color
Monochromatic Colors of #829F96
Black with #829F96
Text Example
Text Example
White with #829F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829F96; }
p { color: rgb(130,159,150); }
H1.HeaderClassName
{
color: #829F96;
}
.AnyTagClassName
{
color: #829F96;
}
</style>
background-color css
<style>
a { background-color: #829F96; }
a { background-color: rgb(130,159,150); }
div.DivClassName
{
background-color: #829F96;
}
.BgClassName
{
background-color: #829F96;
}
</style>
border-color css
<style>
span { border-color: #829F96; }
span { border-color: rgb(130,159,150); }
td.TdClassName
{
border-color: #829F96;
}
.TagClassName
{
border-color: #829F96;
}
</style>