Shades of Granny Smith #749C87
Tints of Granny Smith #749C87
RGB
CMYK
RGB Variations
Color information
#749C87 (or 0x749C87) is known color: Granny Smith. HEX triplet: 74, 9C and 87. RGB value is (116,156,135). Sum of RGB (Red+Green+Blue) = 116+156+135=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 156 - color contains mainly: green. Hex color #749C87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749C87 is #8B6378. Grayscale: #8D8D8D. Windows color (decimal): -9134969 or 8887412. OLE color: 8887412.
HSL color Cylindrical-coordinate representation of color #749C87: hue angle of 148.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #749C87 is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 156 | 135 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.39 |
| HSL | 148.5º | 0.17% | 0.53% | - |
| HSV(B) | 148.5º | 0.26% | 0.61% | - |
| XYZ | 23.46 | 29.24 | 27.33 | - |
| YUV | 141.65 | 124.25 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 156 | 135 | 0.26 | 0 | 0.13 | 0.39 | 148.5 | 0.17 | 0.53 |
| Hex | 74 | 9C | 87 | 1A | 0 | D | 27 | 94 | 11 | 35 |
| Octal | 164 | 234 | 207 | 32 | 0 | 15 | 47 | 224 | 21 | 65 |
| Binary | 1110100 | 10011100 | 10000111 | 11010 | 0 | 1101 | 100111 | 10010100 | 10001 | 110101 |
Color Harmonies of #749C87
Complementary color
Monochromatic Colors of #749C87
Black with #749C87
Text Example
Text Example
White with #749C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749C87; }
p { color: rgb(116,156,135); }
H1.HeaderClassName
{
color: #749C87;
}
.AnyTagClassName
{
color: #749C87;
}
</style>
background-color css
<style>
a { background-color: #749C87; }
a { background-color: rgb(116,156,135); }
div.DivClassName
{
background-color: #749C87;
}
.BgClassName
{
background-color: #749C87;
}
</style>
border-color css
<style>
span { border-color: #749C87; }
span { border-color: rgb(116,156,135); }
td.TdClassName
{
border-color: #749C87;
}
.TagClassName
{
border-color: #749C87;
}
</style>