Shades of Trendy Green #708117
Tints of Trendy Green #708117
RGB
CMYK
RGB Variations
Color information
#708117 (or 0x708117) is known color: Trendy Green. HEX triplet: 70, 81 and 17. RGB value is (112,129,23). Sum of RGB (Red+Green+Blue) = 112+129+23=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 129 (50.78% from 255 or 48.86% from 264); Blue value is 23 (9.38% from 255 or 8.71% from 264); Max value from RGB is 129 - color contains mainly: green. Hex color #708117 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708117 is #8F7EE8. Grayscale: #707070. Windows color (decimal): -9404137 or 1540464. OLE color: 1540464.
HSL color Cylindrical-coordinate representation of color #708117: hue angle of 69.62º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #708117 is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 129 | 23 | - |
| CMYK | 0.13 | 0 | 0.82 | 0.49 |
| HSL | 69.62º | 0.7% | 0.3% | - |
| HSV(B) | 69.62º | 0.82% | 0.51% | - |
| XYZ | 14.69 | 19.21 | 3.74 | - |
| YUV | 111.83 | 77.87 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 129 | 23 | 0.13 | 0 | 0.82 | 0.49 | 69.62 | 0.7 | 0.3 |
| Hex | 70 | 81 | 17 | D | 0 | 52 | 31 | 46 | 46 | 1E |
| Octal | 160 | 201 | 27 | 15 | 0 | 122 | 61 | 106 | 106 | 36 |
| Binary | 1110000 | 10000001 | 10111 | 1101 | 0 | 1010010 | 110001 | 1000110 | 1000110 | 11110 |
Color Harmonies of #708117
Complementary color
Monochromatic Colors of #708117
Black with #708117
Text Example
Text Example
White with #708117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708117; }
p { color: rgb(112,129,23); }
H1.HeaderClassName
{
color: #708117;
}
.AnyTagClassName
{
color: #708117;
}
</style>
background-color css
<style>
a { background-color: #708117; }
a { background-color: rgb(112,129,23); }
div.DivClassName
{
background-color: #708117;
}
.BgClassName
{
background-color: #708117;
}
</style>
border-color css
<style>
span { border-color: #708117; }
span { border-color: rgb(112,129,23); }
td.TdClassName
{
border-color: #708117;
}
.TagClassName
{
border-color: #708117;
}
</style>