Shades of Trendy Green #717E1E
Tints of Trendy Green #717E1E
RGB
CMYK
RGB Variations
Color information
#717E1E (or 0x717E1E) is known color: Trendy Green. HEX triplet: 71, 7E and 1E. RGB value is (113,126,30). Sum of RGB (Red+Green+Blue) = 113+126+30=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 126 (49.61% from 255 or 46.84% from 269); Blue value is 30 (12.11% from 255 or 11.15% from 269); Max value from RGB is 126 - color contains mainly: green. Hex color #717E1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717E1E is #8E81E1. Grayscale: #6F6F6F. Windows color (decimal): -9339362 or 1998449. OLE color: 1998449.
HSL color Cylindrical-coordinate representation of color #717E1E: hue angle of 68.13º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #717E1E is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 126 | 30 | - |
| CMYK | 0.10 | 0 | 0.76 | 0.51 |
| HSL | 68.13º | 0.62% | 0.31% | - |
| HSV(B) | 68.13º | 0.76% | 0.49% | - |
| XYZ | 14.51 | 18.53 | 4.04 | - |
| YUV | 111.17 | 82.19 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 126 | 30 | 0.10 | 0 | 0.76 | 0.51 | 68.13 | 0.62 | 0.31 |
| Hex | 71 | 7E | 1E | A | 0 | 4C | 33 | 44 | 3E | 1F |
| Octal | 161 | 176 | 36 | 12 | 0 | 114 | 63 | 104 | 76 | 37 |
| Binary | 1110001 | 1111110 | 11110 | 1010 | 0 | 1001100 | 110011 | 1000100 | 111110 | 11111 |
Color Harmonies of #717E1E
Complementary color
Monochromatic Colors of #717E1E
Black with #717E1E
Text Example
Text Example
White with #717E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717E1E; }
p { color: rgb(113,126,30); }
H1.HeaderClassName
{
color: #717E1E;
}
.AnyTagClassName
{
color: #717E1E;
}
</style>
background-color css
<style>
a { background-color: #717E1E; }
a { background-color: rgb(113,126,30); }
div.DivClassName
{
background-color: #717E1E;
}
.BgClassName
{
background-color: #717E1E;
}
</style>
border-color css
<style>
span { border-color: #717E1E; }
span { border-color: rgb(113,126,30); }
td.TdClassName
{
border-color: #717E1E;
}
.TagClassName
{
border-color: #717E1E;
}
</style>