Shades of Granny Smith #709B90
Tints of Granny Smith #709B90
RGB
CMYK
RGB Variations
Color information
#709B90 (or 0x709B90) is known color: Granny Smith. HEX triplet: 70, 9B and 90. RGB value is (112,155,144). Sum of RGB (Red+Green+Blue) = 112+155+144=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 155 - color contains mainly: green. Hex color #709B90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709B90 is #8F646F. Grayscale: #8C8C8C. Windows color (decimal): -9397360 or 9476976. OLE color: 9476976.
HSL color Cylindrical-coordinate representation of color #709B90: hue angle of 164.65º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #709B90 is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 155 | 144 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.39 |
| HSL | 164.65º | 0.18% | 0.52% | - |
| HSV(B) | 164.65º | 0.28% | 0.61% | - |
| XYZ | 23.44 | 28.9 | 30.73 | - |
| YUV | 140.89 | 129.75 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 155 | 144 | 0.28 | 0 | 0.07 | 0.39 | 164.65 | 0.18 | 0.52 |
| Hex | 70 | 9B | 90 | 1C | 0 | 7 | 27 | A5 | 12 | 34 |
| Octal | 160 | 233 | 220 | 34 | 0 | 7 | 47 | 245 | 22 | 64 |
| Binary | 1110000 | 10011011 | 10010000 | 11100 | 0 | 111 | 100111 | 10100101 | 10010 | 110100 |
Color Harmonies of #709B90
Complementary color
Monochromatic Colors of #709B90
Black with #709B90
Text Example
Text Example
White with #709B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709B90; }
p { color: rgb(112,155,144); }
H1.HeaderClassName
{
color: #709B90;
}
.AnyTagClassName
{
color: #709B90;
}
</style>
background-color css
<style>
a { background-color: #709B90; }
a { background-color: rgb(112,155,144); }
div.DivClassName
{
background-color: #709B90;
}
.BgClassName
{
background-color: #709B90;
}
</style>
border-color css
<style>
span { border-color: #709B90; }
span { border-color: rgb(112,155,144); }
td.TdClassName
{
border-color: #709B90;
}
.TagClassName
{
border-color: #709B90;
}
</style>