Shades of Granny Smith #719D90
Tints of Granny Smith #719D90
RGB
CMYK
RGB Variations
Color information
#719D90 (or 0x719D90) is known color: Granny Smith. HEX triplet: 71, 9D and 90. RGB value is (113,157,144). Sum of RGB (Red+Green+Blue) = 113+157+144=414 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.29% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 157 - color contains mainly: green. Hex color #719D90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719D90 is #8E626F. Grayscale: #8E8E8E. Windows color (decimal): -9331312 or 9477489. OLE color: 9477489.
HSL color Cylindrical-coordinate representation of color #719D90: hue angle of 162.27º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #719D90 is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 157 | 144 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.38 |
| HSL | 162.27º | 0.18% | 0.53% | - |
| HSV(B) | 162.27º | 0.28% | 0.62% | - |
| XYZ | 23.9 | 29.64 | 30.85 | - |
| YUV | 142.36 | 128.92 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 157 | 144 | 0.28 | 0 | 0.08 | 0.38 | 162.27 | 0.18 | 0.53 |
| Hex | 71 | 9D | 90 | 1C | 0 | 8 | 26 | A2 | 12 | 35 |
| Octal | 161 | 235 | 220 | 34 | 0 | 10 | 46 | 242 | 22 | 65 |
| Binary | 1110001 | 10011101 | 10010000 | 11100 | 0 | 1000 | 100110 | 10100010 | 10010 | 110101 |
Color Harmonies of #719D90
Complementary color
Monochromatic Colors of #719D90
Black with #719D90
Text Example
Text Example
White with #719D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719D90; }
p { color: rgb(113,157,144); }
H1.HeaderClassName
{
color: #719D90;
}
.AnyTagClassName
{
color: #719D90;
}
</style>
background-color css
<style>
a { background-color: #719D90; }
a { background-color: rgb(113,157,144); }
div.DivClassName
{
background-color: #719D90;
}
.BgClassName
{
background-color: #719D90;
}
</style>
border-color css
<style>
span { border-color: #719D90; }
span { border-color: rgb(113,157,144); }
td.TdClassName
{
border-color: #719D90;
}
.TagClassName
{
border-color: #719D90;
}
</style>