Shades of Granny Smith #719084
Tints of Granny Smith #719084
RGB
CMYK
RGB Variations
Color information
#719084 (or 0x719084) is known color: Granny Smith. HEX triplet: 71, 90 and 84. RGB value is (113,144,132). Sum of RGB (Red+Green+Blue) = 113+144+132=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 144 - color contains mainly: green. Hex color #719084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719084 is #8E6F7B. Grayscale: #858585. Windows color (decimal): -9334652 or 8687729. OLE color: 8687729.
HSL color Cylindrical-coordinate representation of color #719084: hue angle of 156.77º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #719084 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 144 | 132 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.44 |
| HSL | 156.77º | 0.12% | 0.5% | - |
| HSV(B) | 156.77º | 0.22% | 0.56% | - |
| XYZ | 20.95 | 25.12 | 25.57 | - |
| YUV | 133.36 | 127.23 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 144 | 132 | 0.22 | 0 | 0.08 | 0.44 | 156.77 | 0.12 | 0.5 |
| Hex | 71 | 90 | 84 | 16 | 0 | 8 | 2C | 9D | C | 32 |
| Octal | 161 | 220 | 204 | 26 | 0 | 10 | 54 | 235 | 14 | 62 |
| Binary | 1110001 | 10010000 | 10000100 | 10110 | 0 | 1000 | 101100 | 10011101 | 1100 | 110010 |
Color Harmonies of #719084
Complementary color
Monochromatic Colors of #719084
Black with #719084
Text Example
Text Example
White with #719084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719084; }
p { color: rgb(113,144,132); }
H1.HeaderClassName
{
color: #719084;
}
.AnyTagClassName
{
color: #719084;
}
</style>
background-color css
<style>
a { background-color: #719084; }
a { background-color: rgb(113,144,132); }
div.DivClassName
{
background-color: #719084;
}
.BgClassName
{
background-color: #719084;
}
</style>
border-color css
<style>
span { border-color: #719084; }
span { border-color: rgb(113,144,132); }
td.TdClassName
{
border-color: #719084;
}
.TagClassName
{
border-color: #719084;
}
</style>