Shades of Granny Smith #7C9B91
Tints of Granny Smith #7C9B91
RGB
CMYK
RGB Variations
Color information
#7C9B91 (or 0x7C9B91) is known color: Granny Smith. HEX triplet: 7C, 9B and 91. RGB value is (124,155,145). Sum of RGB (Red+Green+Blue) = 124+155+145=424 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.25% from 424); Green value is 155 (60.94% from 255 or 36.56% from 424); Blue value is 145 (57.03% from 255 or 34.20% from 424); Max value from RGB is 155 - color contains mainly: green. Hex color #7C9B91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9B91 is #83646E. Grayscale: #909090. Windows color (decimal): -8610927 or 9542524. OLE color: 9542524.
HSL color Cylindrical-coordinate representation of color #7C9B91: hue angle of 160.65º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7C9B91 is Cyan = 0.2, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 155 | 145 | - |
| CMYK | 0.2 | 0 | 0.06 | 0.39 |
| HSL | 160.65º | 0.13% | 0.55% | - |
| HSV(B) | 160.65º | 0.2% | 0.61% | - |
| XYZ | 25.14 | 29.77 | 31.21 | - |
| YUV | 144.59 | 128.23 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 155 | 145 | 0.2 | 0 | 0.06 | 0.39 | 160.65 | 0.13 | 0.55 |
| Hex | 7C | 9B | 91 | 14 | 0 | 6 | 27 | A1 | D | 37 |
| Octal | 174 | 233 | 221 | 24 | 0 | 6 | 47 | 241 | 15 | 67 |
| Binary | 1111100 | 10011011 | 10010001 | 10100 | 0 | 110 | 100111 | 10100001 | 1101 | 110111 |
Color Harmonies of #7C9B91
Complementary color
Monochromatic Colors of #7C9B91
Black with #7C9B91
Text Example
Text Example
White with #7C9B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9B91; }
p { color: rgb(124,155,145); }
H1.HeaderClassName
{
color: #7C9B91;
}
.AnyTagClassName
{
color: #7C9B91;
}
</style>
background-color css
<style>
a { background-color: #7C9B91; }
a { background-color: rgb(124,155,145); }
div.DivClassName
{
background-color: #7C9B91;
}
.BgClassName
{
background-color: #7C9B91;
}
</style>
border-color css
<style>
span { border-color: #7C9B91; }
span { border-color: rgb(124,155,145); }
td.TdClassName
{
border-color: #7C9B91;
}
.TagClassName
{
border-color: #7C9B91;
}
</style>