Shades of Granny Smith #82938E
Tints of Granny Smith #82938E
RGB
CMYK
RGB Variations
Color information
#82938E (or 0x82938E) is known color: Granny Smith. HEX triplet: 82, 93 and 8E. RGB value is (130,147,142). Sum of RGB (Red+Green+Blue) = 130+147+142=419 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.03% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 147 - color contains mainly: green. Hex color #82938E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82938E is #7D6C71. Grayscale: #8D8D8D. Windows color (decimal): -8219762 or 9343874. OLE color: 9343874.
HSL color Cylindrical-coordinate representation of color #82938E: hue angle of 162.35º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #82938E is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 147 | 142 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.42 |
| HSL | 162.35º | 0.07% | 0.54% | - |
| HSV(B) | 162.35º | 0.12% | 0.58% | - |
| XYZ | 24.52 | 27.57 | 29.62 | - |
| YUV | 141.35 | 128.37 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 147 | 142 | 0.12 | 0 | 0.03 | 0.42 | 162.35 | 0.07 | 0.54 |
| Hex | 82 | 93 | 8E | C | 0 | 3 | 2A | A2 | 7 | 36 |
| Octal | 202 | 223 | 216 | 14 | 0 | 3 | 52 | 242 | 7 | 66 |
| Binary | 10000010 | 10010011 | 10001110 | 1100 | 0 | 11 | 101010 | 10100010 | 111 | 110110 |
Color Harmonies of #82938E
Complementary color
Monochromatic Colors of #82938E
Black with #82938E
Text Example
Text Example
White with #82938E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82938E; }
p { color: rgb(130,147,142); }
H1.HeaderClassName
{
color: #82938E;
}
.AnyTagClassName
{
color: #82938E;
}
</style>
background-color css
<style>
a { background-color: #82938E; }
a { background-color: rgb(130,147,142); }
div.DivClassName
{
background-color: #82938E;
}
.BgClassName
{
background-color: #82938E;
}
</style>
border-color css
<style>
span { border-color: #82938E; }
span { border-color: rgb(130,147,142); }
td.TdClassName
{
border-color: #82938E;
}
.TagClassName
{
border-color: #82938E;
}
</style>