Shades of Trendy Green #708114
Tints of Trendy Green #708114
RGB
CMYK
RGB Variations
Color information
#708114 (or 0x708114) is known color: Trendy Green. HEX triplet: 70, 81 and 14. RGB value is (112,129,20). Sum of RGB (Red+Green+Blue) = 112+129+20=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 129 (50.78% from 255 or 49.43% from 261); Blue value is 20 (8.20% from 255 or 7.66% from 261); Max value from RGB is 129 - color contains mainly: green. Hex color #708114 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708114 is #8F7EEB. Grayscale: #6F6F6F. Windows color (decimal): -9404140 or 1343856. OLE color: 1343856.
HSL color Cylindrical-coordinate representation of color #708114: hue angle of 69.36º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #708114 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 129 | 20 | - |
| CMYK | 0.13 | 0 | 0.84 | 0.49 |
| HSL | 69.36º | 0.73% | 0.29% | - |
| HSV(B) | 69.36º | 0.84% | 0.51% | - |
| XYZ | 14.66 | 19.2 | 3.59 | - |
| YUV | 111.49 | 76.37 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 129 | 20 | 0.13 | 0 | 0.84 | 0.49 | 69.36 | 0.73 | 0.29 |
| Hex | 70 | 81 | 14 | D | 0 | 54 | 31 | 45 | 49 | 1D |
| Octal | 160 | 201 | 24 | 15 | 0 | 124 | 61 | 105 | 111 | 35 |
| Binary | 1110000 | 10000001 | 10100 | 1101 | 0 | 1010100 | 110001 | 1000101 | 1001001 | 11101 |
Color Harmonies of #708114
Complementary color
Monochromatic Colors of #708114
Black with #708114
Text Example
Text Example
White with #708114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708114; }
p { color: rgb(112,129,20); }
H1.HeaderClassName
{
color: #708114;
}
.AnyTagClassName
{
color: #708114;
}
</style>
background-color css
<style>
a { background-color: #708114; }
a { background-color: rgb(112,129,20); }
div.DivClassName
{
background-color: #708114;
}
.BgClassName
{
background-color: #708114;
}
</style>
border-color css
<style>
span { border-color: #708114; }
span { border-color: rgb(112,129,20); }
td.TdClassName
{
border-color: #708114;
}
.TagClassName
{
border-color: #708114;
}
</style>