Shades of Granny Smith #7C9E97
Tints of Granny Smith #7C9E97
RGB
CMYK
RGB Variations
Color information
#7C9E97 (or 0x7C9E97) is known color: Granny Smith. HEX triplet: 7C, 9E and 97. RGB value is (124,158,151). Sum of RGB (Red+Green+Blue) = 124+158+151=433 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.64% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 151 (59.38% from 255 or 34.87% from 433); Max value from RGB is 158 - color contains mainly: green. Hex color #7C9E97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9E97 is #836168. Grayscale: #939393. Windows color (decimal): -8610153 or 9936508. OLE color: 9936508.
HSL color Cylindrical-coordinate representation of color #7C9E97: hue angle of 167.65º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7C9E97 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 158 | 151 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.38 |
| HSL | 167.65º | 0.15% | 0.55% | - |
| HSV(B) | 167.65º | 0.22% | 0.62% | - |
| XYZ | 26.12 | 30.97 | 33.88 | - |
| YUV | 147.04 | 130.24 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 158 | 151 | 0.22 | 0 | 0.04 | 0.38 | 167.65 | 0.15 | 0.55 |
| Hex | 7C | 9E | 97 | 16 | 0 | 4 | 26 | A8 | F | 37 |
| Octal | 174 | 236 | 227 | 26 | 0 | 4 | 46 | 250 | 17 | 67 |
| Binary | 1111100 | 10011110 | 10010111 | 10110 | 0 | 100 | 100110 | 10101000 | 1111 | 110111 |
Color Harmonies of #7C9E97
Complementary color
Monochromatic Colors of #7C9E97
Black with #7C9E97
Text Example
Text Example
White with #7C9E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9E97; }
p { color: rgb(124,158,151); }
H1.HeaderClassName
{
color: #7C9E97;
}
.AnyTagClassName
{
color: #7C9E97;
}
</style>
background-color css
<style>
a { background-color: #7C9E97; }
a { background-color: rgb(124,158,151); }
div.DivClassName
{
background-color: #7C9E97;
}
.BgClassName
{
background-color: #7C9E97;
}
</style>
border-color css
<style>
span { border-color: #7C9E97; }
span { border-color: rgb(124,158,151); }
td.TdClassName
{
border-color: #7C9E97;
}
.TagClassName
{
border-color: #7C9E97;
}
</style>