Shades of Granny Smith #749E8E
Tints of Granny Smith #749E8E
RGB
CMYK
RGB Variations
Color information
#749E8E (or 0x749E8E) is known color: Granny Smith. HEX triplet: 74, 9E and 8E. RGB value is (116,158,142). Sum of RGB (Red+Green+Blue) = 116+158+142=416 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.88% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 158 - color contains mainly: green. Hex color #749E8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749E8E is #8B6171. Grayscale: #8F8F8F. Windows color (decimal): -9134450 or 9346676. OLE color: 9346676.
HSL color Cylindrical-coordinate representation of color #749E8E: hue angle of 157.14º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #749E8E is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 158 | 142 | - |
| CMYK | 0.27 | 0 | 0.10 | 0.38 |
| HSL | 157.14º | 0.18% | 0.54% | - |
| HSV(B) | 157.14º | 0.27% | 0.62% | - |
| XYZ | 24.31 | 30.12 | 30.12 | - |
| YUV | 143.62 | 127.09 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 158 | 142 | 0.27 | 0 | 0.10 | 0.38 | 157.14 | 0.18 | 0.54 |
| Hex | 74 | 9E | 8E | 1B | 0 | A | 26 | 9D | 12 | 36 |
| Octal | 164 | 236 | 216 | 33 | 0 | 12 | 46 | 235 | 22 | 66 |
| Binary | 1110100 | 10011110 | 10001110 | 11011 | 0 | 1010 | 100110 | 10011101 | 10010 | 110110 |
Color Harmonies of #749E8E
Complementary color
Monochromatic Colors of #749E8E
Black with #749E8E
Text Example
Text Example
White with #749E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749E8E; }
p { color: rgb(116,158,142); }
H1.HeaderClassName
{
color: #749E8E;
}
.AnyTagClassName
{
color: #749E8E;
}
</style>
background-color css
<style>
a { background-color: #749E8E; }
a { background-color: rgb(116,158,142); }
div.DivClassName
{
background-color: #749E8E;
}
.BgClassName
{
background-color: #749E8E;
}
</style>
border-color css
<style>
span { border-color: #749E8E; }
span { border-color: rgb(116,158,142); }
td.TdClassName
{
border-color: #749E8E;
}
.TagClassName
{
border-color: #749E8E;
}
</style>