Shades of Trendy Green #718215
Tints of Trendy Green #718215
RGB
CMYK
RGB Variations
Color information
#718215 (or 0x718215) is known color: Trendy Green. HEX triplet: 71, 82 and 15. RGB value is (113,130,21). Sum of RGB (Red+Green+Blue) = 113+130+21=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 130 (51.17% from 255 or 49.24% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 130 - color contains mainly: green. Hex color #718215 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718215 is #8E7DEA. Grayscale: #707070. Windows color (decimal): -9338347 or 1409649. OLE color: 1409649.
HSL color Cylindrical-coordinate representation of color #718215: hue angle of 69.36º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #718215 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 130 | 21 | - |
| CMYK | 0.13 | 0 | 0.84 | 0.49 |
| HSL | 69.36º | 0.72% | 0.3% | - |
| HSV(B) | 69.36º | 0.84% | 0.51% | - |
| XYZ | 14.93 | 19.53 | 3.69 | - |
| YUV | 112.49 | 76.37 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 130 | 21 | 0.13 | 0 | 0.84 | 0.49 | 69.36 | 0.72 | 0.3 |
| Hex | 71 | 82 | 15 | D | 0 | 54 | 31 | 45 | 48 | 1E |
| Octal | 161 | 202 | 25 | 15 | 0 | 124 | 61 | 105 | 110 | 36 |
| Binary | 1110001 | 10000010 | 10101 | 1101 | 0 | 1010100 | 110001 | 1000101 | 1001000 | 11110 |
Color Harmonies of #718215
Complementary color
Monochromatic Colors of #718215
Black with #718215
Text Example
Text Example
White with #718215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718215; }
p { color: rgb(113,130,21); }
H1.HeaderClassName
{
color: #718215;
}
.AnyTagClassName
{
color: #718215;
}
</style>
background-color css
<style>
a { background-color: #718215; }
a { background-color: rgb(113,130,21); }
div.DivClassName
{
background-color: #718215;
}
.BgClassName
{
background-color: #718215;
}
</style>
border-color css
<style>
span { border-color: #718215; }
span { border-color: rgb(113,130,21); }
td.TdClassName
{
border-color: #718215;
}
.TagClassName
{
border-color: #718215;
}
</style>