Shades of Granny Smith #749389
Tints of Granny Smith #749389
RGB
CMYK
RGB Variations
Color information
#749389 (or 0x749389) is known color: Granny Smith. HEX triplet: 74, 93 and 89. RGB value is (116,147,137). Sum of RGB (Red+Green+Blue) = 116+147+137=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 137 (53.91% from 255 or 34.25% from 400); Max value from RGB is 147 - color contains mainly: green. Hex color #749389 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749389 is #8B6C76. Grayscale: #888888. Windows color (decimal): -9137271 or 9016180. OLE color: 9016180.
HSL color Cylindrical-coordinate representation of color #749389: hue angle of 160.65º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #749389 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 147 | 137 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.42 |
| HSL | 160.65º | 0.13% | 0.52% | - |
| HSV(B) | 160.65º | 0.21% | 0.58% | - |
| XYZ | 22.15 | 26.39 | 27.59 | - |
| YUV | 136.59 | 128.23 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 147 | 137 | 0.21 | 0 | 0.07 | 0.42 | 160.65 | 0.13 | 0.52 |
| Hex | 74 | 93 | 89 | 15 | 0 | 7 | 2A | A1 | D | 34 |
| Octal | 164 | 223 | 211 | 25 | 0 | 7 | 52 | 241 | 15 | 64 |
| Binary | 1110100 | 10010011 | 10001001 | 10101 | 0 | 111 | 101010 | 10100001 | 1101 | 110100 |
Color Harmonies of #749389
Complementary color
Monochromatic Colors of #749389
Black with #749389
Text Example
Text Example
White with #749389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749389; }
p { color: rgb(116,147,137); }
H1.HeaderClassName
{
color: #749389;
}
.AnyTagClassName
{
color: #749389;
}
</style>
background-color css
<style>
a { background-color: #749389; }
a { background-color: rgb(116,147,137); }
div.DivClassName
{
background-color: #749389;
}
.BgClassName
{
background-color: #749389;
}
</style>
border-color css
<style>
span { border-color: #749389; }
span { border-color: rgb(116,147,137); }
td.TdClassName
{
border-color: #749389;
}
.TagClassName
{
border-color: #749389;
}
</style>