Shades of Trendy Green #708127
Tints of Trendy Green #708127
RGB
CMYK
RGB Variations
Color information
#708127 (or 0x708127) is known color: Trendy Green. HEX triplet: 70, 81 and 27. RGB value is (112,129,39). Sum of RGB (Red+Green+Blue) = 112+129+39=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 129 (50.78% from 255 or 46.07% from 280); Blue value is 39 (15.62% from 255 or 13.93% from 280); Max value from RGB is 129 - color contains mainly: green. Hex color #708127 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708127 is #8F7ED8. Grayscale: #727272. Windows color (decimal): -9404121 or 2589040. OLE color: 2589040.
HSL color Cylindrical-coordinate representation of color #708127: hue angle of 71.33º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #708127 is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 129 | 39 | - |
| CMYK | 0.13 | 0 | 0.70 | 0.49 |
| HSL | 71.33º | 0.54% | 0.33% | - |
| HSV(B) | 71.33º | 0.7% | 0.51% | - |
| XYZ | 14.9 | 19.29 | 4.86 | - |
| YUV | 113.66 | 85.87 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 129 | 39 | 0.13 | 0 | 0.70 | 0.49 | 71.33 | 0.54 | 0.33 |
| Hex | 70 | 81 | 27 | D | 0 | 46 | 31 | 47 | 36 | 21 |
| Octal | 160 | 201 | 47 | 15 | 0 | 106 | 61 | 107 | 66 | 41 |
| Binary | 1110000 | 10000001 | 100111 | 1101 | 0 | 1000110 | 110001 | 1000111 | 110110 | 100001 |
Color Harmonies of #708127
Complementary color
Monochromatic Colors of #708127
Black with #708127
Text Example
Text Example
White with #708127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708127; }
p { color: rgb(112,129,39); }
H1.HeaderClassName
{
color: #708127;
}
.AnyTagClassName
{
color: #708127;
}
</style>
background-color css
<style>
a { background-color: #708127; }
a { background-color: rgb(112,129,39); }
div.DivClassName
{
background-color: #708127;
}
.BgClassName
{
background-color: #708127;
}
</style>
border-color css
<style>
span { border-color: #708127; }
span { border-color: rgb(112,129,39); }
td.TdClassName
{
border-color: #708127;
}
.TagClassName
{
border-color: #708127;
}
</style>