Shades of Granny Smith #7C948C
Tints of Granny Smith #7C948C
RGB
CMYK
RGB Variations
Color information
#7C948C (or 0x7C948C) is known color: Granny Smith. HEX triplet: 7C, 94 and 8C. RGB value is (124,148,140). Sum of RGB (Red+Green+Blue) = 124+148+140=412 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.10% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 148 - color contains mainly: green. Hex color #7C948C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C948C is #836B73. Grayscale: #8B8B8B. Windows color (decimal): -8612724 or 9213052. OLE color: 9213052.
HSL color Cylindrical-coordinate representation of color #7C948C: hue angle of 160º 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 #7C948C is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 148 | 140 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.42 |
| HSL | 160º | 0.1% | 0.53% | - |
| HSV(B) | 160º | 0.16% | 0.58% | - |
| XYZ | 23.64 | 27.36 | 28.85 | - |
| YUV | 139.91 | 128.05 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 148 | 140 | 0.16 | 0 | 0.05 | 0.42 | 160 | 0.1 | 0.53 |
| Hex | 7C | 94 | 8C | 10 | 0 | 5 | 2A | A0 | A | 35 |
| Octal | 174 | 224 | 214 | 20 | 0 | 5 | 52 | 240 | 12 | 65 |
| Binary | 1111100 | 10010100 | 10001100 | 10000 | 0 | 101 | 101010 | 10100000 | 1010 | 110101 |
Color Harmonies of #7C948C
Complementary color
Monochromatic Colors of #7C948C
Black with #7C948C
Text Example
Text Example
White with #7C948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C948C; }
p { color: rgb(124,148,140); }
H1.HeaderClassName
{
color: #7C948C;
}
.AnyTagClassName
{
color: #7C948C;
}
</style>
background-color css
<style>
a { background-color: #7C948C; }
a { background-color: rgb(124,148,140); }
div.DivClassName
{
background-color: #7C948C;
}
.BgClassName
{
background-color: #7C948C;
}
</style>
border-color css
<style>
span { border-color: #7C948C; }
span { border-color: rgb(124,148,140); }
td.TdClassName
{
border-color: #7C948C;
}
.TagClassName
{
border-color: #7C948C;
}
</style>