Shades of Trendy Green #717C1D
Tints of Trendy Green #717C1D
RGB
CMYK
RGB Variations
Color information
#717C1D (or 0x717C1D) is known color: Trendy Green. HEX triplet: 71, 7C and 1D. RGB value is (113,124,29). Sum of RGB (Red+Green+Blue) = 113+124+29=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 124 (48.83% from 255 or 46.62% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 124 - color contains mainly: green. Hex color #717C1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717C1D is #8E83E2. Grayscale: #6E6E6E. Windows color (decimal): -9339875 or 1932401. OLE color: 1932401.
HSL color Cylindrical-coordinate representation of color #717C1D: hue angle of 66.95º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #717C1D is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 124 | 29 | - |
| CMYK | 0.09 | 0 | 0.77 | 0.51 |
| HSL | 66.95º | 0.62% | 0.3% | - |
| HSV(B) | 66.95º | 0.77% | 0.49% | - |
| XYZ | 14.24 | 18.01 | 3.89 | - |
| YUV | 109.88 | 82.36 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 124 | 29 | 0.09 | 0 | 0.77 | 0.51 | 66.95 | 0.62 | 0.3 |
| Hex | 71 | 7C | 1D | 9 | 0 | 4D | 33 | 43 | 3E | 1E |
| Octal | 161 | 174 | 35 | 11 | 0 | 115 | 63 | 103 | 76 | 36 |
| Binary | 1110001 | 1111100 | 11101 | 1001 | 0 | 1001101 | 110011 | 1000011 | 111110 | 11110 |
Color Harmonies of #717C1D
Complementary color
Monochromatic Colors of #717C1D
Black with #717C1D
Text Example
Text Example
White with #717C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717C1D; }
p { color: rgb(113,124,29); }
H1.HeaderClassName
{
color: #717C1D;
}
.AnyTagClassName
{
color: #717C1D;
}
</style>
background-color css
<style>
a { background-color: #717C1D; }
a { background-color: rgb(113,124,29); }
div.DivClassName
{
background-color: #717C1D;
}
.BgClassName
{
background-color: #717C1D;
}
</style>
border-color css
<style>
span { border-color: #717C1D; }
span { border-color: rgb(113,124,29); }
td.TdClassName
{
border-color: #717C1D;
}
.TagClassName
{
border-color: #717C1D;
}
</style>