Shades of Granny Smith #7C9E94
Tints of Granny Smith #7C9E94
RGB
CMYK
RGB Variations
Color information
#7C9E94 (or 0x7C9E94) is known color: Granny Smith. HEX triplet: 7C, 9E and 94. RGB value is (124,158,148). Sum of RGB (Red+Green+Blue) = 124+158+148=430 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.84% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 158 - color contains mainly: green. Hex color #7C9E94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9E94 is #83616B. Grayscale: #929292. Windows color (decimal): -8610156 or 9739900. OLE color: 9739900.
HSL color Cylindrical-coordinate representation of color #7C9E94: hue angle of 162.35º 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 #7C9E94 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 158 | 148 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.38 |
| HSL | 162.35º | 0.15% | 0.55% | - |
| HSV(B) | 162.35º | 0.22% | 0.62% | - |
| XYZ | 25.88 | 30.88 | 32.61 | - |
| YUV | 146.69 | 128.74 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 158 | 148 | 0.22 | 0 | 0.06 | 0.38 | 162.35 | 0.15 | 0.55 |
| Hex | 7C | 9E | 94 | 16 | 0 | 6 | 26 | A2 | F | 37 |
| Octal | 174 | 236 | 224 | 26 | 0 | 6 | 46 | 242 | 17 | 67 |
| Binary | 1111100 | 10011110 | 10010100 | 10110 | 0 | 110 | 100110 | 10100010 | 1111 | 110111 |
Color Harmonies of #7C9E94
Complementary color
Monochromatic Colors of #7C9E94
Black with #7C9E94
Text Example
Text Example
White with #7C9E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9E94; }
p { color: rgb(124,158,148); }
H1.HeaderClassName
{
color: #7C9E94;
}
.AnyTagClassName
{
color: #7C9E94;
}
</style>
background-color css
<style>
a { background-color: #7C9E94; }
a { background-color: rgb(124,158,148); }
div.DivClassName
{
background-color: #7C9E94;
}
.BgClassName
{
background-color: #7C9E94;
}
</style>
border-color css
<style>
span { border-color: #7C9E94; }
span { border-color: rgb(124,158,148); }
td.TdClassName
{
border-color: #7C9E94;
}
.TagClassName
{
border-color: #7C9E94;
}
</style>