Shades of Trendy Green #718211
Tints of Trendy Green #718211
RGB
CMYK
RGB Variations
Color information
#718211 (or 0x718211) is known color: Trendy Green. HEX triplet: 71, 82 and 11. RGB value is (113,130,17). Sum of RGB (Red+Green+Blue) = 113+130+17=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 130 (51.17% from 255 or 50% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 130 - color contains mainly: green. Hex color #718211 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718211 is #8E7DEE. Grayscale: #707070. Windows color (decimal): -9338351 or 1147505. OLE color: 1147505.
HSL color Cylindrical-coordinate representation of color #718211: hue angle of 69.03º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #718211 is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 130 | 17 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.49 |
| HSL | 69.03º | 0.77% | 0.29% | - |
| HSV(B) | 69.03º | 0.87% | 0.51% | - |
| XYZ | 14.89 | 19.52 | 3.51 | - |
| YUV | 112.04 | 74.37 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 130 | 17 | 0.13 | 0 | 0.87 | 0.49 | 69.03 | 0.77 | 0.29 |
| Hex | 71 | 82 | 11 | D | 0 | 57 | 31 | 45 | 4D | 1D |
| Octal | 161 | 202 | 21 | 15 | 0 | 127 | 61 | 105 | 115 | 35 |
| Binary | 1110001 | 10000010 | 10001 | 1101 | 0 | 1010111 | 110001 | 1000101 | 1001101 | 11101 |
Color Harmonies of #718211
Complementary color
Monochromatic Colors of #718211
Black with #718211
Text Example
Text Example
White with #718211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718211; }
p { color: rgb(113,130,17); }
H1.HeaderClassName
{
color: #718211;
}
.AnyTagClassName
{
color: #718211;
}
</style>
background-color css
<style>
a { background-color: #718211; }
a { background-color: rgb(113,130,17); }
div.DivClassName
{
background-color: #718211;
}
.BgClassName
{
background-color: #718211;
}
</style>
border-color css
<style>
span { border-color: #718211; }
span { border-color: rgb(113,130,17); }
td.TdClassName
{
border-color: #718211;
}
.TagClassName
{
border-color: #718211;
}
</style>