Shades of Granny Smith #829089
Tints of Granny Smith #829089
RGB
CMYK
RGB Variations
Color information
#829089 (or 0x829089) is known color: Granny Smith. HEX triplet: 82, 90 and 89. RGB value is (130,144,137). Sum of RGB (Red+Green+Blue) = 130+144+137=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 137 (53.91% from 255 or 33.33% from 411); Max value from RGB is 144 - color contains mainly: green. Hex color #829089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829089 is #7D6F76. Grayscale: #8B8B8B. Windows color (decimal): -8220535 or 9015426. OLE color: 9015426.
HSL color Cylindrical-coordinate representation of color #829089: hue angle of 150º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #829089 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 144 | 137 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.44 |
| HSL | 150º | 0.06% | 0.54% | - |
| HSV(B) | 150º | 0.1% | 0.56% | - |
| XYZ | 23.69 | 26.5 | 27.53 | - |
| YUV | 139.02 | 126.86 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 144 | 137 | 0.10 | 0 | 0.05 | 0.44 | 150 | 0.06 | 0.54 |
| Hex | 82 | 90 | 89 | A | 0 | 5 | 2C | 96 | 6 | 36 |
| Octal | 202 | 220 | 211 | 12 | 0 | 5 | 54 | 226 | 6 | 66 |
| Binary | 10000010 | 10010000 | 10001001 | 1010 | 0 | 101 | 101100 | 10010110 | 110 | 110110 |
Color Harmonies of #829089
Complementary color
Monochromatic Colors of #829089
Black with #829089
Text Example
Text Example
White with #829089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829089; }
p { color: rgb(130,144,137); }
H1.HeaderClassName
{
color: #829089;
}
.AnyTagClassName
{
color: #829089;
}
</style>
background-color css
<style>
a { background-color: #829089; }
a { background-color: rgb(130,144,137); }
div.DivClassName
{
background-color: #829089;
}
.BgClassName
{
background-color: #829089;
}
</style>
border-color css
<style>
span { border-color: #829089; }
span { border-color: rgb(130,144,137); }
td.TdClassName
{
border-color: #829089;
}
.TagClassName
{
border-color: #829089;
}
</style>