Shades of Trendy Green #717C1E
Tints of Trendy Green #717C1E
RGB
CMYK
RGB Variations
Color information
#717C1E (or 0x717C1E) is known color: Trendy Green. HEX triplet: 71, 7C and 1E. RGB value is (113,124,30). Sum of RGB (Red+Green+Blue) = 113+124+30=267 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.32% from 267); Green value is 124 (48.83% from 255 or 46.44% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 124 - color contains mainly: green. Hex color #717C1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717C1E is #8E83E1. Grayscale: #6E6E6E. Windows color (decimal): -9339874 or 1997937. OLE color: 1997937.
HSL color Cylindrical-coordinate representation of color #717C1E: hue angle of 67.02º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #717C1E is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 124 | 30 | - |
| CMYK | 0.09 | 0 | 0.76 | 0.51 |
| HSL | 67.02º | 0.61% | 0.3% | - |
| HSV(B) | 67.02º | 0.76% | 0.49% | - |
| XYZ | 14.25 | 18.02 | 3.96 | - |
| YUV | 110 | 82.86 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 124 | 30 | 0.09 | 0 | 0.76 | 0.51 | 67.02 | 0.61 | 0.3 |
| Hex | 71 | 7C | 1E | 9 | 0 | 4C | 33 | 43 | 3D | 1E |
| Octal | 161 | 174 | 36 | 11 | 0 | 114 | 63 | 103 | 75 | 36 |
| Binary | 1110001 | 1111100 | 11110 | 1001 | 0 | 1001100 | 110011 | 1000011 | 111101 | 11110 |
Color Harmonies of #717C1E
Complementary color
Monochromatic Colors of #717C1E
Black with #717C1E
Text Example
Text Example
White with #717C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717C1E; }
p { color: rgb(113,124,30); }
H1.HeaderClassName
{
color: #717C1E;
}
.AnyTagClassName
{
color: #717C1E;
}
</style>
background-color css
<style>
a { background-color: #717C1E; }
a { background-color: rgb(113,124,30); }
div.DivClassName
{
background-color: #717C1E;
}
.BgClassName
{
background-color: #717C1E;
}
</style>
border-color css
<style>
span { border-color: #717C1E; }
span { border-color: rgb(113,124,30); }
td.TdClassName
{
border-color: #717C1E;
}
.TagClassName
{
border-color: #717C1E;
}
</style>