Shades of Trendy Green #708013
Tints of Trendy Green #708013
RGB
CMYK
RGB Variations
Color information
#708013 (or 0x708013) is known color: Trendy Green. HEX triplet: 70, 80 and 13. RGB value is (112,128,19). Sum of RGB (Red+Green+Blue) = 112+128+19=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 128 (50.39% from 255 or 49.42% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 128 - color contains mainly: green. Hex color #708013 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708013 is #8F7FEC. Grayscale: #6F6F6F. Windows color (decimal): -9404397 or 1278064. OLE color: 1278064.
HSL color Cylindrical-coordinate representation of color #708013: hue angle of 68.81º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #708013 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 128 | 19 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.50 |
| HSL | 68.81º | 0.74% | 0.29% | - |
| HSV(B) | 68.81º | 0.85% | 0.5% | - |
| XYZ | 14.52 | 18.93 | 3.5 | - |
| YUV | 110.79 | 76.2 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 128 | 19 | 0.12 | 0 | 0.85 | 0.50 | 68.81 | 0.74 | 0.29 |
| Hex | 70 | 80 | 13 | C | 0 | 55 | 32 | 45 | 4A | 1D |
| Octal | 160 | 200 | 23 | 14 | 0 | 125 | 62 | 105 | 112 | 35 |
| Binary | 1110000 | 10000000 | 10011 | 1100 | 0 | 1010101 | 110010 | 1000101 | 1001010 | 11101 |
Color Harmonies of #708013
Complementary color
Monochromatic Colors of #708013
Black with #708013
Text Example
Text Example
White with #708013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708013; }
p { color: rgb(112,128,19); }
H1.HeaderClassName
{
color: #708013;
}
.AnyTagClassName
{
color: #708013;
}
</style>
background-color css
<style>
a { background-color: #708013; }
a { background-color: rgb(112,128,19); }
div.DivClassName
{
background-color: #708013;
}
.BgClassName
{
background-color: #708013;
}
</style>
border-color css
<style>
span { border-color: #708013; }
span { border-color: rgb(112,128,19); }
td.TdClassName
{
border-color: #708013;
}
.TagClassName
{
border-color: #708013;
}
</style>