Shades of Granny Smith #829B8E
Tints of Granny Smith #829B8E
RGB
CMYK
RGB Variations
Color information
#829B8E (or 0x829B8E) is known color: Granny Smith. HEX triplet: 82, 9B and 8E. RGB value is (130,155,142). Sum of RGB (Red+Green+Blue) = 130+155+142=427 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.44% from 427); Green value is 155 (60.94% from 255 or 36.30% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 155 - color contains mainly: green. Hex color #829B8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829B8E is #7D6471. Grayscale: #929292. Windows color (decimal): -8217714 or 9345922. OLE color: 9345922.
HSL color Cylindrical-coordinate representation of color #829B8E: hue angle of 148.8º 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 #829B8E is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 155 | 142 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.39 |
| HSL | 148.8º | 0.11% | 0.56% | - |
| HSV(B) | 148.8º | 0.16% | 0.61% | - |
| XYZ | 25.81 | 30.14 | 30.05 | - |
| YUV | 146.04 | 125.72 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 155 | 142 | 0.16 | 0 | 0.08 | 0.39 | 148.8 | 0.11 | 0.56 |
| Hex | 82 | 9B | 8E | 10 | 0 | 8 | 27 | 95 | B | 38 |
| Octal | 202 | 233 | 216 | 20 | 0 | 10 | 47 | 225 | 13 | 70 |
| Binary | 10000010 | 10011011 | 10001110 | 10000 | 0 | 1000 | 100111 | 10010101 | 1011 | 111000 |
Color Harmonies of #829B8E
Complementary color
Monochromatic Colors of #829B8E
Black with #829B8E
Text Example
Text Example
White with #829B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829B8E; }
p { color: rgb(130,155,142); }
H1.HeaderClassName
{
color: #829B8E;
}
.AnyTagClassName
{
color: #829B8E;
}
</style>
background-color css
<style>
a { background-color: #829B8E; }
a { background-color: rgb(130,155,142); }
div.DivClassName
{
background-color: #829B8E;
}
.BgClassName
{
background-color: #829B8E;
}
</style>
border-color css
<style>
span { border-color: #829B8E; }
span { border-color: rgb(130,155,142); }
td.TdClassName
{
border-color: #829B8E;
}
.TagClassName
{
border-color: #829B8E;
}
</style>