Shades of Trendy Green #707F14
Tints of Trendy Green #707F14
RGB
CMYK
RGB Variations
Color information
#707F14 (or 0x707F14) is known color: Trendy Green. HEX triplet: 70, 7F and 14. RGB value is (112,127,20). Sum of RGB (Red+Green+Blue) = 112+127+20=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 127 (50% from 255 or 49.03% from 259); Blue value is 20 (8.20% from 255 or 7.72% from 259); Max value from RGB is 127 - color contains mainly: green. Hex color #707F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707F14 is #8F80EB. Grayscale: #6E6E6E. Windows color (decimal): -9404652 or 1343344. OLE color: 1343344.
HSL color Cylindrical-coordinate representation of color #707F14: hue angle of 68.41º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #707F14 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 127 | 20 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.50 |
| HSL | 68.41º | 0.73% | 0.29% | - |
| HSV(B) | 68.41º | 0.84% | 0.5% | - |
| XYZ | 14.4 | 18.67 | 3.51 | - |
| YUV | 110.32 | 77.03 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 127 | 20 | 0.12 | 0 | 0.84 | 0.50 | 68.41 | 0.73 | 0.29 |
| Hex | 70 | 7F | 14 | C | 0 | 54 | 32 | 44 | 49 | 1D |
| Octal | 160 | 177 | 24 | 14 | 0 | 124 | 62 | 104 | 111 | 35 |
| Binary | 1110000 | 1111111 | 10100 | 1100 | 0 | 1010100 | 110010 | 1000100 | 1001001 | 11101 |
Color Harmonies of #707F14
Complementary color
Monochromatic Colors of #707F14
Black with #707F14
Text Example
Text Example
White with #707F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707F14; }
p { color: rgb(112,127,20); }
H1.HeaderClassName
{
color: #707F14;
}
.AnyTagClassName
{
color: #707F14;
}
</style>
background-color css
<style>
a { background-color: #707F14; }
a { background-color: rgb(112,127,20); }
div.DivClassName
{
background-color: #707F14;
}
.BgClassName
{
background-color: #707F14;
}
</style>
border-color css
<style>
span { border-color: #707F14; }
span { border-color: rgb(112,127,20); }
td.TdClassName
{
border-color: #707F14;
}
.TagClassName
{
border-color: #707F14;
}
</style>