Shades of Granny Smith #7C9D8E
Tints of Granny Smith #7C9D8E
RGB
CMYK
RGB Variations
Color information
#7C9D8E (or 0x7C9D8E) is known color: Granny Smith. HEX triplet: 7C, 9D and 8E. RGB value is (124,157,142). Sum of RGB (Red+Green+Blue) = 124+157+142=423 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.31% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 157 - color contains mainly: green. Hex color #7C9D8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9D8E is #836271. Grayscale: #919191. Windows color (decimal): -8610418 or 9346428. OLE color: 9346428.
HSL color Cylindrical-coordinate representation of color #7C9D8E: hue angle of 152.73º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7C9D8E is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 157 | 142 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.38 |
| HSL | 152.73º | 0.14% | 0.55% | - |
| HSV(B) | 152.73º | 0.21% | 0.62% | - |
| XYZ | 25.25 | 30.35 | 30.12 | - |
| YUV | 145.42 | 126.07 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 157 | 142 | 0.21 | 0 | 0.10 | 0.38 | 152.73 | 0.14 | 0.55 |
| Hex | 7C | 9D | 8E | 15 | 0 | A | 26 | 99 | E | 37 |
| Octal | 174 | 235 | 216 | 25 | 0 | 12 | 46 | 231 | 16 | 67 |
| Binary | 1111100 | 10011101 | 10001110 | 10101 | 0 | 1010 | 100110 | 10011001 | 1110 | 110111 |
Color Harmonies of #7C9D8E
Complementary color
Monochromatic Colors of #7C9D8E
Black with #7C9D8E
Text Example
Text Example
White with #7C9D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9D8E; }
p { color: rgb(124,157,142); }
H1.HeaderClassName
{
color: #7C9D8E;
}
.AnyTagClassName
{
color: #7C9D8E;
}
</style>
background-color css
<style>
a { background-color: #7C9D8E; }
a { background-color: rgb(124,157,142); }
div.DivClassName
{
background-color: #7C9D8E;
}
.BgClassName
{
background-color: #7C9D8E;
}
</style>
border-color css
<style>
span { border-color: #7C9D8E; }
span { border-color: rgb(124,157,142); }
td.TdClassName
{
border-color: #7C9D8E;
}
.TagClassName
{
border-color: #7C9D8E;
}
</style>