Shades of Granny Smith #709F93
Tints of Granny Smith #709F93
RGB
CMYK
RGB Variations
Color information
#709F93 (or 0x709F93) is known color: Granny Smith. HEX triplet: 70, 9F and 93. RGB value is (112,159,147). Sum of RGB (Red+Green+Blue) = 112+159+147=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 147 (57.81% from 255 or 35.17% from 418); Max value from RGB is 159 - color contains mainly: green. Hex color #709F93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709F93 is #8F606C. Grayscale: #8F8F8F. Windows color (decimal): -9396333 or 9674608. OLE color: 9674608.
HSL color Cylindrical-coordinate representation of color #709F93: hue angle of 164.68º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #709F93 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 159 | 147 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.38 |
| HSL | 164.68º | 0.2% | 0.53% | - |
| HSV(B) | 164.68º | 0.3% | 0.62% | - |
| XYZ | 24.35 | 30.35 | 32.18 | - |
| YUV | 143.58 | 129.93 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 159 | 147 | 0.30 | 0 | 0.08 | 0.38 | 164.68 | 0.2 | 0.53 |
| Hex | 70 | 9F | 93 | 1E | 0 | 8 | 26 | A5 | 14 | 35 |
| Octal | 160 | 237 | 223 | 36 | 0 | 10 | 46 | 245 | 24 | 65 |
| Binary | 1110000 | 10011111 | 10010011 | 11110 | 0 | 1000 | 100110 | 10100101 | 10100 | 110101 |
Color Harmonies of #709F93
Complementary color
Monochromatic Colors of #709F93
Black with #709F93
Text Example
Text Example
White with #709F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709F93; }
p { color: rgb(112,159,147); }
H1.HeaderClassName
{
color: #709F93;
}
.AnyTagClassName
{
color: #709F93;
}
</style>
background-color css
<style>
a { background-color: #709F93; }
a { background-color: rgb(112,159,147); }
div.DivClassName
{
background-color: #709F93;
}
.BgClassName
{
background-color: #709F93;
}
</style>
border-color css
<style>
span { border-color: #709F93; }
span { border-color: rgb(112,159,147); }
td.TdClassName
{
border-color: #709F93;
}
.TagClassName
{
border-color: #709F93;
}
</style>