Shades of Granny Smith #829B8D
Tints of Granny Smith #829B8D
RGB
CMYK
RGB Variations
Color information
#829B8D (or 0x829B8D) is known color: Granny Smith. HEX triplet: 82, 9B and 8D. RGB value is (130,155,141). Sum of RGB (Red+Green+Blue) = 130+155+141=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 155 (60.94% from 255 or 36.38% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 155 - color contains mainly: green. Hex color #829B8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829B8D is #7D6472. Grayscale: #919191. Windows color (decimal): -8217715 or 9280386. OLE color: 9280386.
HSL color Cylindrical-coordinate representation of color #829B8D: hue angle of 146.4º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #829B8D is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 155 | 141 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.39 |
| HSL | 146.4º | 0.11% | 0.56% | - |
| HSV(B) | 146.4º | 0.16% | 0.61% | - |
| XYZ | 25.73 | 30.11 | 29.66 | - |
| YUV | 145.93 | 125.22 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 155 | 141 | 0.16 | 0 | 0.09 | 0.39 | 146.4 | 0.11 | 0.56 |
| Hex | 82 | 9B | 8D | 10 | 0 | 9 | 27 | 92 | B | 38 |
| Octal | 202 | 233 | 215 | 20 | 0 | 11 | 47 | 222 | 13 | 70 |
| Binary | 10000010 | 10011011 | 10001101 | 10000 | 0 | 1001 | 100111 | 10010010 | 1011 | 111000 |
Color Harmonies of #829B8D
Complementary color
Monochromatic Colors of #829B8D
Black with #829B8D
Text Example
Text Example
White with #829B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829B8D; }
p { color: rgb(130,155,141); }
H1.HeaderClassName
{
color: #829B8D;
}
.AnyTagClassName
{
color: #829B8D;
}
</style>
background-color css
<style>
a { background-color: #829B8D; }
a { background-color: rgb(130,155,141); }
div.DivClassName
{
background-color: #829B8D;
}
.BgClassName
{
background-color: #829B8D;
}
</style>
border-color css
<style>
span { border-color: #829B8D; }
span { border-color: rgb(130,155,141); }
td.TdClassName
{
border-color: #829B8D;
}
.TagClassName
{
border-color: #829B8D;
}
</style>