Shades of Granny Smith #7C9089
Tints of Granny Smith #7C9089
RGB
CMYK
RGB Variations
Color information
#7C9089 (or 0x7C9089) is known color: Granny Smith. HEX triplet: 7C, 90 and 89. RGB value is (124,144,137). Sum of RGB (Red+Green+Blue) = 124+144+137=405 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.62% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 144 - color contains mainly: green. Hex color #7C9089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9089 is #836F76. Grayscale: #898989. Windows color (decimal): -8613751 or 9015420. OLE color: 9015420.
HSL color Cylindrical-coordinate representation of color #7C9089: hue angle of 159º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7C9089 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 144 | 137 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.44 |
| HSL | 159º | 0.08% | 0.53% | - |
| HSV(B) | 159º | 0.14% | 0.56% | - |
| XYZ | 22.8 | 26.04 | 27.49 | - |
| YUV | 137.22 | 127.87 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 144 | 137 | 0.14 | 0 | 0.05 | 0.44 | 159 | 0.08 | 0.53 |
| Hex | 7C | 90 | 89 | E | 0 | 5 | 2C | 9F | 8 | 35 |
| Octal | 174 | 220 | 211 | 16 | 0 | 5 | 54 | 237 | 10 | 65 |
| Binary | 1111100 | 10010000 | 10001001 | 1110 | 0 | 101 | 101100 | 10011111 | 1000 | 110101 |
Color Harmonies of #7C9089
Complementary color
Monochromatic Colors of #7C9089
Black with #7C9089
Text Example
Text Example
White with #7C9089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9089; }
p { color: rgb(124,144,137); }
H1.HeaderClassName
{
color: #7C9089;
}
.AnyTagClassName
{
color: #7C9089;
}
</style>
background-color css
<style>
a { background-color: #7C9089; }
a { background-color: rgb(124,144,137); }
div.DivClassName
{
background-color: #7C9089;
}
.BgClassName
{
background-color: #7C9089;
}
</style>
border-color css
<style>
span { border-color: #7C9089; }
span { border-color: rgb(124,144,137); }
td.TdClassName
{
border-color: #7C9089;
}
.TagClassName
{
border-color: #7C9089;
}
</style>