Shades of Granny Smith #709588
Tints of Granny Smith #709588
RGB
CMYK
RGB Variations
Color information
#709588 (or 0x709588) is known color: Granny Smith. HEX triplet: 70, 95 and 88. RGB value is (112,149,136). Sum of RGB (Red+Green+Blue) = 112+149+136=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 149 - color contains mainly: green. Hex color #709588 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709588 is #8F6A77. Grayscale: #888888. Windows color (decimal): -9398904 or 8951152. OLE color: 8951152.
HSL color Cylindrical-coordinate representation of color #709588: hue angle of 158.92º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #709588 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 149 | 136 | - |
| CMYK | 0.25 | 0 | 0.09 | 0.42 |
| HSL | 158.92º | 0.15% | 0.51% | - |
| HSV(B) | 158.92º | 0.25% | 0.58% | - |
| XYZ | 21.87 | 26.72 | 27.3 | - |
| YUV | 136.46 | 127.74 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 149 | 136 | 0.25 | 0 | 0.09 | 0.42 | 158.92 | 0.15 | 0.51 |
| Hex | 70 | 95 | 88 | 19 | 0 | 9 | 2A | 9F | F | 33 |
| Octal | 160 | 225 | 210 | 31 | 0 | 11 | 52 | 237 | 17 | 63 |
| Binary | 1110000 | 10010101 | 10001000 | 11001 | 0 | 1001 | 101010 | 10011111 | 1111 | 110011 |
Color Harmonies of #709588
Complementary color
Monochromatic Colors of #709588
Black with #709588
Text Example
Text Example
White with #709588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709588; }
p { color: rgb(112,149,136); }
H1.HeaderClassName
{
color: #709588;
}
.AnyTagClassName
{
color: #709588;
}
</style>
background-color css
<style>
a { background-color: #709588; }
a { background-color: rgb(112,149,136); }
div.DivClassName
{
background-color: #709588;
}
.BgClassName
{
background-color: #709588;
}
</style>
border-color css
<style>
span { border-color: #709588; }
span { border-color: rgb(112,149,136); }
td.TdClassName
{
border-color: #709588;
}
.TagClassName
{
border-color: #709588;
}
</style>