Shades of Granny Smith #749B86
Tints of Granny Smith #749B86
RGB
CMYK
RGB Variations
Color information
#749B86 (or 0x749B86) is known color: Granny Smith. HEX triplet: 74, 9B and 86. RGB value is (116,155,134). Sum of RGB (Red+Green+Blue) = 116+155+134=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 155 (60.94% from 255 or 38.27% from 405); Blue value is 134 (52.73% from 255 or 33.09% from 405); Max value from RGB is 155 - color contains mainly: green. Hex color #749B86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749B86 is #8B6479. Grayscale: #8C8C8C. Windows color (decimal): -9135226 or 8821620. OLE color: 8821620.
HSL color Cylindrical-coordinate representation of color #749B86: hue angle of 147.69º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #749B86 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 155 | 134 | - |
| CMYK | 0.25 | 0 | 0.14 | 0.39 |
| HSL | 147.69º | 0.16% | 0.53% | - |
| HSV(B) | 147.69º | 0.25% | 0.61% | - |
| XYZ | 23.23 | 28.88 | 26.9 | - |
| YUV | 140.95 | 124.08 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 155 | 134 | 0.25 | 0 | 0.14 | 0.39 | 147.69 | 0.16 | 0.53 |
| Hex | 74 | 9B | 86 | 19 | 0 | E | 27 | 94 | 10 | 35 |
| Octal | 164 | 233 | 206 | 31 | 0 | 16 | 47 | 224 | 20 | 65 |
| Binary | 1110100 | 10011011 | 10000110 | 11001 | 0 | 1110 | 100111 | 10010100 | 10000 | 110101 |
Color Harmonies of #749B86
Complementary color
Monochromatic Colors of #749B86
Black with #749B86
Text Example
Text Example
White with #749B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749B86; }
p { color: rgb(116,155,134); }
H1.HeaderClassName
{
color: #749B86;
}
.AnyTagClassName
{
color: #749B86;
}
</style>
background-color css
<style>
a { background-color: #749B86; }
a { background-color: rgb(116,155,134); }
div.DivClassName
{
background-color: #749B86;
}
.BgClassName
{
background-color: #749B86;
}
</style>
border-color css
<style>
span { border-color: #749B86; }
span { border-color: rgb(116,155,134); }
td.TdClassName
{
border-color: #749B86;
}
.TagClassName
{
border-color: #749B86;
}
</style>