Shades of Granny Smith #719383
Tints of Granny Smith #719383
RGB
CMYK
RGB Variations
Color information
#719383 (or 0x719383) is known color: Granny Smith. HEX triplet: 71, 93 and 83. RGB value is (113,147,131). Sum of RGB (Red+Green+Blue) = 113+147+131=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 147 - color contains mainly: green. Hex color #719383 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719383 is #8E6C7C. Grayscale: #878787. Windows color (decimal): -9333885 or 8622961. OLE color: 8622961.
HSL color Cylindrical-coordinate representation of color #719383: hue angle of 151.76º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #719383 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 147 | 131 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.42 |
| HSL | 151.76º | 0.14% | 0.51% | - |
| HSV(B) | 151.76º | 0.23% | 0.58% | - |
| XYZ | 21.34 | 26.02 | 25.37 | - |
| YUV | 135.01 | 125.74 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 147 | 131 | 0.23 | 0 | 0.11 | 0.42 | 151.76 | 0.14 | 0.51 |
| Hex | 71 | 93 | 83 | 17 | 0 | B | 2A | 98 | E | 33 |
| Octal | 161 | 223 | 203 | 27 | 0 | 13 | 52 | 230 | 16 | 63 |
| Binary | 1110001 | 10010011 | 10000011 | 10111 | 0 | 1011 | 101010 | 10011000 | 1110 | 110011 |
Color Harmonies of #719383
Complementary color
Monochromatic Colors of #719383
Black with #719383
Text Example
Text Example
White with #719383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719383; }
p { color: rgb(113,147,131); }
H1.HeaderClassName
{
color: #719383;
}
.AnyTagClassName
{
color: #719383;
}
</style>
background-color css
<style>
a { background-color: #719383; }
a { background-color: rgb(113,147,131); }
div.DivClassName
{
background-color: #719383;
}
.BgClassName
{
background-color: #719383;
}
</style>
border-color css
<style>
span { border-color: #719383; }
span { border-color: rgb(113,147,131); }
td.TdClassName
{
border-color: #719383;
}
.TagClassName
{
border-color: #719383;
}
</style>