Shades of Trendy Green #708120
Tints of Trendy Green #708120
RGB
CMYK
RGB Variations
Color information
#708120 (or 0x708120) is known color: Trendy Green. HEX triplet: 70, 81 and 20. RGB value is (112,129,32). Sum of RGB (Red+Green+Blue) = 112+129+32=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 129 (50.78% from 255 or 47.25% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 129 - color contains mainly: green. Hex color #708120 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708120 is #8F7EDF. Grayscale: #717171. Windows color (decimal): -9404128 or 2130288. OLE color: 2130288.
HSL color Cylindrical-coordinate representation of color #708120: hue angle of 70.52º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #708120 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 129 | 32 | - |
| CMYK | 0.13 | 0 | 0.75 | 0.49 |
| HSL | 70.52º | 0.6% | 0.32% | - |
| HSV(B) | 70.52º | 0.75% | 0.51% | - |
| XYZ | 14.79 | 19.25 | 4.3 | - |
| YUV | 112.86 | 82.37 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 129 | 32 | 0.13 | 0 | 0.75 | 0.49 | 70.52 | 0.6 | 0.32 |
| Hex | 70 | 81 | 20 | D | 0 | 4B | 31 | 47 | 3C | 20 |
| Octal | 160 | 201 | 40 | 15 | 0 | 113 | 61 | 107 | 74 | 40 |
| Binary | 1110000 | 10000001 | 100000 | 1101 | 0 | 1001011 | 110001 | 1000111 | 111100 | 100000 |
Color Harmonies of #708120
Complementary color
Monochromatic Colors of #708120
Black with #708120
Text Example
Text Example
White with #708120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708120; }
p { color: rgb(112,129,32); }
H1.HeaderClassName
{
color: #708120;
}
.AnyTagClassName
{
color: #708120;
}
</style>
background-color css
<style>
a { background-color: #708120; }
a { background-color: rgb(112,129,32); }
div.DivClassName
{
background-color: #708120;
}
.BgClassName
{
background-color: #708120;
}
</style>
border-color css
<style>
span { border-color: #708120; }
span { border-color: rgb(112,129,32); }
td.TdClassName
{
border-color: #708120;
}
.TagClassName
{
border-color: #708120;
}
</style>