Shades of Trendy Green #717C1F
Tints of Trendy Green #717C1F
RGB
CMYK
RGB Variations
Color information
#717C1F (or 0x717C1F) is known color: Trendy Green. HEX triplet: 71, 7C and 1F. RGB value is (113,124,31). Sum of RGB (Red+Green+Blue) = 113+124+31=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 124 (48.83% from 255 or 46.27% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 124 - color contains mainly: green. Hex color #717C1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717C1F is #8E83E0. Grayscale: #6E6E6E. Windows color (decimal): -9339873 or 2063473. OLE color: 2063473.
HSL color Cylindrical-coordinate representation of color #717C1F: hue angle of 67.1º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #717C1F is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 124 | 31 | - |
| CMYK | 0.09 | 0 | 0.75 | 0.51 |
| HSL | 67.1º | 0.6% | 0.3% | - |
| HSV(B) | 67.1º | 0.75% | 0.49% | - |
| XYZ | 14.27 | 18.02 | 4.02 | - |
| YUV | 110.11 | 83.36 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 124 | 31 | 0.09 | 0 | 0.75 | 0.51 | 67.1 | 0.6 | 0.3 |
| Hex | 71 | 7C | 1F | 9 | 0 | 4B | 33 | 43 | 3C | 1E |
| Octal | 161 | 174 | 37 | 11 | 0 | 113 | 63 | 103 | 74 | 36 |
| Binary | 1110001 | 1111100 | 11111 | 1001 | 0 | 1001011 | 110011 | 1000011 | 111100 | 11110 |
Color Harmonies of #717C1F
Complementary color
Monochromatic Colors of #717C1F
Black with #717C1F
Text Example
Text Example
White with #717C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717C1F; }
p { color: rgb(113,124,31); }
H1.HeaderClassName
{
color: #717C1F;
}
.AnyTagClassName
{
color: #717C1F;
}
</style>
background-color css
<style>
a { background-color: #717C1F; }
a { background-color: rgb(113,124,31); }
div.DivClassName
{
background-color: #717C1F;
}
.BgClassName
{
background-color: #717C1F;
}
</style>
border-color css
<style>
span { border-color: #717C1F; }
span { border-color: rgb(113,124,31); }
td.TdClassName
{
border-color: #717C1F;
}
.TagClassName
{
border-color: #717C1F;
}
</style>