Shades of Trendy Green #718124
Tints of Trendy Green #718124
RGB
CMYK
RGB Variations
Color information
#718124 (or 0x718124) is known color: Trendy Green. HEX triplet: 71, 81 and 24. RGB value is (113,129,36). Sum of RGB (Red+Green+Blue) = 113+129+36=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 129 (50.78% from 255 or 46.40% from 278); Blue value is 36 (14.45% from 255 or 12.95% from 278); Max value from RGB is 129 - color contains mainly: green. Hex color #718124 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718124 is #8E7EDB. Grayscale: #717171. Windows color (decimal): -9338588 or 2392433. OLE color: 2392433.
HSL color Cylindrical-coordinate representation of color #718124: hue angle of 70.32º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #718124 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 129 | 36 | - |
| CMYK | 0.12 | 0 | 0.72 | 0.49 |
| HSL | 70.32º | 0.56% | 0.32% | - |
| HSV(B) | 70.32º | 0.72% | 0.51% | - |
| XYZ | 14.98 | 19.34 | 4.61 | - |
| YUV | 113.61 | 84.2 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 129 | 36 | 0.12 | 0 | 0.72 | 0.49 | 70.32 | 0.56 | 0.32 |
| Hex | 71 | 81 | 24 | C | 0 | 48 | 31 | 46 | 38 | 20 |
| Octal | 161 | 201 | 44 | 14 | 0 | 110 | 61 | 106 | 70 | 40 |
| Binary | 1110001 | 10000001 | 100100 | 1100 | 0 | 1001000 | 110001 | 1000110 | 111000 | 100000 |
Color Harmonies of #718124
Complementary color
Monochromatic Colors of #718124
Black with #718124
Text Example
Text Example
White with #718124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718124; }
p { color: rgb(113,129,36); }
H1.HeaderClassName
{
color: #718124;
}
.AnyTagClassName
{
color: #718124;
}
</style>
background-color css
<style>
a { background-color: #718124; }
a { background-color: rgb(113,129,36); }
div.DivClassName
{
background-color: #718124;
}
.BgClassName
{
background-color: #718124;
}
</style>
border-color css
<style>
span { border-color: #718124; }
span { border-color: rgb(113,129,36); }
td.TdClassName
{
border-color: #718124;
}
.TagClassName
{
border-color: #718124;
}
</style>