Shades of Granny Smith #7C9C90
Tints of Granny Smith #7C9C90
RGB
CMYK
RGB Variations
Color information
#7C9C90 (or 0x7C9C90) is known color: Granny Smith. HEX triplet: 7C, 9C and 90. RGB value is (124,156,144). Sum of RGB (Red+Green+Blue) = 124+156+144=424 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.25% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 156 - color contains mainly: green. Hex color #7C9C90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9C90 is #83636F. Grayscale: #919191. Windows color (decimal): -8610672 or 9477244. OLE color: 9477244.
HSL color Cylindrical-coordinate representation of color #7C9C90: hue angle of 157.5º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7C9C90 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 156 | 144 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.39 |
| HSL | 157.5º | 0.14% | 0.55% | - |
| HSV(B) | 157.5º | 0.21% | 0.61% | - |
| XYZ | 25.23 | 30.08 | 30.86 | - |
| YUV | 145.06 | 127.4 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 156 | 144 | 0.21 | 0 | 0.08 | 0.39 | 157.5 | 0.14 | 0.55 |
| Hex | 7C | 9C | 90 | 15 | 0 | 8 | 27 | 9E | E | 37 |
| Octal | 174 | 234 | 220 | 25 | 0 | 10 | 47 | 236 | 16 | 67 |
| Binary | 1111100 | 10011100 | 10010000 | 10101 | 0 | 1000 | 100111 | 10011110 | 1110 | 110111 |
Color Harmonies of #7C9C90
Complementary color
Monochromatic Colors of #7C9C90
Black with #7C9C90
Text Example
Text Example
White with #7C9C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9C90; }
p { color: rgb(124,156,144); }
H1.HeaderClassName
{
color: #7C9C90;
}
.AnyTagClassName
{
color: #7C9C90;
}
</style>
background-color css
<style>
a { background-color: #7C9C90; }
a { background-color: rgb(124,156,144); }
div.DivClassName
{
background-color: #7C9C90;
}
.BgClassName
{
background-color: #7C9C90;
}
</style>
border-color css
<style>
span { border-color: #7C9C90; }
span { border-color: rgb(124,156,144); }
td.TdClassName
{
border-color: #7C9C90;
}
.TagClassName
{
border-color: #7C9C90;
}
</style>