Shades of Granny Smith #739D8E
Tints of Granny Smith #739D8E
RGB
CMYK
RGB Variations
Color information
#739D8E (or 0x739D8E) is known color: Granny Smith. HEX triplet: 73, 9D and 8E. RGB value is (115,157,142). Sum of RGB (Red+Green+Blue) = 115+157+142=414 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.78% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 157 - color contains mainly: green. Hex color #739D8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739D8E is #8C6271. Grayscale: #8E8E8E. Windows color (decimal): -9200242 or 9346419. OLE color: 9346419.
HSL color Cylindrical-coordinate representation of color #739D8E: hue angle of 158.57º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #739D8E is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 157 | 142 | - |
| CMYK | 0.27 | 0 | 0.10 | 0.38 |
| HSL | 158.57º | 0.18% | 0.53% | - |
| HSV(B) | 158.57º | 0.27% | 0.62% | - |
| XYZ | 24.01 | 29.71 | 30.06 | - |
| YUV | 142.73 | 127.59 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 157 | 142 | 0.27 | 0 | 0.10 | 0.38 | 158.57 | 0.18 | 0.53 |
| Hex | 73 | 9D | 8E | 1B | 0 | A | 26 | 9F | 12 | 35 |
| Octal | 163 | 235 | 216 | 33 | 0 | 12 | 46 | 237 | 22 | 65 |
| Binary | 1110011 | 10011101 | 10001110 | 11011 | 0 | 1010 | 100110 | 10011111 | 10010 | 110101 |
Color Harmonies of #739D8E
Complementary color
Monochromatic Colors of #739D8E
Black with #739D8E
Text Example
Text Example
White with #739D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739D8E; }
p { color: rgb(115,157,142); }
H1.HeaderClassName
{
color: #739D8E;
}
.AnyTagClassName
{
color: #739D8E;
}
</style>
background-color css
<style>
a { background-color: #739D8E; }
a { background-color: rgb(115,157,142); }
div.DivClassName
{
background-color: #739D8E;
}
.BgClassName
{
background-color: #739D8E;
}
</style>
border-color css
<style>
span { border-color: #739D8E; }
span { border-color: rgb(115,157,142); }
td.TdClassName
{
border-color: #739D8E;
}
.TagClassName
{
border-color: #739D8E;
}
</style>