Shades of Granny Smith #7C9E8F
Tints of Granny Smith #7C9E8F
RGB
CMYK
RGB Variations
Color information
#7C9E8F (or 0x7C9E8F) is known color: Granny Smith. HEX triplet: 7C, 9E and 8F. RGB value is (124,158,143). Sum of RGB (Red+Green+Blue) = 124+158+143=425 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.18% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 158 - color contains mainly: green. Hex color #7C9E8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9E8F is #836170. Grayscale: #929292. Windows color (decimal): -8610161 or 9412220. OLE color: 9412220.
HSL color Cylindrical-coordinate representation of color #7C9E8F: hue angle of 153.53º 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 #7C9E8F is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 158 | 143 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.38 |
| HSL | 153.53º | 0.15% | 0.55% | - |
| HSV(B) | 153.53º | 0.22% | 0.62% | - |
| XYZ | 25.5 | 30.72 | 30.57 | - |
| YUV | 146.12 | 126.24 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 158 | 143 | 0.22 | 0 | 0.09 | 0.38 | 153.53 | 0.15 | 0.55 |
| Hex | 7C | 9E | 8F | 16 | 0 | 9 | 26 | 9A | F | 37 |
| Octal | 174 | 236 | 217 | 26 | 0 | 11 | 46 | 232 | 17 | 67 |
| Binary | 1111100 | 10011110 | 10001111 | 10110 | 0 | 1001 | 100110 | 10011010 | 1111 | 110111 |
Color Harmonies of #7C9E8F
Complementary color
Monochromatic Colors of #7C9E8F
Black with #7C9E8F
Text Example
Text Example
White with #7C9E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9E8F; }
p { color: rgb(124,158,143); }
H1.HeaderClassName
{
color: #7C9E8F;
}
.AnyTagClassName
{
color: #7C9E8F;
}
</style>
background-color css
<style>
a { background-color: #7C9E8F; }
a { background-color: rgb(124,158,143); }
div.DivClassName
{
background-color: #7C9E8F;
}
.BgClassName
{
background-color: #7C9E8F;
}
</style>
border-color css
<style>
span { border-color: #7C9E8F; }
span { border-color: rgb(124,158,143); }
td.TdClassName
{
border-color: #7C9E8F;
}
.TagClassName
{
border-color: #7C9E8F;
}
</style>