Shades of Granny Smith #739A8A
Tints of Granny Smith #739A8A
RGB
CMYK
RGB Variations
Color information
#739A8A (or 0x739A8A) is known color: Granny Smith. HEX triplet: 73, 9A and 8A. RGB value is (115,154,138). Sum of RGB (Red+Green+Blue) = 115+154+138=407 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.26% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 154 - color contains mainly: green. Hex color #739A8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739A8A is #8C6575. Grayscale: #8C8C8C. Windows color (decimal): -9201014 or 9083507. OLE color: 9083507.
HSL color Cylindrical-coordinate representation of color #739A8A: hue angle of 155.38º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #739A8A is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 115 | 154 | 138 | - |
| CMYK | 0.25 | 0 | 0.10 | 0.40 |
| HSL | 155.38º | 0.16% | 0.53% | - |
| HSV(B) | 155.38º | 0.25% | 0.6% | - |
| XYZ | 23.21 | 28.59 | 28.34 | - |
| YUV | 140.52 | 126.58 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 154 | 138 | 0.25 | 0 | 0.10 | 0.40 | 155.38 | 0.16 | 0.53 |
| Hex | 73 | 9A | 8A | 19 | 0 | A | 28 | 9B | 10 | 35 |
| Octal | 163 | 232 | 212 | 31 | 0 | 12 | 50 | 233 | 20 | 65 |
| Binary | 1110011 | 10011010 | 10001010 | 11001 | 0 | 1010 | 101000 | 10011011 | 10000 | 110101 |
Color Harmonies of #739A8A
Complementary color
Monochromatic Colors of #739A8A
Black with #739A8A
Text Example
Text Example
White with #739A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739A8A; }
p { color: rgb(115,154,138); }
H1.HeaderClassName
{
color: #739A8A;
}
.AnyTagClassName
{
color: #739A8A;
}
</style>
background-color css
<style>
a { background-color: #739A8A; }
a { background-color: rgb(115,154,138); }
div.DivClassName
{
background-color: #739A8A;
}
.BgClassName
{
background-color: #739A8A;
}
</style>
border-color css
<style>
span { border-color: #739A8A; }
span { border-color: rgb(115,154,138); }
td.TdClassName
{
border-color: #739A8A;
}
.TagClassName
{
border-color: #739A8A;
}
</style>