Shades of Granny Smith #709785
Tints of Granny Smith #709785
RGB
CMYK
RGB Variations
Color information
#709785 (or 0x709785) is known color: Granny Smith. HEX triplet: 70, 97 and 85. RGB value is (112,151,133). Sum of RGB (Red+Green+Blue) = 112+151+133=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 151 (59.38% from 255 or 38.13% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 151 - color contains mainly: green. Hex color #709785 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709785 is #8F687A. Grayscale: #898989. Windows color (decimal): -9398395 or 8755056. OLE color: 8755056.
HSL color Cylindrical-coordinate representation of color #709785: hue angle of 152.31º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #709785 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 151 | 133 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.41 |
| HSL | 152.31º | 0.16% | 0.52% | - |
| HSV(B) | 152.31º | 0.26% | 0.59% | - |
| XYZ | 21.98 | 27.27 | 26.3 | - |
| YUV | 137.29 | 125.58 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 151 | 133 | 0.26 | 0 | 0.12 | 0.41 | 152.31 | 0.16 | 0.52 |
| Hex | 70 | 97 | 85 | 1A | 0 | C | 29 | 98 | 10 | 34 |
| Octal | 160 | 227 | 205 | 32 | 0 | 14 | 51 | 230 | 20 | 64 |
| Binary | 1110000 | 10010111 | 10000101 | 11010 | 0 | 1100 | 101001 | 10011000 | 10000 | 110100 |
Color Harmonies of #709785
Complementary color
Monochromatic Colors of #709785
Black with #709785
Text Example
Text Example
White with #709785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709785; }
p { color: rgb(112,151,133); }
H1.HeaderClassName
{
color: #709785;
}
.AnyTagClassName
{
color: #709785;
}
</style>
background-color css
<style>
a { background-color: #709785; }
a { background-color: rgb(112,151,133); }
div.DivClassName
{
background-color: #709785;
}
.BgClassName
{
background-color: #709785;
}
</style>
border-color css
<style>
span { border-color: #709785; }
span { border-color: rgb(112,151,133); }
td.TdClassName
{
border-color: #709785;
}
.TagClassName
{
border-color: #709785;
}
</style>