Shades of Granny Smith #718E84
Tints of Granny Smith #718E84
RGB
CMYK
RGB Variations
Color information
#718E84 (or 0x718E84) is known color: Granny Smith. HEX triplet: 71, 8E and 84. RGB value is (113,142,132). Sum of RGB (Red+Green+Blue) = 113+142+132=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 142 (55.86% from 255 or 36.69% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 142 - color contains mainly: green. Hex color #718E84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718E84 is #8E717B. Grayscale: #848484. Windows color (decimal): -9335164 or 8687217. OLE color: 8687217.
HSL color Cylindrical-coordinate representation of color #718E84: hue angle of 159.31º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #718E84 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 142 | 132 | - |
| CMYK | 0.20 | 0 | 0.07 | 0.44 |
| HSL | 159.31º | 0.11% | 0.5% | - |
| HSV(B) | 159.31º | 0.2% | 0.56% | - |
| XYZ | 20.65 | 24.52 | 25.47 | - |
| YUV | 132.19 | 127.89 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 142 | 132 | 0.20 | 0 | 0.07 | 0.44 | 159.31 | 0.11 | 0.5 |
| Hex | 71 | 8E | 84 | 14 | 0 | 7 | 2C | 9F | B | 32 |
| Octal | 161 | 216 | 204 | 24 | 0 | 7 | 54 | 237 | 13 | 62 |
| Binary | 1110001 | 10001110 | 10000100 | 10100 | 0 | 111 | 101100 | 10011111 | 1011 | 110010 |
Color Harmonies of #718E84
Complementary color
Monochromatic Colors of #718E84
Black with #718E84
Text Example
Text Example
White with #718E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718E84; }
p { color: rgb(113,142,132); }
H1.HeaderClassName
{
color: #718E84;
}
.AnyTagClassName
{
color: #718E84;
}
</style>
background-color css
<style>
a { background-color: #718E84; }
a { background-color: rgb(113,142,132); }
div.DivClassName
{
background-color: #718E84;
}
.BgClassName
{
background-color: #718E84;
}
</style>
border-color css
<style>
span { border-color: #718E84; }
span { border-color: rgb(113,142,132); }
td.TdClassName
{
border-color: #718E84;
}
.TagClassName
{
border-color: #718E84;
}
</style>