Shades of Granny Smith #7C9486
Tints of Granny Smith #7C9486
RGB
CMYK
RGB Variations
Color information
#7C9486 (or 0x7C9486) is known color: Granny Smith. HEX triplet: 7C, 94 and 86. RGB value is (124,148,134). Sum of RGB (Red+Green+Blue) = 124+148+134=406 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.54% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 148 - color contains mainly: green. Hex color #7C9486 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9486 is #836B79. Grayscale: #8B8B8B. Windows color (decimal): -8612730 or 8819836. OLE color: 8819836.
HSL color Cylindrical-coordinate representation of color #7C9486: hue angle of 145º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7C9486 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 148 | 134 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.42 |
| HSL | 145º | 0.1% | 0.53% | - |
| HSV(B) | 145º | 0.16% | 0.58% | - |
| XYZ | 23.21 | 27.19 | 26.58 | - |
| YUV | 139.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 148 | 134 | 0.16 | 0 | 0.09 | 0.42 | 145 | 0.1 | 0.53 |
| Hex | 7C | 94 | 86 | 10 | 0 | 9 | 2A | 91 | A | 35 |
| Octal | 174 | 224 | 206 | 20 | 0 | 11 | 52 | 221 | 12 | 65 |
| Binary | 1111100 | 10010100 | 10000110 | 10000 | 0 | 1001 | 101010 | 10010001 | 1010 | 110101 |
Color Harmonies of #7C9486
Complementary color
Monochromatic Colors of #7C9486
Black with #7C9486
Text Example
Text Example
White with #7C9486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9486; }
p { color: rgb(124,148,134); }
H1.HeaderClassName
{
color: #7C9486;
}
.AnyTagClassName
{
color: #7C9486;
}
</style>
background-color css
<style>
a { background-color: #7C9486; }
a { background-color: rgb(124,148,134); }
div.DivClassName
{
background-color: #7C9486;
}
.BgClassName
{
background-color: #7C9486;
}
</style>
border-color css
<style>
span { border-color: #7C9486; }
span { border-color: rgb(124,148,134); }
td.TdClassName
{
border-color: #7C9486;
}
.TagClassName
{
border-color: #7C9486;
}
</style>