Shades of Granny Smith #749E91
Tints of Granny Smith #749E91
RGB
CMYK
RGB Variations
Color information
#749E91 (or 0x749E91) is known color: Granny Smith. HEX triplet: 74, 9E and 91. RGB value is (116,158,145). Sum of RGB (Red+Green+Blue) = 116+158+145=419 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.68% from 419); Green value is 158 (62.11% from 255 or 37.71% from 419); Blue value is 145 (57.03% from 255 or 34.61% from 419); Max value from RGB is 158 - color contains mainly: green. Hex color #749E91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749E91 is #8B616E. Grayscale: #8F8F8F. Windows color (decimal): -9134447 or 9543284. OLE color: 9543284.
HSL color Cylindrical-coordinate representation of color #749E91: hue angle of 161.43º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #749E91 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 158 | 145 | - |
| CMYK | 0.27 | 0 | 0.08 | 0.38 |
| HSL | 161.43º | 0.18% | 0.54% | - |
| HSV(B) | 161.43º | 0.27% | 0.62% | - |
| XYZ | 24.54 | 30.21 | 31.33 | - |
| YUV | 143.96 | 128.59 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 158 | 145 | 0.27 | 0 | 0.08 | 0.38 | 161.43 | 0.18 | 0.54 |
| Hex | 74 | 9E | 91 | 1B | 0 | 8 | 26 | A1 | 12 | 36 |
| Octal | 164 | 236 | 221 | 33 | 0 | 10 | 46 | 241 | 22 | 66 |
| Binary | 1110100 | 10011110 | 10010001 | 11011 | 0 | 1000 | 100110 | 10100001 | 10010 | 110110 |
Color Harmonies of #749E91
Complementary color
Monochromatic Colors of #749E91
Black with #749E91
Text Example
Text Example
White with #749E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749E91; }
p { color: rgb(116,158,145); }
H1.HeaderClassName
{
color: #749E91;
}
.AnyTagClassName
{
color: #749E91;
}
</style>
background-color css
<style>
a { background-color: #749E91; }
a { background-color: rgb(116,158,145); }
div.DivClassName
{
background-color: #749E91;
}
.BgClassName
{
background-color: #749E91;
}
</style>
border-color css
<style>
span { border-color: #749E91; }
span { border-color: rgb(116,158,145); }
td.TdClassName
{
border-color: #749E91;
}
.TagClassName
{
border-color: #749E91;
}
</style>