Shades of Granny Smith #709688
Tints of Granny Smith #709688
RGB
CMYK
RGB Variations
Color information
#709688 (or 0x709688) is known color: Granny Smith. HEX triplet: 70, 96 and 88. RGB value is (112,150,136). Sum of RGB (Red+Green+Blue) = 112+150+136=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 150 - color contains mainly: green. Hex color #709688 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709688 is #8F6977. Grayscale: #898989. Windows color (decimal): -9398648 or 8951408. OLE color: 8951408.
HSL color Cylindrical-coordinate representation of color #709688: hue angle of 157.89º 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 #709688 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 150 | 136 | - |
| CMYK | 0.25 | 0 | 0.09 | 0.41 |
| HSL | 157.89º | 0.15% | 0.51% | - |
| HSV(B) | 157.89º | 0.25% | 0.59% | - |
| XYZ | 22.03 | 27.04 | 27.35 | - |
| YUV | 137.04 | 127.41 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 150 | 136 | 0.25 | 0 | 0.09 | 0.41 | 157.89 | 0.15 | 0.51 |
| Hex | 70 | 96 | 88 | 19 | 0 | 9 | 29 | 9E | F | 33 |
| Octal | 160 | 226 | 210 | 31 | 0 | 11 | 51 | 236 | 17 | 63 |
| Binary | 1110000 | 10010110 | 10001000 | 11001 | 0 | 1001 | 101001 | 10011110 | 1111 | 110011 |
Color Harmonies of #709688
Complementary color
Monochromatic Colors of #709688
Black with #709688
Text Example
Text Example
White with #709688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709688; }
p { color: rgb(112,150,136); }
H1.HeaderClassName
{
color: #709688;
}
.AnyTagClassName
{
color: #709688;
}
</style>
background-color css
<style>
a { background-color: #709688; }
a { background-color: rgb(112,150,136); }
div.DivClassName
{
background-color: #709688;
}
.BgClassName
{
background-color: #709688;
}
</style>
border-color css
<style>
span { border-color: #709688; }
span { border-color: rgb(112,150,136); }
td.TdClassName
{
border-color: #709688;
}
.TagClassName
{
border-color: #709688;
}
</style>