Shades of Granny Smith #7C9388
Tints of Granny Smith #7C9388
RGB
CMYK
RGB Variations
Color information
#7C9388 (or 0x7C9388) is known color: Granny Smith. HEX triplet: 7C, 93 and 88. RGB value is (124,147,136). Sum of RGB (Red+Green+Blue) = 124+147+136=407 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.47% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 147 - color contains mainly: green. Hex color #7C9388 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9388 is #836C77. Grayscale: #8A8A8A. Windows color (decimal): -8612984 or 8950652. OLE color: 8950652.
HSL color Cylindrical-coordinate representation of color #7C9388: hue angle of 151.3º 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 #7C9388 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 147 | 136 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.42 |
| HSL | 151.3º | 0.1% | 0.53% | - |
| HSV(B) | 151.3º | 0.16% | 0.58% | - |
| XYZ | 23.19 | 26.93 | 27.27 | - |
| YUV | 138.87 | 126.38 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 147 | 136 | 0.16 | 0 | 0.07 | 0.42 | 151.3 | 0.1 | 0.53 |
| Hex | 7C | 93 | 88 | 10 | 0 | 7 | 2A | 97 | A | 35 |
| Octal | 174 | 223 | 210 | 20 | 0 | 7 | 52 | 227 | 12 | 65 |
| Binary | 1111100 | 10010011 | 10001000 | 10000 | 0 | 111 | 101010 | 10010111 | 1010 | 110101 |
Color Harmonies of #7C9388
Complementary color
Monochromatic Colors of #7C9388
Black with #7C9388
Text Example
Text Example
White with #7C9388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9388; }
p { color: rgb(124,147,136); }
H1.HeaderClassName
{
color: #7C9388;
}
.AnyTagClassName
{
color: #7C9388;
}
</style>
background-color css
<style>
a { background-color: #7C9388; }
a { background-color: rgb(124,147,136); }
div.DivClassName
{
background-color: #7C9388;
}
.BgClassName
{
background-color: #7C9388;
}
</style>
border-color css
<style>
span { border-color: #7C9388; }
span { border-color: rgb(124,147,136); }
td.TdClassName
{
border-color: #7C9388;
}
.TagClassName
{
border-color: #7C9388;
}
</style>