Shades of Trendy Green #707C14
Tints of Trendy Green #707C14
RGB
CMYK
RGB Variations
Color information
#707C14 (or 0x707C14) is known color: Trendy Green. HEX triplet: 70, 7C and 14. RGB value is (112,124,20). Sum of RGB (Red+Green+Blue) = 112+124+20=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 124 (48.83% from 255 or 48.44% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 124 - color contains mainly: green. Hex color #707C14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707C14 is #8F83EB. Grayscale: #6C6C6C. Windows color (decimal): -9405420 or 1342576. OLE color: 1342576.
HSL color Cylindrical-coordinate representation of color #707C14: hue angle of 66.92º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #707C14 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 124 | 20 | - |
| CMYK | 0.10 | 0 | 0.84 | 0.51 |
| HSL | 66.92º | 0.72% | 0.28% | - |
| HSV(B) | 66.92º | 0.84% | 0.49% | - |
| XYZ | 14.02 | 17.91 | 3.38 | - |
| YUV | 108.56 | 78.02 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 124 | 20 | 0.10 | 0 | 0.84 | 0.51 | 66.92 | 0.72 | 0.28 |
| Hex | 70 | 7C | 14 | A | 0 | 54 | 33 | 43 | 48 | 1C |
| Octal | 160 | 174 | 24 | 12 | 0 | 124 | 63 | 103 | 110 | 34 |
| Binary | 1110000 | 1111100 | 10100 | 1010 | 0 | 1010100 | 110011 | 1000011 | 1001000 | 11100 |
Color Harmonies of #707C14
Complementary color
Monochromatic Colors of #707C14
Black with #707C14
Text Example
Text Example
White with #707C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707C14; }
p { color: rgb(112,124,20); }
H1.HeaderClassName
{
color: #707C14;
}
.AnyTagClassName
{
color: #707C14;
}
</style>
background-color css
<style>
a { background-color: #707C14; }
a { background-color: rgb(112,124,20); }
div.DivClassName
{
background-color: #707C14;
}
.BgClassName
{
background-color: #707C14;
}
</style>
border-color css
<style>
span { border-color: #707C14; }
span { border-color: rgb(112,124,20); }
td.TdClassName
{
border-color: #707C14;
}
.TagClassName
{
border-color: #707C14;
}
</style>