Shades of Granny Smith #749B92
Tints of Granny Smith #749B92
RGB
CMYK
RGB Variations
Color information
#749B92 (or 0x749B92) is known color: Granny Smith. HEX triplet: 74, 9B and 92. RGB value is (116,155,146). Sum of RGB (Red+Green+Blue) = 116+155+146=417 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.82% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 155 - color contains mainly: green. Hex color #749B92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749B92 is #8B646D. Grayscale: #8E8E8E. Windows color (decimal): -9135214 or 9608052. OLE color: 9608052.
HSL color Cylindrical-coordinate representation of color #749B92: hue angle of 166.15º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #749B92 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 155 | 146 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.39 |
| HSL | 166.15º | 0.16% | 0.53% | - |
| HSV(B) | 166.15º | 0.25% | 0.61% | - |
| XYZ | 24.11 | 29.23 | 31.57 | - |
| YUV | 142.31 | 130.08 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 155 | 146 | 0.25 | 0 | 0.06 | 0.39 | 166.15 | 0.16 | 0.53 |
| Hex | 74 | 9B | 92 | 19 | 0 | 6 | 27 | A6 | 10 | 35 |
| Octal | 164 | 233 | 222 | 31 | 0 | 6 | 47 | 246 | 20 | 65 |
| Binary | 1110100 | 10011011 | 10010010 | 11001 | 0 | 110 | 100111 | 10100110 | 10000 | 110101 |
Color Harmonies of #749B92
Complementary color
Monochromatic Colors of #749B92
Black with #749B92
Text Example
Text Example
White with #749B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749B92; }
p { color: rgb(116,155,146); }
H1.HeaderClassName
{
color: #749B92;
}
.AnyTagClassName
{
color: #749B92;
}
</style>
background-color css
<style>
a { background-color: #749B92; }
a { background-color: rgb(116,155,146); }
div.DivClassName
{
background-color: #749B92;
}
.BgClassName
{
background-color: #749B92;
}
</style>
border-color css
<style>
span { border-color: #749B92; }
span { border-color: rgb(116,155,146); }
td.TdClassName
{
border-color: #749B92;
}
.TagClassName
{
border-color: #749B92;
}
</style>