Shades of Granny Smith #82958A
Tints of Granny Smith #82958A
RGB
CMYK
RGB Variations
Color information
#82958A (or 0x82958A) is known color: Granny Smith. HEX triplet: 82, 95 and 8A. RGB value is (130,149,138). Sum of RGB (Red+Green+Blue) = 130+149+138=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 149 - color contains mainly: green. Hex color #82958A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82958A is #7D6A75. Grayscale: #8E8E8E. Windows color (decimal): -8219254 or 9082242. OLE color: 9082242.
HSL color Cylindrical-coordinate representation of color #82958A: hue angle of 145.26º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #82958A is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 149 | 138 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.42 |
| HSL | 145.26º | 0.08% | 0.55% | - |
| HSV(B) | 145.26º | 0.13% | 0.58% | - |
| XYZ | 24.54 | 28.08 | 28.17 | - |
| YUV | 142.07 | 125.71 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 149 | 138 | 0.13 | 0 | 0.07 | 0.42 | 145.26 | 0.08 | 0.55 |
| Hex | 82 | 95 | 8A | D | 0 | 7 | 2A | 91 | 8 | 37 |
| Octal | 202 | 225 | 212 | 15 | 0 | 7 | 52 | 221 | 10 | 67 |
| Binary | 10000010 | 10010101 | 10001010 | 1101 | 0 | 111 | 101010 | 10010001 | 1000 | 110111 |
Color Harmonies of #82958A
Complementary color
Monochromatic Colors of #82958A
Black with #82958A
Text Example
Text Example
White with #82958A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82958A; }
p { color: rgb(130,149,138); }
H1.HeaderClassName
{
color: #82958A;
}
.AnyTagClassName
{
color: #82958A;
}
</style>
background-color css
<style>
a { background-color: #82958A; }
a { background-color: rgb(130,149,138); }
div.DivClassName
{
background-color: #82958A;
}
.BgClassName
{
background-color: #82958A;
}
</style>
border-color css
<style>
span { border-color: #82958A; }
span { border-color: rgb(130,149,138); }
td.TdClassName
{
border-color: #82958A;
}
.TagClassName
{
border-color: #82958A;
}
</style>