Shades of Granny Smith #709687
Tints of Granny Smith #709687
RGB
CMYK
RGB Variations
Color information
#709687 (or 0x709687) is known color: Granny Smith. HEX triplet: 70, 96 and 87. RGB value is (112,150,135). Sum of RGB (Red+Green+Blue) = 112+150+135=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 135 (53.12% from 255 or 34.01% from 397); Max value from RGB is 150 - color contains mainly: green. Hex color #709687 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709687 is #8F6978. Grayscale: #888888. Windows color (decimal): -9398649 or 8885872. OLE color: 8885872.
HSL color Cylindrical-coordinate representation of color #709687: hue angle of 156.32º 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 #709687 is Cyan = 0.25, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 150 | 135 | - |
| CMYK | 0.25 | 0 | 0.1 | 0.41 |
| HSL | 156.32º | 0.15% | 0.51% | - |
| HSV(B) | 156.32º | 0.25% | 0.59% | - |
| XYZ | 21.96 | 27.01 | 26.98 | - |
| YUV | 136.93 | 126.91 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 150 | 135 | 0.25 | 0 | 0.1 | 0.41 | 156.32 | 0.15 | 0.51 |
| Hex | 70 | 96 | 87 | 19 | 0 | A | 29 | 9C | F | 33 |
| Octal | 160 | 226 | 207 | 31 | 0 | 12 | 51 | 234 | 17 | 63 |
| Binary | 1110000 | 10010110 | 10000111 | 11001 | 0 | 1010 | 101001 | 10011100 | 1111 | 110011 |
Color Harmonies of #709687
Complementary color
Monochromatic Colors of #709687
Black with #709687
Text Example
Text Example
White with #709687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709687; }
p { color: rgb(112,150,135); }
H1.HeaderClassName
{
color: #709687;
}
.AnyTagClassName
{
color: #709687;
}
</style>
background-color css
<style>
a { background-color: #709687; }
a { background-color: rgb(112,150,135); }
div.DivClassName
{
background-color: #709687;
}
.BgClassName
{
background-color: #709687;
}
</style>
border-color css
<style>
span { border-color: #709687; }
span { border-color: rgb(112,150,135); }
td.TdClassName
{
border-color: #709687;
}
.TagClassName
{
border-color: #709687;
}
</style>