Shades of Granny Smith #7C968B
Tints of Granny Smith #7C968B
RGB
CMYK
RGB Variations
Color information
#7C968B (or 0x7C968B) is known color: Granny Smith. HEX triplet: 7C, 96 and 8B. RGB value is (124,150,139). Sum of RGB (Red+Green+Blue) = 124+150+139=413 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.02% from 413); Green value is 150 (58.98% from 255 or 36.32% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 150 - color contains mainly: green. Hex color #7C968B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C968B is #836974. Grayscale: #8C8C8C. Windows color (decimal): -8612213 or 9148028. OLE color: 9148028.
HSL color Cylindrical-coordinate representation of color #7C968B: hue angle of 154.62º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7C968B is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 124 | 150 | 139 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.41 |
| HSL | 154.62º | 0.11% | 0.54% | - |
| HSV(B) | 154.62º | 0.17% | 0.59% | - |
| XYZ | 23.88 | 27.96 | 28.56 | - |
| YUV | 140.97 | 126.89 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 150 | 139 | 0.17 | 0 | 0.07 | 0.41 | 154.62 | 0.11 | 0.54 |
| Hex | 7C | 96 | 8B | 11 | 0 | 7 | 29 | 9B | B | 36 |
| Octal | 174 | 226 | 213 | 21 | 0 | 7 | 51 | 233 | 13 | 66 |
| Binary | 1111100 | 10010110 | 10001011 | 10001 | 0 | 111 | 101001 | 10011011 | 1011 | 110110 |
Color Harmonies of #7C968B
Complementary color
Monochromatic Colors of #7C968B
Black with #7C968B
Text Example
Text Example
White with #7C968B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C968B; }
p { color: rgb(124,150,139); }
H1.HeaderClassName
{
color: #7C968B;
}
.AnyTagClassName
{
color: #7C968B;
}
</style>
background-color css
<style>
a { background-color: #7C968B; }
a { background-color: rgb(124,150,139); }
div.DivClassName
{
background-color: #7C968B;
}
.BgClassName
{
background-color: #7C968B;
}
</style>
border-color css
<style>
span { border-color: #7C968B; }
span { border-color: rgb(124,150,139); }
td.TdClassName
{
border-color: #7C968B;
}
.TagClassName
{
border-color: #7C968B;
}
</style>