Shades of Trendy Green #707D13
Tints of Trendy Green #707D13
RGB
CMYK
RGB Variations
Color information
#707D13 (or 0x707D13) is known color: Trendy Green. HEX triplet: 70, 7D and 13. RGB value is (112,125,19). Sum of RGB (Red+Green+Blue) = 112+125+19=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 125 (49.22% from 255 or 48.83% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 125 - color contains mainly: green. Hex color #707D13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707D13 is #8F82EC. Grayscale: #6D6D6D. Windows color (decimal): -9405165 or 1277296. OLE color: 1277296.
HSL color Cylindrical-coordinate representation of color #707D13: hue angle of 67.36º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #707D13 is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 125 | 19 | - |
| CMYK | 0.10 | 0 | 0.85 | 0.51 |
| HSL | 67.36º | 0.74% | 0.28% | - |
| HSV(B) | 67.36º | 0.85% | 0.49% | - |
| XYZ | 14.13 | 18.16 | 3.38 | - |
| YUV | 109.03 | 77.19 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 125 | 19 | 0.10 | 0 | 0.85 | 0.51 | 67.36 | 0.74 | 0.28 |
| Hex | 70 | 7D | 13 | A | 0 | 55 | 33 | 43 | 4A | 1C |
| Octal | 160 | 175 | 23 | 12 | 0 | 125 | 63 | 103 | 112 | 34 |
| Binary | 1110000 | 1111101 | 10011 | 1010 | 0 | 1010101 | 110011 | 1000011 | 1001010 | 11100 |
Color Harmonies of #707D13
Complementary color
Monochromatic Colors of #707D13
Black with #707D13
Text Example
Text Example
White with #707D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707D13; }
p { color: rgb(112,125,19); }
H1.HeaderClassName
{
color: #707D13;
}
.AnyTagClassName
{
color: #707D13;
}
</style>
background-color css
<style>
a { background-color: #707D13; }
a { background-color: rgb(112,125,19); }
div.DivClassName
{
background-color: #707D13;
}
.BgClassName
{
background-color: #707D13;
}
</style>
border-color css
<style>
span { border-color: #707D13; }
span { border-color: rgb(112,125,19); }
td.TdClassName
{
border-color: #707D13;
}
.TagClassName
{
border-color: #707D13;
}
</style>