Shades of Trendy Green #707F19
Tints of Trendy Green #707F19
RGB
CMYK
RGB Variations
Color information
#707F19 (or 0x707F19) is known color: Trendy Green. HEX triplet: 70, 7F and 19. RGB value is (112,127,25). Sum of RGB (Red+Green+Blue) = 112+127+25=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 127 (50% from 255 or 48.11% from 264); Blue value is 25 (10.16% from 255 or 9.47% from 264); Max value from RGB is 127 - color contains mainly: green. Hex color #707F19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707F19 is #8F80E6. Grayscale: #6F6F6F. Windows color (decimal): -9404647 or 1671024. OLE color: 1671024.
HSL color Cylindrical-coordinate representation of color #707F19: hue angle of 68.82º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #707F19 is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 127 | 25 | - |
| CMYK | 0.12 | 0 | 0.80 | 0.50 |
| HSL | 68.82º | 0.67% | 0.3% | - |
| HSV(B) | 68.82º | 0.8% | 0.5% | - |
| XYZ | 14.45 | 18.69 | 3.77 | - |
| YUV | 110.89 | 79.53 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 127 | 25 | 0.12 | 0 | 0.80 | 0.50 | 68.82 | 0.67 | 0.3 |
| Hex | 70 | 7F | 19 | C | 0 | 50 | 32 | 45 | 43 | 1E |
| Octal | 160 | 177 | 31 | 14 | 0 | 120 | 62 | 105 | 103 | 36 |
| Binary | 1110000 | 1111111 | 11001 | 1100 | 0 | 1010000 | 110010 | 1000101 | 1000011 | 11110 |
Color Harmonies of #707F19
Complementary color
Monochromatic Colors of #707F19
Black with #707F19
Text Example
Text Example
White with #707F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707F19; }
p { color: rgb(112,127,25); }
H1.HeaderClassName
{
color: #707F19;
}
.AnyTagClassName
{
color: #707F19;
}
</style>
background-color css
<style>
a { background-color: #707F19; }
a { background-color: rgb(112,127,25); }
div.DivClassName
{
background-color: #707F19;
}
.BgClassName
{
background-color: #707F19;
}
</style>
border-color css
<style>
span { border-color: #707F19; }
span { border-color: rgb(112,127,25); }
td.TdClassName
{
border-color: #707F19;
}
.TagClassName
{
border-color: #707F19;
}
</style>