Shades of Granny Smith #829590
Tints of Granny Smith #829590
RGB
CMYK
RGB Variations
Color information
#829590 (or 0x829590) is known color: Granny Smith. HEX triplet: 82, 95 and 90. RGB value is (130,149,144). Sum of RGB (Red+Green+Blue) = 130+149+144=423 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.73% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 149 - color contains mainly: green. Hex color #829590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829590 is #7D6A6F. Grayscale: #8E8E8E. Windows color (decimal): -8219248 or 9475458. OLE color: 9475458.
HSL color Cylindrical-coordinate representation of color #829590: hue angle of 164.21º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #829590 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 149 | 144 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.42 |
| HSL | 164.21º | 0.08% | 0.55% | - |
| HSV(B) | 164.21º | 0.13% | 0.58% | - |
| XYZ | 24.99 | 28.25 | 30.52 | - |
| YUV | 142.75 | 128.71 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 149 | 144 | 0.13 | 0 | 0.03 | 0.42 | 164.21 | 0.08 | 0.55 |
| Hex | 82 | 95 | 90 | D | 0 | 3 | 2A | A4 | 8 | 37 |
| Octal | 202 | 225 | 220 | 15 | 0 | 3 | 52 | 244 | 10 | 67 |
| Binary | 10000010 | 10010101 | 10010000 | 1101 | 0 | 11 | 101010 | 10100100 | 1000 | 110111 |
Color Harmonies of #829590
Complementary color
Monochromatic Colors of #829590
Black with #829590
Text Example
Text Example
White with #829590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829590; }
p { color: rgb(130,149,144); }
H1.HeaderClassName
{
color: #829590;
}
.AnyTagClassName
{
color: #829590;
}
</style>
background-color css
<style>
a { background-color: #829590; }
a { background-color: rgb(130,149,144); }
div.DivClassName
{
background-color: #829590;
}
.BgClassName
{
background-color: #829590;
}
</style>
border-color css
<style>
span { border-color: #829590; }
span { border-color: rgb(130,149,144); }
td.TdClassName
{
border-color: #829590;
}
.TagClassName
{
border-color: #829590;
}
</style>