Shades of Granny Smith #749082
Tints of Granny Smith #749082
RGB
CMYK
RGB Variations
Color information
#749082 (or 0x749082) is known color: Granny Smith. HEX triplet: 74, 90 and 82. RGB value is (116,144,130). Sum of RGB (Red+Green+Blue) = 116+144+130=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 144 - color contains mainly: green. Hex color #749082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749082 is #8B6F7D. Grayscale: #868686. Windows color (decimal): -9138046 or 8556660. OLE color: 8556660.
HSL color Cylindrical-coordinate representation of color #749082: hue angle of 150º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #749082 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 144 | 130 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.44 |
| HSL | 150º | 0.11% | 0.51% | - |
| HSV(B) | 150º | 0.19% | 0.56% | - |
| XYZ | 21.2 | 25.27 | 24.88 | - |
| YUV | 134.03 | 125.72 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 144 | 130 | 0.19 | 0 | 0.10 | 0.44 | 150 | 0.11 | 0.51 |
| Hex | 74 | 90 | 82 | 13 | 0 | A | 2C | 96 | B | 33 |
| Octal | 164 | 220 | 202 | 23 | 0 | 12 | 54 | 226 | 13 | 63 |
| Binary | 1110100 | 10010000 | 10000010 | 10011 | 0 | 1010 | 101100 | 10010110 | 1011 | 110011 |
Color Harmonies of #749082
Complementary color
Monochromatic Colors of #749082
Black with #749082
Text Example
Text Example
White with #749082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749082; }
p { color: rgb(116,144,130); }
H1.HeaderClassName
{
color: #749082;
}
.AnyTagClassName
{
color: #749082;
}
</style>
background-color css
<style>
a { background-color: #749082; }
a { background-color: rgb(116,144,130); }
div.DivClassName
{
background-color: #749082;
}
.BgClassName
{
background-color: #749082;
}
</style>
border-color css
<style>
span { border-color: #749082; }
span { border-color: rgb(116,144,130); }
td.TdClassName
{
border-color: #749082;
}
.TagClassName
{
border-color: #749082;
}
</style>