Shades of Granny Smith #749887
Tints of Granny Smith #749887
RGB
CMYK
RGB Variations
Color information
#749887 (or 0x749887) is known color: Granny Smith. HEX triplet: 74, 98 and 87. RGB value is (116,152,135). Sum of RGB (Red+Green+Blue) = 116+152+135=403 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.78% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 135 (53.12% from 255 or 33.50% from 403); Max value from RGB is 152 - color contains mainly: green. Hex color #749887 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749887 is #8B6778. Grayscale: #8B8B8B. Windows color (decimal): -9135993 or 8886388. OLE color: 8886388.
HSL color Cylindrical-coordinate representation of color #749887: hue angle of 151.67º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #749887 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 152 | 135 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.40 |
| HSL | 151.67º | 0.15% | 0.53% | - |
| HSV(B) | 151.67º | 0.24% | 0.6% | - |
| XYZ | 22.8 | 27.92 | 27.11 | - |
| YUV | 139.3 | 125.57 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 152 | 135 | 0.24 | 0 | 0.11 | 0.40 | 151.67 | 0.15 | 0.53 |
| Hex | 74 | 98 | 87 | 18 | 0 | B | 28 | 98 | F | 35 |
| Octal | 164 | 230 | 207 | 30 | 0 | 13 | 50 | 230 | 17 | 65 |
| Binary | 1110100 | 10011000 | 10000111 | 11000 | 0 | 1011 | 101000 | 10011000 | 1111 | 110101 |
Color Harmonies of #749887
Complementary color
Monochromatic Colors of #749887
Black with #749887
Text Example
Text Example
White with #749887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749887; }
p { color: rgb(116,152,135); }
H1.HeaderClassName
{
color: #749887;
}
.AnyTagClassName
{
color: #749887;
}
</style>
background-color css
<style>
a { background-color: #749887; }
a { background-color: rgb(116,152,135); }
div.DivClassName
{
background-color: #749887;
}
.BgClassName
{
background-color: #749887;
}
</style>
border-color css
<style>
span { border-color: #749887; }
span { border-color: rgb(116,152,135); }
td.TdClassName
{
border-color: #749887;
}
.TagClassName
{
border-color: #749887;
}
</style>