Shades of Trendy Green #7D8519
Tints of Trendy Green #7D8519
RGB
CMYK
RGB Variations
Color information
#7D8519 (or 0x7D8519) is known color: Trendy Green. HEX triplet: 7D, 85 and 19. RGB value is (125,133,25). Sum of RGB (Red+Green+Blue) = 125+133+25=283 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.17% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 133 - color contains mainly: green. Hex color #7D8519 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D8519 is #827AE6. Grayscale: #767676. Windows color (decimal): -8551143 or 1672573. OLE color: 1672573.
HSL color Cylindrical-coordinate representation of color #7D8519: hue angle of 64.44º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7D8519 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 125 | 133 | 25 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.48 |
| HSL | 64.44º | 0.68% | 0.31% | - |
| HSV(B) | 64.44º | 0.81% | 0.52% | - |
| XYZ | 17.02 | 21.21 | 4.12 | - |
| YUV | 118.3 | 75.35 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 133 | 25 | 0.06 | 0 | 0.81 | 0.48 | 64.44 | 0.68 | 0.31 |
| Hex | 7D | 85 | 19 | 6 | 0 | 51 | 30 | 40 | 44 | 1F |
| Octal | 175 | 205 | 31 | 6 | 0 | 121 | 60 | 100 | 104 | 37 |
| Binary | 1111101 | 10000101 | 11001 | 110 | 0 | 1010001 | 110000 | 1000000 | 1000100 | 11111 |
Color Harmonies of #7D8519
Complementary color
Monochromatic Colors of #7D8519
Black with #7D8519
Text Example
Text Example
White with #7D8519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8519; }
p { color: rgb(125,133,25); }
H1.HeaderClassName
{
color: #7D8519;
}
.AnyTagClassName
{
color: #7D8519;
}
</style>
background-color css
<style>
a { background-color: #7D8519; }
a { background-color: rgb(125,133,25); }
div.DivClassName
{
background-color: #7D8519;
}
.BgClassName
{
background-color: #7D8519;
}
</style>
border-color css
<style>
span { border-color: #7D8519; }
span { border-color: rgb(125,133,25); }
td.TdClassName
{
border-color: #7D8519;
}
.TagClassName
{
border-color: #7D8519;
}
</style>