Shades of Granny Smith #719C90
Tints of Granny Smith #719C90
RGB
CMYK
RGB Variations
Color information
#719C90 (or 0x719C90) is known color: Granny Smith. HEX triplet: 71, 9C and 90. RGB value is (113,156,144). Sum of RGB (Red+Green+Blue) = 113+156+144=413 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.36% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 156 - color contains mainly: green. Hex color #719C90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719C90 is #8E636F. Grayscale: #8D8D8D. Windows color (decimal): -9331568 or 9477233. OLE color: 9477233.
HSL color Cylindrical-coordinate representation of color #719C90: hue angle of 163.26º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #719C90 is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 156 | 144 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.39 |
| HSL | 163.26º | 0.18% | 0.53% | - |
| HSV(B) | 163.26º | 0.28% | 0.61% | - |
| XYZ | 23.73 | 29.3 | 30.79 | - |
| YUV | 141.78 | 129.25 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 156 | 144 | 0.28 | 0 | 0.08 | 0.39 | 163.26 | 0.18 | 0.53 |
| Hex | 71 | 9C | 90 | 1C | 0 | 8 | 27 | A3 | 12 | 35 |
| Octal | 161 | 234 | 220 | 34 | 0 | 10 | 47 | 243 | 22 | 65 |
| Binary | 1110001 | 10011100 | 10010000 | 11100 | 0 | 1000 | 100111 | 10100011 | 10010 | 110101 |
Color Harmonies of #719C90
Complementary color
Monochromatic Colors of #719C90
Black with #719C90
Text Example
Text Example
White with #719C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719C90; }
p { color: rgb(113,156,144); }
H1.HeaderClassName
{
color: #719C90;
}
.AnyTagClassName
{
color: #719C90;
}
</style>
background-color css
<style>
a { background-color: #719C90; }
a { background-color: rgb(113,156,144); }
div.DivClassName
{
background-color: #719C90;
}
.BgClassName
{
background-color: #719C90;
}
</style>
border-color css
<style>
span { border-color: #719C90; }
span { border-color: rgb(113,156,144); }
td.TdClassName
{
border-color: #719C90;
}
.TagClassName
{
border-color: #719C90;
}
</style>