Shades of Granny Smith #749B88
Tints of Granny Smith #749B88
RGB
CMYK
RGB Variations
Color information
#749B88 (or 0x749B88) is known color: Granny Smith. HEX triplet: 74, 9B and 88. RGB value is (116,155,136). Sum of RGB (Red+Green+Blue) = 116+155+136=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 155 (60.94% from 255 or 38.08% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 155 - color contains mainly: green. Hex color #749B88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749B88 is #8B6477. Grayscale: #8D8D8D. Windows color (decimal): -9135224 or 8952692. OLE color: 8952692.
HSL color Cylindrical-coordinate representation of color #749B88: hue angle of 150.77º 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 #749B88 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 155 | 136 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.39 |
| HSL | 150.77º | 0.16% | 0.53% | - |
| HSV(B) | 150.77º | 0.25% | 0.61% | - |
| XYZ | 23.37 | 28.93 | 27.65 | - |
| YUV | 141.17 | 125.08 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 155 | 136 | 0.25 | 0 | 0.12 | 0.39 | 150.77 | 0.16 | 0.53 |
| Hex | 74 | 9B | 88 | 19 | 0 | C | 27 | 97 | 10 | 35 |
| Octal | 164 | 233 | 210 | 31 | 0 | 14 | 47 | 227 | 20 | 65 |
| Binary | 1110100 | 10011011 | 10001000 | 11001 | 0 | 1100 | 100111 | 10010111 | 10000 | 110101 |
Color Harmonies of #749B88
Complementary color
Monochromatic Colors of #749B88
Black with #749B88
Text Example
Text Example
White with #749B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749B88; }
p { color: rgb(116,155,136); }
H1.HeaderClassName
{
color: #749B88;
}
.AnyTagClassName
{
color: #749B88;
}
</style>
background-color css
<style>
a { background-color: #749B88; }
a { background-color: rgb(116,155,136); }
div.DivClassName
{
background-color: #749B88;
}
.BgClassName
{
background-color: #749B88;
}
</style>
border-color css
<style>
span { border-color: #749B88; }
span { border-color: rgb(116,155,136); }
td.TdClassName
{
border-color: #749B88;
}
.TagClassName
{
border-color: #749B88;
}
</style>