Shades of Granny Smith #82968C
Tints of Granny Smith #82968C
RGB
CMYK
RGB Variations
Color information
#82968C (or 0x82968C) is known color: Granny Smith. HEX triplet: 82, 96 and 8C. RGB value is (130,150,140). Sum of RGB (Red+Green+Blue) = 130+150+140=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 150 - color contains mainly: green. Hex color #82968C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82968C is #7D6973. Grayscale: #8E8E8E. Windows color (decimal): -8218996 or 9213570. OLE color: 9213570.
HSL color Cylindrical-coordinate representation of color #82968C: hue angle of 150º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #82968C is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 130 | 150 | 140 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.41 |
| HSL | 150º | 0.09% | 0.55% | - |
| HSV(B) | 150º | 0.13% | 0.59% | - |
| XYZ | 24.85 | 28.45 | 28.99 | - |
| YUV | 142.88 | 126.37 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 150 | 140 | 0.13 | 0 | 0.07 | 0.41 | 150 | 0.09 | 0.55 |
| Hex | 82 | 96 | 8C | D | 0 | 7 | 29 | 96 | 9 | 37 |
| Octal | 202 | 226 | 214 | 15 | 0 | 7 | 51 | 226 | 11 | 67 |
| Binary | 10000010 | 10010110 | 10001100 | 1101 | 0 | 111 | 101001 | 10010110 | 1001 | 110111 |
Color Harmonies of #82968C
Complementary color
Monochromatic Colors of #82968C
Black with #82968C
Text Example
Text Example
White with #82968C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82968C; }
p { color: rgb(130,150,140); }
H1.HeaderClassName
{
color: #82968C;
}
.AnyTagClassName
{
color: #82968C;
}
</style>
background-color css
<style>
a { background-color: #82968C; }
a { background-color: rgb(130,150,140); }
div.DivClassName
{
background-color: #82968C;
}
.BgClassName
{
background-color: #82968C;
}
</style>
border-color css
<style>
span { border-color: #82968C; }
span { border-color: rgb(130,150,140); }
td.TdClassName
{
border-color: #82968C;
}
.TagClassName
{
border-color: #82968C;
}
</style>