Shades of Granny Smith #749C88
Tints of Granny Smith #749C88
RGB
CMYK
RGB Variations
Color information
#749C88 (or 0x749C88) is known color: Granny Smith. HEX triplet: 74, 9C and 88. RGB value is (116,156,136). Sum of RGB (Red+Green+Blue) = 116+156+136=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 156 - color contains mainly: green. Hex color #749C88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749C88 is #8B6377. Grayscale: #8D8D8D. Windows color (decimal): -9134968 or 8952948. OLE color: 8952948.
HSL color Cylindrical-coordinate representation of color #749C88: hue angle of 150º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #749C88 is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 156 | 136 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.39 |
| HSL | 150º | 0.17% | 0.53% | - |
| HSV(B) | 150º | 0.26% | 0.61% | - |
| XYZ | 23.53 | 29.27 | 27.7 | - |
| YUV | 141.76 | 124.75 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 156 | 136 | 0.26 | 0 | 0.13 | 0.39 | 150 | 0.17 | 0.53 |
| Hex | 74 | 9C | 88 | 1A | 0 | D | 27 | 96 | 11 | 35 |
| Octal | 164 | 234 | 210 | 32 | 0 | 15 | 47 | 226 | 21 | 65 |
| Binary | 1110100 | 10011100 | 10001000 | 11010 | 0 | 1101 | 100111 | 10010110 | 10001 | 110101 |
Color Harmonies of #749C88
Complementary color
Monochromatic Colors of #749C88
Black with #749C88
Text Example
Text Example
White with #749C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749C88; }
p { color: rgb(116,156,136); }
H1.HeaderClassName
{
color: #749C88;
}
.AnyTagClassName
{
color: #749C88;
}
</style>
background-color css
<style>
a { background-color: #749C88; }
a { background-color: rgb(116,156,136); }
div.DivClassName
{
background-color: #749C88;
}
.BgClassName
{
background-color: #749C88;
}
</style>
border-color css
<style>
span { border-color: #749C88; }
span { border-color: rgb(116,156,136); }
td.TdClassName
{
border-color: #749C88;
}
.TagClassName
{
border-color: #749C88;
}
</style>