Shades of Granny Smith #719985
Tints of Granny Smith #719985
RGB
CMYK
RGB Variations
Color information
#719985 (or 0x719985) is known color: Granny Smith. HEX triplet: 71, 99 and 85. RGB value is (113,153,133). Sum of RGB (Red+Green+Blue) = 113+153+133=399 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.32% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 133 (52.34% from 255 or 33.33% from 399); Max value from RGB is 153 - color contains mainly: green. Hex color #719985 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719985 is #8E667A. Grayscale: #8A8A8A. Windows color (decimal): -9332347 or 8755569. OLE color: 8755569.
HSL color Cylindrical-coordinate representation of color #719985: hue angle of 150º 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 #719985 is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 113 | 153 | 133 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.4 |
| HSL | 150º | 0.16% | 0.52% | - |
| HSV(B) | 150º | 0.26% | 0.6% | - |
| XYZ | 22.43 | 27.99 | 26.41 | - |
| YUV | 138.76 | 124.75 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 153 | 133 | 0.26 | 0 | 0.13 | 0.4 | 150 | 0.16 | 0.52 |
| Hex | 71 | 99 | 85 | 1A | 0 | D | 28 | 96 | 10 | 34 |
| Octal | 161 | 231 | 205 | 32 | 0 | 15 | 50 | 226 | 20 | 64 |
| Binary | 1110001 | 10011001 | 10000101 | 11010 | 0 | 1101 | 101000 | 10010110 | 10000 | 110100 |
Color Harmonies of #719985
Complementary color
Monochromatic Colors of #719985
Black with #719985
Text Example
Text Example
White with #719985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719985; }
p { color: rgb(113,153,133); }
H1.HeaderClassName
{
color: #719985;
}
.AnyTagClassName
{
color: #719985;
}
</style>
background-color css
<style>
a { background-color: #719985; }
a { background-color: rgb(113,153,133); }
div.DivClassName
{
background-color: #719985;
}
.BgClassName
{
background-color: #719985;
}
</style>
border-color css
<style>
span { border-color: #719985; }
span { border-color: rgb(113,153,133); }
td.TdClassName
{
border-color: #719985;
}
.TagClassName
{
border-color: #719985;
}
</style>