Shades of Granny Smith #749B87
Tints of Granny Smith #749B87
RGB
CMYK
RGB Variations
Color information
#749B87 (or 0x749B87) is known color: Granny Smith. HEX triplet: 74, 9B and 87. RGB value is (116,155,135). Sum of RGB (Red+Green+Blue) = 116+155+135=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 155 (60.94% from 255 or 38.18% from 406); Blue value is 135 (53.12% from 255 or 33.25% from 406); Max value from RGB is 155 - color contains mainly: green. Hex color #749B87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749B87 is #8B6478. Grayscale: #8D8D8D. Windows color (decimal): -9135225 or 8887156. OLE color: 8887156.
HSL color Cylindrical-coordinate representation of color #749B87: hue angle of 149.23º 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 #749B87 is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 155 | 135 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.39 |
| HSL | 149.23º | 0.16% | 0.53% | - |
| HSV(B) | 149.23º | 0.25% | 0.61% | - |
| XYZ | 23.3 | 28.9 | 27.27 | - |
| YUV | 141.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 155 | 135 | 0.25 | 0 | 0.13 | 0.39 | 149.23 | 0.16 | 0.53 |
| Hex | 74 | 9B | 87 | 19 | 0 | D | 27 | 95 | 10 | 35 |
| Octal | 164 | 233 | 207 | 31 | 0 | 15 | 47 | 225 | 20 | 65 |
| Binary | 1110100 | 10011011 | 10000111 | 11001 | 0 | 1101 | 100111 | 10010101 | 10000 | 110101 |
Color Harmonies of #749B87
Complementary color
Monochromatic Colors of #749B87
Black with #749B87
Text Example
Text Example
White with #749B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749B87; }
p { color: rgb(116,155,135); }
H1.HeaderClassName
{
color: #749B87;
}
.AnyTagClassName
{
color: #749B87;
}
</style>
background-color css
<style>
a { background-color: #749B87; }
a { background-color: rgb(116,155,135); }
div.DivClassName
{
background-color: #749B87;
}
.BgClassName
{
background-color: #749B87;
}
</style>
border-color css
<style>
span { border-color: #749B87; }
span { border-color: rgb(116,155,135); }
td.TdClassName
{
border-color: #749B87;
}
.TagClassName
{
border-color: #749B87;
}
</style>