Shades of Granny Smith #82958B
Tints of Granny Smith #82958B
RGB
CMYK
RGB Variations
Color information
#82958B (or 0x82958B) is known color: Granny Smith. HEX triplet: 82, 95 and 8B. RGB value is (130,149,139). Sum of RGB (Red+Green+Blue) = 130+149+139=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 149 - color contains mainly: green. Hex color #82958B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82958B is #7D6A74. Grayscale: #8E8E8E. Windows color (decimal): -8219253 or 9147778. OLE color: 9147778.
HSL color Cylindrical-coordinate representation of color #82958B: hue angle of 148.42º 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 #82958B is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 149 | 139 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.42 |
| HSL | 148.42º | 0.08% | 0.55% | - |
| HSV(B) | 148.42º | 0.13% | 0.58% | - |
| XYZ | 24.61 | 28.1 | 28.55 | - |
| YUV | 142.18 | 126.21 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 149 | 139 | 0.13 | 0 | 0.07 | 0.42 | 148.42 | 0.08 | 0.55 |
| Hex | 82 | 95 | 8B | D | 0 | 7 | 2A | 94 | 8 | 37 |
| Octal | 202 | 225 | 213 | 15 | 0 | 7 | 52 | 224 | 10 | 67 |
| Binary | 10000010 | 10010101 | 10001011 | 1101 | 0 | 111 | 101010 | 10010100 | 1000 | 110111 |
Color Harmonies of #82958B
Complementary color
Monochromatic Colors of #82958B
Black with #82958B
Text Example
Text Example
White with #82958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82958B; }
p { color: rgb(130,149,139); }
H1.HeaderClassName
{
color: #82958B;
}
.AnyTagClassName
{
color: #82958B;
}
</style>
background-color css
<style>
a { background-color: #82958B; }
a { background-color: rgb(130,149,139); }
div.DivClassName
{
background-color: #82958B;
}
.BgClassName
{
background-color: #82958B;
}
</style>
border-color css
<style>
span { border-color: #82958B; }
span { border-color: rgb(130,149,139); }
td.TdClassName
{
border-color: #82958B;
}
.TagClassName
{
border-color: #82958B;
}
</style>