Shades of Trendy Green #718019
Tints of Trendy Green #718019
RGB
CMYK
RGB Variations
Color information
#718019 (or 0x718019) is known color: Trendy Green. HEX triplet: 71, 80 and 19. RGB value is (113,128,25). Sum of RGB (Red+Green+Blue) = 113+128+25=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 128 (50.39% from 255 or 48.12% from 266); Blue value is 25 (10.16% from 255 or 9.40% from 266); Max value from RGB is 128 - color contains mainly: green. Hex color #718019 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718019 is #8E7FE6. Grayscale: #707070. Windows color (decimal): -9338855 or 1671281. OLE color: 1671281.
HSL color Cylindrical-coordinate representation of color #718019: hue angle of 68.74º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #718019 is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 113 | 128 | 25 | - |
| CMYK | 0.12 | 0 | 0.80 | 0.50 |
| HSL | 68.74º | 0.67% | 0.3% | - |
| HSV(B) | 68.74º | 0.8% | 0.5% | - |
| XYZ | 14.7 | 19.02 | 3.82 | - |
| YUV | 111.77 | 79.03 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 128 | 25 | 0.12 | 0 | 0.80 | 0.50 | 68.74 | 0.67 | 0.3 |
| Hex | 71 | 80 | 19 | C | 0 | 50 | 32 | 45 | 43 | 1E |
| Octal | 161 | 200 | 31 | 14 | 0 | 120 | 62 | 105 | 103 | 36 |
| Binary | 1110001 | 10000000 | 11001 | 1100 | 0 | 1010000 | 110010 | 1000101 | 1000011 | 11110 |
Color Harmonies of #718019
Complementary color
Monochromatic Colors of #718019
Black with #718019
Text Example
Text Example
White with #718019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718019; }
p { color: rgb(113,128,25); }
H1.HeaderClassName
{
color: #718019;
}
.AnyTagClassName
{
color: #718019;
}
</style>
background-color css
<style>
a { background-color: #718019; }
a { background-color: rgb(113,128,25); }
div.DivClassName
{
background-color: #718019;
}
.BgClassName
{
background-color: #718019;
}
</style>
border-color css
<style>
span { border-color: #718019; }
span { border-color: rgb(113,128,25); }
td.TdClassName
{
border-color: #718019;
}
.TagClassName
{
border-color: #718019;
}
</style>