Shades of Granny Smith #749788
Tints of Granny Smith #749788
RGB
CMYK
RGB Variations
Color information
#749788 (or 0x749788) is known color: Granny Smith. HEX triplet: 74, 97 and 88. RGB value is (116,151,136). Sum of RGB (Red+Green+Blue) = 116+151+136=403 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.78% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 151 - color contains mainly: green. Hex color #749788 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749788 is #8B6877. Grayscale: #8A8A8A. Windows color (decimal): -9136248 or 8951668. OLE color: 8951668.
HSL color Cylindrical-coordinate representation of color #749788: hue angle of 154.29º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #749788 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 116 | 151 | 136 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.41 |
| HSL | 154.29º | 0.14% | 0.52% | - |
| HSV(B) | 154.29º | 0.23% | 0.59% | - |
| XYZ | 22.71 | 27.62 | 27.43 | - |
| YUV | 138.83 | 126.4 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 151 | 136 | 0.23 | 0 | 0.10 | 0.41 | 154.29 | 0.14 | 0.52 |
| Hex | 74 | 97 | 88 | 17 | 0 | A | 29 | 9A | E | 34 |
| Octal | 164 | 227 | 210 | 27 | 0 | 12 | 51 | 232 | 16 | 64 |
| Binary | 1110100 | 10010111 | 10001000 | 10111 | 0 | 1010 | 101001 | 10011010 | 1110 | 110100 |
Color Harmonies of #749788
Complementary color
Monochromatic Colors of #749788
Black with #749788
Text Example
Text Example
White with #749788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749788; }
p { color: rgb(116,151,136); }
H1.HeaderClassName
{
color: #749788;
}
.AnyTagClassName
{
color: #749788;
}
</style>
background-color css
<style>
a { background-color: #749788; }
a { background-color: rgb(116,151,136); }
div.DivClassName
{
background-color: #749788;
}
.BgClassName
{
background-color: #749788;
}
</style>
border-color css
<style>
span { border-color: #749788; }
span { border-color: rgb(116,151,136); }
td.TdClassName
{
border-color: #749788;
}
.TagClassName
{
border-color: #749788;
}
</style>