Shades of Granny Smith #719884
Tints of Granny Smith #719884
RGB
CMYK
RGB Variations
Color information
#719884 (or 0x719884) is known color: Granny Smith. HEX triplet: 71, 98 and 84. RGB value is (113,152,132). Sum of RGB (Red+Green+Blue) = 113+152+132=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 152 - color contains mainly: green. Hex color #719884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719884 is #8E677B. Grayscale: #8A8A8A. Windows color (decimal): -9332604 or 8689777. OLE color: 8689777.
HSL color Cylindrical-coordinate representation of color #719884: hue angle of 149.23º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #719884 is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 113 | 152 | 132 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.40 |
| HSL | 149.23º | 0.16% | 0.52% | - |
| HSV(B) | 149.23º | 0.26% | 0.6% | - |
| XYZ | 22.2 | 27.63 | 25.99 | - |
| YUV | 138.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 152 | 132 | 0.26 | 0 | 0.13 | 0.40 | 149.23 | 0.16 | 0.52 |
| Hex | 71 | 98 | 84 | 1A | 0 | D | 28 | 95 | 10 | 34 |
| Octal | 161 | 230 | 204 | 32 | 0 | 15 | 50 | 225 | 20 | 64 |
| Binary | 1110001 | 10011000 | 10000100 | 11010 | 0 | 1101 | 101000 | 10010101 | 10000 | 110100 |
Color Harmonies of #719884
Complementary color
Monochromatic Colors of #719884
Black with #719884
Text Example
Text Example
White with #719884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719884; }
p { color: rgb(113,152,132); }
H1.HeaderClassName
{
color: #719884;
}
.AnyTagClassName
{
color: #719884;
}
</style>
background-color css
<style>
a { background-color: #719884; }
a { background-color: rgb(113,152,132); }
div.DivClassName
{
background-color: #719884;
}
.BgClassName
{
background-color: #719884;
}
</style>
border-color css
<style>
span { border-color: #719884; }
span { border-color: rgb(113,152,132); }
td.TdClassName
{
border-color: #719884;
}
.TagClassName
{
border-color: #719884;
}
</style>