Shades of Granny Smith #749A8B
Tints of Granny Smith #749A8B
RGB
CMYK
RGB Variations
Color information
#749A8B (or 0x749A8B) is known color: Granny Smith. HEX triplet: 74, 9A and 8B. RGB value is (116,154,139). Sum of RGB (Red+Green+Blue) = 116+154+139=409 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.36% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 154 - color contains mainly: green. Hex color #749A8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749A8B is #8B6574. Grayscale: #8C8C8C. Windows color (decimal): -9135477 or 9149044. OLE color: 9149044.
HSL color Cylindrical-coordinate representation of color #749A8B: hue angle of 156.32º 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 #749A8B is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 154 | 139 | - |
| CMYK | 0.25 | 0 | 0.10 | 0.40 |
| HSL | 156.32º | 0.16% | 0.53% | - |
| HSV(B) | 156.32º | 0.25% | 0.6% | - |
| XYZ | 23.42 | 28.69 | 28.73 | - |
| YUV | 140.93 | 126.91 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 154 | 139 | 0.25 | 0 | 0.10 | 0.40 | 156.32 | 0.16 | 0.53 |
| Hex | 74 | 9A | 8B | 19 | 0 | A | 28 | 9C | 10 | 35 |
| Octal | 164 | 232 | 213 | 31 | 0 | 12 | 50 | 234 | 20 | 65 |
| Binary | 1110100 | 10011010 | 10001011 | 11001 | 0 | 1010 | 101000 | 10011100 | 10000 | 110101 |
Color Harmonies of #749A8B
Complementary color
Monochromatic Colors of #749A8B
Black with #749A8B
Text Example
Text Example
White with #749A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749A8B; }
p { color: rgb(116,154,139); }
H1.HeaderClassName
{
color: #749A8B;
}
.AnyTagClassName
{
color: #749A8B;
}
</style>
background-color css
<style>
a { background-color: #749A8B; }
a { background-color: rgb(116,154,139); }
div.DivClassName
{
background-color: #749A8B;
}
.BgClassName
{
background-color: #749A8B;
}
</style>
border-color css
<style>
span { border-color: #749A8B; }
span { border-color: rgb(116,154,139); }
td.TdClassName
{
border-color: #749A8B;
}
.TagClassName
{
border-color: #749A8B;
}
</style>