Shades of Granny Smith #739085
Tints of Granny Smith #739085
RGB
CMYK
RGB Variations
Color information
#739085 (or 0x739085) is known color: Granny Smith. HEX triplet: 73, 90 and 85. RGB value is (115,144,133). Sum of RGB (Red+Green+Blue) = 115+144+133=392 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.34% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 144 - color contains mainly: green. Hex color #739085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739085 is #8C6F7A. Grayscale: #868686. Windows color (decimal): -9203579 or 8753267. OLE color: 8753267.
HSL color Cylindrical-coordinate representation of color #739085: hue angle of 157.24º 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 #739085 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 144 | 133 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.44 |
| HSL | 157.24º | 0.12% | 0.51% | - |
| HSV(B) | 157.24º | 0.2% | 0.56% | - |
| XYZ | 21.28 | 25.28 | 25.95 | - |
| YUV | 134.08 | 127.39 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 144 | 133 | 0.20 | 0 | 0.08 | 0.44 | 157.24 | 0.12 | 0.51 |
| Hex | 73 | 90 | 85 | 14 | 0 | 8 | 2C | 9D | C | 33 |
| Octal | 163 | 220 | 205 | 24 | 0 | 10 | 54 | 235 | 14 | 63 |
| Binary | 1110011 | 10010000 | 10000101 | 10100 | 0 | 1000 | 101100 | 10011101 | 1100 | 110011 |
Color Harmonies of #739085
Complementary color
Monochromatic Colors of #739085
Black with #739085
Text Example
Text Example
White with #739085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739085; }
p { color: rgb(115,144,133); }
H1.HeaderClassName
{
color: #739085;
}
.AnyTagClassName
{
color: #739085;
}
</style>
background-color css
<style>
a { background-color: #739085; }
a { background-color: rgb(115,144,133); }
div.DivClassName
{
background-color: #739085;
}
.BgClassName
{
background-color: #739085;
}
</style>
border-color css
<style>
span { border-color: #739085; }
span { border-color: rgb(115,144,133); }
td.TdClassName
{
border-color: #739085;
}
.TagClassName
{
border-color: #739085;
}
</style>