Shades of Trendy Green #718134
Tints of Trendy Green #718134
RGB
CMYK
RGB Variations
Color information
#718134 (or 0x718134) is known color: Trendy Green. HEX triplet: 71, 81 and 34. RGB value is (113,129,52). Sum of RGB (Red+Green+Blue) = 113+129+52=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 129 (50.78% from 255 or 43.88% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 129 - color contains mainly: green. Hex color #718134 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718134 is #8E7ECB. Grayscale: #737373. Windows color (decimal): -9338572 or 3441009. OLE color: 3441009.
HSL color Cylindrical-coordinate representation of color #718134: hue angle of 72.47º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #718134 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 129 | 52 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.49 |
| HSL | 72.47º | 0.43% | 0.35% | - |
| HSV(B) | 72.47º | 0.6% | 0.51% | - |
| XYZ | 15.28 | 19.46 | 6.2 | - |
| YUV | 115.44 | 92.2 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 129 | 52 | 0.12 | 0 | 0.60 | 0.49 | 72.47 | 0.43 | 0.35 |
| Hex | 71 | 81 | 34 | C | 0 | 3C | 31 | 48 | 2B | 23 |
| Octal | 161 | 201 | 64 | 14 | 0 | 74 | 61 | 110 | 53 | 43 |
| Binary | 1110001 | 10000001 | 110100 | 1100 | 0 | 111100 | 110001 | 1001000 | 101011 | 100011 |
Color Harmonies of #718134
Complementary color
Monochromatic Colors of #718134
Black with #718134
Text Example
Text Example
White with #718134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718134; }
p { color: rgb(113,129,52); }
H1.HeaderClassName
{
color: #718134;
}
.AnyTagClassName
{
color: #718134;
}
</style>
background-color css
<style>
a { background-color: #718134; }
a { background-color: rgb(113,129,52); }
div.DivClassName
{
background-color: #718134;
}
.BgClassName
{
background-color: #718134;
}
</style>
border-color css
<style>
span { border-color: #718134; }
span { border-color: rgb(113,129,52); }
td.TdClassName
{
border-color: #718134;
}
.TagClassName
{
border-color: #718134;
}
</style>