Shades of Granny Smith #7C938D
Tints of Granny Smith #7C938D
RGB
CMYK
RGB Variations
Color information
#7C938D (or 0x7C938D) is known color: Granny Smith. HEX triplet: 7C, 93 and 8D. RGB value is (124,147,141). Sum of RGB (Red+Green+Blue) = 124+147+141=412 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.10% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 147 - color contains mainly: green. Hex color #7C938D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C938D is #836C72. Grayscale: #8B8B8B. Windows color (decimal): -8612979 or 9278332. OLE color: 9278332.
HSL color Cylindrical-coordinate representation of color #7C938D: hue angle of 164.35º 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 #7C938D is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 147 | 141 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.42 |
| HSL | 164.35º | 0.1% | 0.53% | - |
| HSV(B) | 164.35º | 0.16% | 0.58% | - |
| XYZ | 23.55 | 27.08 | 29.18 | - |
| YUV | 139.44 | 128.88 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 147 | 141 | 0.16 | 0 | 0.04 | 0.42 | 164.35 | 0.1 | 0.53 |
| Hex | 7C | 93 | 8D | 10 | 0 | 4 | 2A | A4 | A | 35 |
| Octal | 174 | 223 | 215 | 20 | 0 | 4 | 52 | 244 | 12 | 65 |
| Binary | 1111100 | 10010011 | 10001101 | 10000 | 0 | 100 | 101010 | 10100100 | 1010 | 110101 |
Color Harmonies of #7C938D
Complementary color
Monochromatic Colors of #7C938D
Black with #7C938D
Text Example
Text Example
White with #7C938D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C938D; }
p { color: rgb(124,147,141); }
H1.HeaderClassName
{
color: #7C938D;
}
.AnyTagClassName
{
color: #7C938D;
}
</style>
background-color css
<style>
a { background-color: #7C938D; }
a { background-color: rgb(124,147,141); }
div.DivClassName
{
background-color: #7C938D;
}
.BgClassName
{
background-color: #7C938D;
}
</style>
border-color css
<style>
span { border-color: #7C938D; }
span { border-color: rgb(124,147,141); }
td.TdClassName
{
border-color: #7C938D;
}
.TagClassName
{
border-color: #7C938D;
}
</style>