Shades of Granny Smith #739082
Tints of Granny Smith #739082
RGB
CMYK
RGB Variations
Color information
#739082 (or 0x739082) is known color: Granny Smith. HEX triplet: 73, 90 and 82. RGB value is (115,144,130). Sum of RGB (Red+Green+Blue) = 115+144+130=389 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.56% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 144 - color contains mainly: green. Hex color #739082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739082 is #8C6F7D. Grayscale: #858585. Windows color (decimal): -9203582 or 8556659. OLE color: 8556659.
HSL color Cylindrical-coordinate representation of color #739082: hue angle of 151.03º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #739082 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 144 | 130 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.44 |
| HSL | 151.03º | 0.12% | 0.51% | - |
| HSV(B) | 151.03º | 0.2% | 0.56% | - |
| XYZ | 21.07 | 25.2 | 24.87 | - |
| YUV | 133.73 | 125.89 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 144 | 130 | 0.20 | 0 | 0.10 | 0.44 | 151.03 | 0.12 | 0.51 |
| Hex | 73 | 90 | 82 | 14 | 0 | A | 2C | 97 | C | 33 |
| Octal | 163 | 220 | 202 | 24 | 0 | 12 | 54 | 227 | 14 | 63 |
| Binary | 1110011 | 10010000 | 10000010 | 10100 | 0 | 1010 | 101100 | 10010111 | 1100 | 110011 |
Color Harmonies of #739082
Complementary color
Monochromatic Colors of #739082
Black with #739082
Text Example
Text Example
White with #739082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739082; }
p { color: rgb(115,144,130); }
H1.HeaderClassName
{
color: #739082;
}
.AnyTagClassName
{
color: #739082;
}
</style>
background-color css
<style>
a { background-color: #739082; }
a { background-color: rgb(115,144,130); }
div.DivClassName
{
background-color: #739082;
}
.BgClassName
{
background-color: #739082;
}
</style>
border-color css
<style>
span { border-color: #739082; }
span { border-color: rgb(115,144,130); }
td.TdClassName
{
border-color: #739082;
}
.TagClassName
{
border-color: #739082;
}
</style>