Shades of Granny Smith #709689
Tints of Granny Smith #709689
RGB
CMYK
RGB Variations
Color information
#709689 (or 0x709689) is known color: Granny Smith. HEX triplet: 70, 96 and 89. RGB value is (112,150,137). Sum of RGB (Red+Green+Blue) = 112+150+137=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 150 - color contains mainly: green. Hex color #709689 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709689 is #8F6976. Grayscale: #898989. Windows color (decimal): -9398647 or 9016944. OLE color: 9016944.
HSL color Cylindrical-coordinate representation of color #709689: hue angle of 159.47º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #709689 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 150 | 137 | - |
| CMYK | 0.25 | 0 | 0.09 | 0.41 |
| HSL | 159.47º | 0.15% | 0.51% | - |
| HSV(B) | 159.47º | 0.25% | 0.59% | - |
| XYZ | 22.1 | 27.06 | 27.73 | - |
| YUV | 137.16 | 127.91 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 150 | 137 | 0.25 | 0 | 0.09 | 0.41 | 159.47 | 0.15 | 0.51 |
| Hex | 70 | 96 | 89 | 19 | 0 | 9 | 29 | 9F | F | 33 |
| Octal | 160 | 226 | 211 | 31 | 0 | 11 | 51 | 237 | 17 | 63 |
| Binary | 1110000 | 10010110 | 10001001 | 11001 | 0 | 1001 | 101001 | 10011111 | 1111 | 110011 |
Color Harmonies of #709689
Complementary color
Monochromatic Colors of #709689
Black with #709689
Text Example
Text Example
White with #709689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709689; }
p { color: rgb(112,150,137); }
H1.HeaderClassName
{
color: #709689;
}
.AnyTagClassName
{
color: #709689;
}
</style>
background-color css
<style>
a { background-color: #709689; }
a { background-color: rgb(112,150,137); }
div.DivClassName
{
background-color: #709689;
}
.BgClassName
{
background-color: #709689;
}
</style>
border-color css
<style>
span { border-color: #709689; }
span { border-color: rgb(112,150,137); }
td.TdClassName
{
border-color: #709689;
}
.TagClassName
{
border-color: #709689;
}
</style>