Shades of Granny Smith #719C8B
Tints of Granny Smith #719C8B
RGB
CMYK
RGB Variations
Color information
#719C8B (or 0x719C8B) is known color: Granny Smith. HEX triplet: 71, 9C and 8B. RGB value is (113,156,139). Sum of RGB (Red+Green+Blue) = 113+156+139=408 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.70% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 156 - color contains mainly: green. Hex color #719C8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719C8B is #8E6374. Grayscale: #8D8D8D. Windows color (decimal): -9331573 or 9149553. OLE color: 9149553.
HSL color Cylindrical-coordinate representation of color #719C8B: hue angle of 156.28º 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 #719C8B is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 156 | 139 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.39 |
| HSL | 156.28º | 0.18% | 0.53% | - |
| HSV(B) | 156.28º | 0.28% | 0.61% | - |
| XYZ | 23.36 | 29.15 | 28.82 | - |
| YUV | 141.21 | 126.75 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 156 | 139 | 0.28 | 0 | 0.11 | 0.39 | 156.28 | 0.18 | 0.53 |
| Hex | 71 | 9C | 8B | 1C | 0 | B | 27 | 9C | 12 | 35 |
| Octal | 161 | 234 | 213 | 34 | 0 | 13 | 47 | 234 | 22 | 65 |
| Binary | 1110001 | 10011100 | 10001011 | 11100 | 0 | 1011 | 100111 | 10011100 | 10010 | 110101 |
Color Harmonies of #719C8B
Complementary color
Monochromatic Colors of #719C8B
Black with #719C8B
Text Example
Text Example
White with #719C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719C8B; }
p { color: rgb(113,156,139); }
H1.HeaderClassName
{
color: #719C8B;
}
.AnyTagClassName
{
color: #719C8B;
}
</style>
background-color css
<style>
a { background-color: #719C8B; }
a { background-color: rgb(113,156,139); }
div.DivClassName
{
background-color: #719C8B;
}
.BgClassName
{
background-color: #719C8B;
}
</style>
border-color css
<style>
span { border-color: #719C8B; }
span { border-color: rgb(113,156,139); }
td.TdClassName
{
border-color: #719C8B;
}
.TagClassName
{
border-color: #719C8B;
}
</style>