Shades of Granny Smith #739485
Tints of Granny Smith #739485
RGB
CMYK
RGB Variations
Color information
#739485 (or 0x739485) is known color: Granny Smith. HEX triplet: 73, 94 and 85. RGB value is (115,148,133). Sum of RGB (Red+Green+Blue) = 115+148+133=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 148 - color contains mainly: green. Hex color #739485 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739485 is #8C6B7A. Grayscale: #888888. Windows color (decimal): -9202555 or 8754291. OLE color: 8754291.
HSL color Cylindrical-coordinate representation of color #739485: hue angle of 152.73º 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 #739485 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 148 | 133 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.42 |
| HSL | 152.73º | 0.13% | 0.52% | - |
| HSV(B) | 152.73º | 0.22% | 0.58% | - |
| XYZ | 21.89 | 26.52 | 26.15 | - |
| YUV | 136.42 | 126.07 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 148 | 133 | 0.22 | 0 | 0.10 | 0.42 | 152.73 | 0.13 | 0.52 |
| Hex | 73 | 94 | 85 | 16 | 0 | A | 2A | 99 | D | 34 |
| Octal | 163 | 224 | 205 | 26 | 0 | 12 | 52 | 231 | 15 | 64 |
| Binary | 1110011 | 10010100 | 10000101 | 10110 | 0 | 1010 | 101010 | 10011001 | 1101 | 110100 |
Color Harmonies of #739485
Complementary color
Monochromatic Colors of #739485
Black with #739485
Text Example
Text Example
White with #739485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739485; }
p { color: rgb(115,148,133); }
H1.HeaderClassName
{
color: #739485;
}
.AnyTagClassName
{
color: #739485;
}
</style>
background-color css
<style>
a { background-color: #739485; }
a { background-color: rgb(115,148,133); }
div.DivClassName
{
background-color: #739485;
}
.BgClassName
{
background-color: #739485;
}
</style>
border-color css
<style>
span { border-color: #739485; }
span { border-color: rgb(115,148,133); }
td.TdClassName
{
border-color: #739485;
}
.TagClassName
{
border-color: #739485;
}
</style>