Shades of Trendy Green #707E12
Tints of Trendy Green #707E12
RGB
CMYK
RGB Variations
Color information
#707E12 (or 0x707E12) is known color: Trendy Green. HEX triplet: 70, 7E and 12. RGB value is (112,126,18). Sum of RGB (Red+Green+Blue) = 112+126+18=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 126 (49.61% from 255 or 49.22% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 126 - color contains mainly: green. Hex color #707E12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707E12 is #8F81ED. Grayscale: #6D6D6D. Windows color (decimal): -9404910 or 1212016. OLE color: 1212016.
HSL color Cylindrical-coordinate representation of color #707E12: hue angle of 67.78º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #707E12 is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 126 | 18 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.51 |
| HSL | 67.78º | 0.75% | 0.28% | - |
| HSV(B) | 67.78º | 0.86% | 0.49% | - |
| XYZ | 14.25 | 18.41 | 3.37 | - |
| YUV | 109.5 | 76.36 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 126 | 18 | 0.11 | 0 | 0.86 | 0.51 | 67.78 | 0.75 | 0.28 |
| Hex | 70 | 7E | 12 | B | 0 | 56 | 33 | 44 | 4B | 1C |
| Octal | 160 | 176 | 22 | 13 | 0 | 126 | 63 | 104 | 113 | 34 |
| Binary | 1110000 | 1111110 | 10010 | 1011 | 0 | 1010110 | 110011 | 1000100 | 1001011 | 11100 |
Color Harmonies of #707E12
Complementary color
Monochromatic Colors of #707E12
Black with #707E12
Text Example
Text Example
White with #707E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707E12; }
p { color: rgb(112,126,18); }
H1.HeaderClassName
{
color: #707E12;
}
.AnyTagClassName
{
color: #707E12;
}
</style>
background-color css
<style>
a { background-color: #707E12; }
a { background-color: rgb(112,126,18); }
div.DivClassName
{
background-color: #707E12;
}
.BgClassName
{
background-color: #707E12;
}
</style>
border-color css
<style>
span { border-color: #707E12; }
span { border-color: rgb(112,126,18); }
td.TdClassName
{
border-color: #707E12;
}
.TagClassName
{
border-color: #707E12;
}
</style>