Shades of Granny Smith #7C908A
Tints of Granny Smith #7C908A
RGB
CMYK
RGB Variations
Color information
#7C908A (or 0x7C908A) is known color: Granny Smith. HEX triplet: 7C, 90 and 8A. RGB value is (124,144,138). Sum of RGB (Red+Green+Blue) = 124+144+138=406 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.54% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 144 - color contains mainly: green. Hex color #7C908A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C908A is #836F75. Grayscale: #898989. Windows color (decimal): -8613750 or 9080956. OLE color: 9080956.
HSL color Cylindrical-coordinate representation of color #7C908A: hue angle of 162º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7C908A is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 144 | 138 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.44 |
| HSL | 162º | 0.08% | 0.53% | - |
| HSV(B) | 162º | 0.14% | 0.56% | - |
| XYZ | 22.87 | 26.07 | 27.87 | - |
| YUV | 137.34 | 128.37 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 144 | 138 | 0.14 | 0 | 0.04 | 0.44 | 162 | 0.08 | 0.53 |
| Hex | 7C | 90 | 8A | E | 0 | 4 | 2C | A2 | 8 | 35 |
| Octal | 174 | 220 | 212 | 16 | 0 | 4 | 54 | 242 | 10 | 65 |
| Binary | 1111100 | 10010000 | 10001010 | 1110 | 0 | 100 | 101100 | 10100010 | 1000 | 110101 |
Color Harmonies of #7C908A
Complementary color
Monochromatic Colors of #7C908A
Black with #7C908A
Text Example
Text Example
White with #7C908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C908A; }
p { color: rgb(124,144,138); }
H1.HeaderClassName
{
color: #7C908A;
}
.AnyTagClassName
{
color: #7C908A;
}
</style>
background-color css
<style>
a { background-color: #7C908A; }
a { background-color: rgb(124,144,138); }
div.DivClassName
{
background-color: #7C908A;
}
.BgClassName
{
background-color: #7C908A;
}
</style>
border-color css
<style>
span { border-color: #7C908A; }
span { border-color: rgb(124,144,138); }
td.TdClassName
{
border-color: #7C908A;
}
.TagClassName
{
border-color: #7C908A;
}
</style>