Shades of Granny Smith #739986
Tints of Granny Smith #739986
RGB
CMYK
RGB Variations
Color information
#739986 (or 0x739986) is known color: Granny Smith. HEX triplet: 73, 99 and 86. RGB value is (115,153,134). Sum of RGB (Red+Green+Blue) = 115+153+134=402 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.61% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 153 - color contains mainly: green. Hex color #739986 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739986 is #8C6679. Grayscale: #8B8B8B. Windows color (decimal): -9201274 or 8821107. OLE color: 8821107.
HSL color Cylindrical-coordinate representation of color #739986: hue angle of 150º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #739986 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 115 | 153 | 134 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.4 |
| HSL | 150º | 0.16% | 0.53% | - |
| HSV(B) | 150º | 0.25% | 0.6% | - |
| XYZ | 22.76 | 28.15 | 26.79 | - |
| YUV | 139.47 | 124.91 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 153 | 134 | 0.25 | 0 | 0.12 | 0.4 | 150 | 0.16 | 0.53 |
| Hex | 73 | 99 | 86 | 19 | 0 | C | 28 | 96 | 10 | 35 |
| Octal | 163 | 231 | 206 | 31 | 0 | 14 | 50 | 226 | 20 | 65 |
| Binary | 1110011 | 10011001 | 10000110 | 11001 | 0 | 1100 | 101000 | 10010110 | 10000 | 110101 |
Color Harmonies of #739986
Complementary color
Monochromatic Colors of #739986
Black with #739986
Text Example
Text Example
White with #739986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739986; }
p { color: rgb(115,153,134); }
H1.HeaderClassName
{
color: #739986;
}
.AnyTagClassName
{
color: #739986;
}
</style>
background-color css
<style>
a { background-color: #739986; }
a { background-color: rgb(115,153,134); }
div.DivClassName
{
background-color: #739986;
}
.BgClassName
{
background-color: #739986;
}
</style>
border-color css
<style>
span { border-color: #739986; }
span { border-color: rgb(115,153,134); }
td.TdClassName
{
border-color: #739986;
}
.TagClassName
{
border-color: #739986;
}
</style>