Shades of Granny Smith #709587
Tints of Granny Smith #709587
RGB
CMYK
RGB Variations
Color information
#709587 (or 0x709587) is known color: Granny Smith. HEX triplet: 70, 95 and 87. RGB value is (112,149,135). Sum of RGB (Red+Green+Blue) = 112+149+135=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 135 (53.12% from 255 or 34.09% from 396); Max value from RGB is 149 - color contains mainly: green. Hex color #709587 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709587 is #8F6A78. Grayscale: #888888. Windows color (decimal): -9398905 or 8885616. OLE color: 8885616.
HSL color Cylindrical-coordinate representation of color #709587: hue angle of 157.3º 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 #709587 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 149 | 135 | - |
| CMYK | 0.25 | 0 | 0.09 | 0.42 |
| HSL | 157.3º | 0.15% | 0.51% | - |
| HSV(B) | 157.3º | 0.25% | 0.58% | - |
| XYZ | 21.8 | 26.69 | 26.92 | - |
| YUV | 136.34 | 127.24 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 149 | 135 | 0.25 | 0 | 0.09 | 0.42 | 157.3 | 0.15 | 0.51 |
| Hex | 70 | 95 | 87 | 19 | 0 | 9 | 2A | 9D | F | 33 |
| Octal | 160 | 225 | 207 | 31 | 0 | 11 | 52 | 235 | 17 | 63 |
| Binary | 1110000 | 10010101 | 10000111 | 11001 | 0 | 1001 | 101010 | 10011101 | 1111 | 110011 |
Color Harmonies of #709587
Complementary color
Monochromatic Colors of #709587
Black with #709587
Text Example
Text Example
White with #709587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709587; }
p { color: rgb(112,149,135); }
H1.HeaderClassName
{
color: #709587;
}
.AnyTagClassName
{
color: #709587;
}
</style>
background-color css
<style>
a { background-color: #709587; }
a { background-color: rgb(112,149,135); }
div.DivClassName
{
background-color: #709587;
}
.BgClassName
{
background-color: #709587;
}
</style>
border-color css
<style>
span { border-color: #709587; }
span { border-color: rgb(112,149,135); }
td.TdClassName
{
border-color: #709587;
}
.TagClassName
{
border-color: #709587;
}
</style>