Shades of Trendy Green #717F16
Tints of Trendy Green #717F16
RGB
CMYK
RGB Variations
Color information
#717F16 (or 0x717F16) is known color: Trendy Green. HEX triplet: 71, 7F and 16. RGB value is (113,127,22). Sum of RGB (Red+Green+Blue) = 113+127+22=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 127 (50% from 255 or 48.47% from 262); Blue value is 22 (8.98% from 255 or 8.40% from 262); Max value from RGB is 127 - color contains mainly: green. Hex color #717F16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717F16 is #8E80E9. Grayscale: #6F6F6F. Windows color (decimal): -9339114 or 1474417. OLE color: 1474417.
HSL color Cylindrical-coordinate representation of color #717F16: hue angle of 68º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #717F16 is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 113 | 127 | 22 | - |
| CMYK | 0.11 | 0 | 0.83 | 0.50 |
| HSL | 68º | 0.7% | 0.29% | - |
| HSV(B) | 68º | 0.83% | 0.5% | - |
| XYZ | 14.54 | 18.75 | 3.61 | - |
| YUV | 110.84 | 77.86 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 127 | 22 | 0.11 | 0 | 0.83 | 0.50 | 68 | 0.7 | 0.29 |
| Hex | 71 | 7F | 16 | B | 0 | 53 | 32 | 44 | 46 | 1D |
| Octal | 161 | 177 | 26 | 13 | 0 | 123 | 62 | 104 | 106 | 35 |
| Binary | 1110001 | 1111111 | 10110 | 1011 | 0 | 1010011 | 110010 | 1000100 | 1000110 | 11101 |
Color Harmonies of #717F16
Complementary color
Monochromatic Colors of #717F16
Black with #717F16
Text Example
Text Example
White with #717F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717F16; }
p { color: rgb(113,127,22); }
H1.HeaderClassName
{
color: #717F16;
}
.AnyTagClassName
{
color: #717F16;
}
</style>
background-color css
<style>
a { background-color: #717F16; }
a { background-color: rgb(113,127,22); }
div.DivClassName
{
background-color: #717F16;
}
.BgClassName
{
background-color: #717F16;
}
</style>
border-color css
<style>
span { border-color: #717F16; }
span { border-color: rgb(113,127,22); }
td.TdClassName
{
border-color: #717F16;
}
.TagClassName
{
border-color: #717F16;
}
</style>