Shades of Granny Smith #749388
Tints of Granny Smith #749388
RGB
CMYK
RGB Variations
Color information
#749388 (or 0x749388) is known color: Granny Smith. HEX triplet: 74, 93 and 88. RGB value is (116,147,136). Sum of RGB (Red+Green+Blue) = 116+147+136=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 147 - color contains mainly: green. Hex color #749388 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749388 is #8B6C77. Grayscale: #888888. Windows color (decimal): -9137272 or 8950644. OLE color: 8950644.
HSL color Cylindrical-coordinate representation of color #749388: hue angle of 158.71º 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 #749388 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 147 | 136 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.42 |
| HSL | 158.71º | 0.13% | 0.52% | - |
| HSV(B) | 158.71º | 0.21% | 0.58% | - |
| XYZ | 22.08 | 26.36 | 27.22 | - |
| YUV | 136.48 | 127.73 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 147 | 136 | 0.21 | 0 | 0.07 | 0.42 | 158.71 | 0.13 | 0.52 |
| Hex | 74 | 93 | 88 | 15 | 0 | 7 | 2A | 9F | D | 34 |
| Octal | 164 | 223 | 210 | 25 | 0 | 7 | 52 | 237 | 15 | 64 |
| Binary | 1110100 | 10010011 | 10001000 | 10101 | 0 | 111 | 101010 | 10011111 | 1101 | 110100 |
Color Harmonies of #749388
Complementary color
Monochromatic Colors of #749388
Black with #749388
Text Example
Text Example
White with #749388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749388; }
p { color: rgb(116,147,136); }
H1.HeaderClassName
{
color: #749388;
}
.AnyTagClassName
{
color: #749388;
}
</style>
background-color css
<style>
a { background-color: #749388; }
a { background-color: rgb(116,147,136); }
div.DivClassName
{
background-color: #749388;
}
.BgClassName
{
background-color: #749388;
}
</style>
border-color css
<style>
span { border-color: #749388; }
span { border-color: rgb(116,147,136); }
td.TdClassName
{
border-color: #749388;
}
.TagClassName
{
border-color: #749388;
}
</style>