Shades of Granny Smith #749488
Tints of Granny Smith #749488
RGB
CMYK
RGB Variations
Color information
#749488 (or 0x749488) is known color: Granny Smith. HEX triplet: 74, 94 and 88. RGB value is (116,148,136). Sum of RGB (Red+Green+Blue) = 116+148+136=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 148 - color contains mainly: green. Hex color #749488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749488 is #8B6B77. Grayscale: #898989. Windows color (decimal): -9137016 or 8950900. OLE color: 8950900.
HSL color Cylindrical-coordinate representation of color #749488: hue angle of 157.5º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #749488 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 148 | 136 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.42 |
| HSL | 157.5º | 0.13% | 0.52% | - |
| HSV(B) | 157.5º | 0.22% | 0.58% | - |
| XYZ | 22.24 | 26.67 | 27.27 | - |
| YUV | 137.06 | 127.4 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 148 | 136 | 0.22 | 0 | 0.08 | 0.42 | 157.5 | 0.13 | 0.52 |
| Hex | 74 | 94 | 88 | 16 | 0 | 8 | 2A | 9E | D | 34 |
| Octal | 164 | 224 | 210 | 26 | 0 | 10 | 52 | 236 | 15 | 64 |
| Binary | 1110100 | 10010100 | 10001000 | 10110 | 0 | 1000 | 101010 | 10011110 | 1101 | 110100 |
Color Harmonies of #749488
Complementary color
Monochromatic Colors of #749488
Black with #749488
Text Example
Text Example
White with #749488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749488; }
p { color: rgb(116,148,136); }
H1.HeaderClassName
{
color: #749488;
}
.AnyTagClassName
{
color: #749488;
}
</style>
background-color css
<style>
a { background-color: #749488; }
a { background-color: rgb(116,148,136); }
div.DivClassName
{
background-color: #749488;
}
.BgClassName
{
background-color: #749488;
}
</style>
border-color css
<style>
span { border-color: #749488; }
span { border-color: rgb(116,148,136); }
td.TdClassName
{
border-color: #749488;
}
.TagClassName
{
border-color: #749488;
}
</style>