Shades of Granny Smith #82938D
Tints of Granny Smith #82938D
RGB
CMYK
RGB Variations
Color information
#82938D (or 0x82938D) is known color: Granny Smith. HEX triplet: 82, 93 and 8D. RGB value is (130,147,141). Sum of RGB (Red+Green+Blue) = 130+147+141=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 147 - color contains mainly: green. Hex color #82938D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82938D is #7D6C72. Grayscale: #8D8D8D. Windows color (decimal): -8219763 or 9278338. OLE color: 9278338.
HSL color Cylindrical-coordinate representation of color #82938D: hue angle of 158.82º 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 #82938D is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 147 | 141 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.42 |
| HSL | 158.82º | 0.07% | 0.54% | - |
| HSV(B) | 158.82º | 0.12% | 0.58% | - |
| XYZ | 24.45 | 27.54 | 29.23 | - |
| YUV | 141.23 | 127.87 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 147 | 141 | 0.12 | 0 | 0.04 | 0.42 | 158.82 | 0.07 | 0.54 |
| Hex | 82 | 93 | 8D | C | 0 | 4 | 2A | 9F | 7 | 36 |
| Octal | 202 | 223 | 215 | 14 | 0 | 4 | 52 | 237 | 7 | 66 |
| Binary | 10000010 | 10010011 | 10001101 | 1100 | 0 | 100 | 101010 | 10011111 | 111 | 110110 |
Color Harmonies of #82938D
Complementary color
Monochromatic Colors of #82938D
Black with #82938D
Text Example
Text Example
White with #82938D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82938D; }
p { color: rgb(130,147,141); }
H1.HeaderClassName
{
color: #82938D;
}
.AnyTagClassName
{
color: #82938D;
}
</style>
background-color css
<style>
a { background-color: #82938D; }
a { background-color: rgb(130,147,141); }
div.DivClassName
{
background-color: #82938D;
}
.BgClassName
{
background-color: #82938D;
}
</style>
border-color css
<style>
span { border-color: #82938D; }
span { border-color: rgb(130,147,141); }
td.TdClassName
{
border-color: #82938D;
}
.TagClassName
{
border-color: #82938D;
}
</style>