Shades of Trendy Green #707F26
Tints of Trendy Green #707F26
RGB
CMYK
RGB Variations
Color information
#707F26 (or 0x707F26) is known color: Trendy Green. HEX triplet: 70, 7F and 26. RGB value is (112,127,38). Sum of RGB (Red+Green+Blue) = 112+127+38=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 127 (50% from 255 or 45.85% from 277); Blue value is 38 (15.23% from 255 or 13.72% from 277); Max value from RGB is 127 - color contains mainly: green. Hex color #707F26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707F26 is #8F80D9. Grayscale: #707070. Windows color (decimal): -9404634 or 2522992. OLE color: 2522992.
HSL color Cylindrical-coordinate representation of color #707F26: hue angle of 70.11º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #707F26 is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 127 | 38 | - |
| CMYK | 0.12 | 0 | 0.70 | 0.50 |
| HSL | 70.11º | 0.54% | 0.32% | - |
| HSV(B) | 70.11º | 0.7% | 0.5% | - |
| XYZ | 14.62 | 18.76 | 4.68 | - |
| YUV | 112.37 | 86.03 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 127 | 38 | 0.12 | 0 | 0.70 | 0.50 | 70.11 | 0.54 | 0.32 |
| Hex | 70 | 7F | 26 | C | 0 | 46 | 32 | 46 | 36 | 20 |
| Octal | 160 | 177 | 46 | 14 | 0 | 106 | 62 | 106 | 66 | 40 |
| Binary | 1110000 | 1111111 | 100110 | 1100 | 0 | 1000110 | 110010 | 1000110 | 110110 | 100000 |
Color Harmonies of #707F26
Complementary color
Monochromatic Colors of #707F26
Black with #707F26
Text Example
Text Example
White with #707F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707F26; }
p { color: rgb(112,127,38); }
H1.HeaderClassName
{
color: #707F26;
}
.AnyTagClassName
{
color: #707F26;
}
</style>
background-color css
<style>
a { background-color: #707F26; }
a { background-color: rgb(112,127,38); }
div.DivClassName
{
background-color: #707F26;
}
.BgClassName
{
background-color: #707F26;
}
</style>
border-color css
<style>
span { border-color: #707F26; }
span { border-color: rgb(112,127,38); }
td.TdClassName
{
border-color: #707F26;
}
.TagClassName
{
border-color: #707F26;
}
</style>