Shades of Granny Smith #709886
Tints of Granny Smith #709886
RGB
CMYK
RGB Variations
Color information
#709886 (or 0x709886) is known color: Granny Smith. HEX triplet: 70, 98 and 86. RGB value is (112,152,134). Sum of RGB (Red+Green+Blue) = 112+152+134=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 152 (59.77% from 255 or 38.19% from 398); Blue value is 134 (52.73% from 255 or 33.67% from 398); Max value from RGB is 152 - color contains mainly: green. Hex color #709886 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709886 is #8F6779. Grayscale: #8A8A8A. Windows color (decimal): -9398138 or 8820848. OLE color: 8820848.
HSL color Cylindrical-coordinate representation of color #709886: hue angle of 153º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #709886 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 152 | 134 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.40 |
| HSL | 153º | 0.16% | 0.52% | - |
| HSV(B) | 153º | 0.26% | 0.6% | - |
| XYZ | 22.21 | 27.62 | 26.72 | - |
| YUV | 137.99 | 125.75 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 152 | 134 | 0.26 | 0 | 0.12 | 0.40 | 153 | 0.16 | 0.52 |
| Hex | 70 | 98 | 86 | 1A | 0 | C | 28 | 99 | 10 | 34 |
| Octal | 160 | 230 | 206 | 32 | 0 | 14 | 50 | 231 | 20 | 64 |
| Binary | 1110000 | 10011000 | 10000110 | 11010 | 0 | 1100 | 101000 | 10011001 | 10000 | 110100 |
Color Harmonies of #709886
Complementary color
Monochromatic Colors of #709886
Black with #709886
Text Example
Text Example
White with #709886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709886; }
p { color: rgb(112,152,134); }
H1.HeaderClassName
{
color: #709886;
}
.AnyTagClassName
{
color: #709886;
}
</style>
background-color css
<style>
a { background-color: #709886; }
a { background-color: rgb(112,152,134); }
div.DivClassName
{
background-color: #709886;
}
.BgClassName
{
background-color: #709886;
}
</style>
border-color css
<style>
span { border-color: #709886; }
span { border-color: rgb(112,152,134); }
td.TdClassName
{
border-color: #709886;
}
.TagClassName
{
border-color: #709886;
}
</style>