Shades of Trendy Green #717E1B
Tints of Trendy Green #717E1B
RGB
CMYK
RGB Variations
Color information
#717E1B (or 0x717E1B) is known color: Trendy Green. HEX triplet: 71, 7E and 1B. RGB value is (113,126,27). Sum of RGB (Red+Green+Blue) = 113+126+27=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 126 (49.61% from 255 or 47.37% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 126 - color contains mainly: green. Hex color #717E1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717E1B is #8E81E4. Grayscale: #6F6F6F. Windows color (decimal): -9339365 or 1801841. OLE color: 1801841.
HSL color Cylindrical-coordinate representation of color #717E1B: hue angle of 67.88º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #717E1B is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 126 | 27 | - |
| CMYK | 0.10 | 0 | 0.79 | 0.51 |
| HSL | 67.88º | 0.65% | 0.3% | - |
| HSV(B) | 67.88º | 0.79% | 0.49% | - |
| XYZ | 14.47 | 18.51 | 3.85 | - |
| YUV | 110.83 | 80.69 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 126 | 27 | 0.10 | 0 | 0.79 | 0.51 | 67.88 | 0.65 | 0.3 |
| Hex | 71 | 7E | 1B | A | 0 | 4F | 33 | 44 | 41 | 1E |
| Octal | 161 | 176 | 33 | 12 | 0 | 117 | 63 | 104 | 101 | 36 |
| Binary | 1110001 | 1111110 | 11011 | 1010 | 0 | 1001111 | 110011 | 1000100 | 1000001 | 11110 |
Color Harmonies of #717E1B
Complementary color
Monochromatic Colors of #717E1B
Black with #717E1B
Text Example
Text Example
White with #717E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717E1B; }
p { color: rgb(113,126,27); }
H1.HeaderClassName
{
color: #717E1B;
}
.AnyTagClassName
{
color: #717E1B;
}
</style>
background-color css
<style>
a { background-color: #717E1B; }
a { background-color: rgb(113,126,27); }
div.DivClassName
{
background-color: #717E1B;
}
.BgClassName
{
background-color: #717E1B;
}
</style>
border-color css
<style>
span { border-color: #717E1B; }
span { border-color: rgb(113,126,27); }
td.TdClassName
{
border-color: #717E1B;
}
.TagClassName
{
border-color: #717E1B;
}
</style>