Shades of Granny Smith #749588
Tints of Granny Smith #749588
RGB
CMYK
RGB Variations
Color information
#749588 (or 0x749588) is known color: Granny Smith. HEX triplet: 74, 95 and 88. RGB value is (116,149,136). Sum of RGB (Red+Green+Blue) = 116+149+136=401 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.93% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 149 - color contains mainly: green. Hex color #749588 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749588 is #8B6A77. Grayscale: #898989. Windows color (decimal): -9136760 or 8951156. OLE color: 8951156.
HSL color Cylindrical-coordinate representation of color #749588: hue angle of 156.36º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #749588 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 149 | 136 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.42 |
| HSL | 156.36º | 0.13% | 0.52% | - |
| HSV(B) | 156.36º | 0.22% | 0.58% | - |
| XYZ | 22.39 | 26.99 | 27.32 | - |
| YUV | 137.65 | 127.07 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 149 | 136 | 0.22 | 0 | 0.09 | 0.42 | 156.36 | 0.13 | 0.52 |
| Hex | 74 | 95 | 88 | 16 | 0 | 9 | 2A | 9C | D | 34 |
| Octal | 164 | 225 | 210 | 26 | 0 | 11 | 52 | 234 | 15 | 64 |
| Binary | 1110100 | 10010101 | 10001000 | 10110 | 0 | 1001 | 101010 | 10011100 | 1101 | 110100 |
Color Harmonies of #749588
Complementary color
Monochromatic Colors of #749588
Black with #749588
Text Example
Text Example
White with #749588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749588; }
p { color: rgb(116,149,136); }
H1.HeaderClassName
{
color: #749588;
}
.AnyTagClassName
{
color: #749588;
}
</style>
background-color css
<style>
a { background-color: #749588; }
a { background-color: rgb(116,149,136); }
div.DivClassName
{
background-color: #749588;
}
.BgClassName
{
background-color: #749588;
}
</style>
border-color css
<style>
span { border-color: #749588; }
span { border-color: rgb(116,149,136); }
td.TdClassName
{
border-color: #749588;
}
.TagClassName
{
border-color: #749588;
}
</style>