Shades of Granny Smith #82948E
Tints of Granny Smith #82948E
RGB
CMYK
RGB Variations
Color information
#82948E (or 0x82948E) is known color: Granny Smith. HEX triplet: 82, 94 and 8E. RGB value is (130,148,142). Sum of RGB (Red+Green+Blue) = 130+148+142=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 148 - color contains mainly: green. Hex color #82948E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82948E is #7D6B71. Grayscale: #8D8D8D. Windows color (decimal): -8219506 or 9344130. OLE color: 9344130.
HSL color Cylindrical-coordinate representation of color #82948E: hue angle of 160º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #82948E is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 148 | 142 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.42 |
| HSL | 160º | 0.08% | 0.55% | - |
| HSV(B) | 160º | 0.12% | 0.58% | - |
| XYZ | 24.68 | 27.88 | 29.67 | - |
| YUV | 141.93 | 128.04 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 148 | 142 | 0.12 | 0 | 0.04 | 0.42 | 160 | 0.08 | 0.55 |
| Hex | 82 | 94 | 8E | C | 0 | 4 | 2A | A0 | 8 | 37 |
| Octal | 202 | 224 | 216 | 14 | 0 | 4 | 52 | 240 | 10 | 67 |
| Binary | 10000010 | 10010100 | 10001110 | 1100 | 0 | 100 | 101010 | 10100000 | 1000 | 110111 |
Color Harmonies of #82948E
Complementary color
Monochromatic Colors of #82948E
Black with #82948E
Text Example
Text Example
White with #82948E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82948E; }
p { color: rgb(130,148,142); }
H1.HeaderClassName
{
color: #82948E;
}
.AnyTagClassName
{
color: #82948E;
}
</style>
background-color css
<style>
a { background-color: #82948E; }
a { background-color: rgb(130,148,142); }
div.DivClassName
{
background-color: #82948E;
}
.BgClassName
{
background-color: #82948E;
}
</style>
border-color css
<style>
span { border-color: #82948E; }
span { border-color: rgb(130,148,142); }
td.TdClassName
{
border-color: #82948E;
}
.TagClassName
{
border-color: #82948E;
}
</style>