Shades of Trendy Green #707F25
Tints of Trendy Green #707F25
RGB
CMYK
RGB Variations
Color information
#707F25 (or 0x707F25) is known color: Trendy Green. HEX triplet: 70, 7F and 25. RGB value is (112,127,37). Sum of RGB (Red+Green+Blue) = 112+127+37=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 127 (50% from 255 or 46.01% from 276); Blue value is 37 (14.84% from 255 or 13.41% from 276); Max value from RGB is 127 - color contains mainly: green. Hex color #707F25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707F25 is #8F80DA. Grayscale: #707070. Windows color (decimal): -9404635 or 2457456. OLE color: 2457456.
HSL color Cylindrical-coordinate representation of color #707F25: hue angle of 70º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #707F25 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 127 | 37 | - |
| CMYK | 0.12 | 0 | 0.71 | 0.50 |
| HSL | 70º | 0.55% | 0.32% | - |
| HSV(B) | 70º | 0.71% | 0.5% | - |
| XYZ | 14.61 | 18.76 | 4.6 | - |
| YUV | 112.26 | 85.53 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 127 | 37 | 0.12 | 0 | 0.71 | 0.50 | 70 | 0.55 | 0.32 |
| Hex | 70 | 7F | 25 | C | 0 | 47 | 32 | 46 | 37 | 20 |
| Octal | 160 | 177 | 45 | 14 | 0 | 107 | 62 | 106 | 67 | 40 |
| Binary | 1110000 | 1111111 | 100101 | 1100 | 0 | 1000111 | 110010 | 1000110 | 110111 | 100000 |
Color Harmonies of #707F25
Complementary color
Monochromatic Colors of #707F25
Black with #707F25
Text Example
Text Example
White with #707F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707F25; }
p { color: rgb(112,127,37); }
H1.HeaderClassName
{
color: #707F25;
}
.AnyTagClassName
{
color: #707F25;
}
</style>
background-color css
<style>
a { background-color: #707F25; }
a { background-color: rgb(112,127,37); }
div.DivClassName
{
background-color: #707F25;
}
.BgClassName
{
background-color: #707F25;
}
</style>
border-color css
<style>
span { border-color: #707F25; }
span { border-color: rgb(112,127,37); }
td.TdClassName
{
border-color: #707F25;
}
.TagClassName
{
border-color: #707F25;
}
</style>