Shades of Trendy Green #7D8719
Tints of Trendy Green #7D8719
RGB
CMYK
RGB Variations
Color information
#7D8719 (or 0x7D8719) is known color: Trendy Green. HEX triplet: 7D, 87 and 19. RGB value is (125,135,25). Sum of RGB (Red+Green+Blue) = 125+135+25=285 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.86% from 285); Green value is 135 (53.12% from 255 or 47.37% from 285); Blue value is 25 (10.16% from 255 or 8.77% from 285); Max value from RGB is 135 - color contains mainly: green. Hex color #7D8719 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D8719 is #8278E6. Grayscale: #777777. Windows color (decimal): -8550631 or 1673085. OLE color: 1673085.
HSL color Cylindrical-coordinate representation of color #7D8719: hue angle of 65.45º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7D8719 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 135 | 25 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.47 |
| HSL | 65.45º | 0.69% | 0.31% | - |
| HSV(B) | 65.45º | 0.81% | 0.53% | - |
| XYZ | 17.3 | 21.76 | 4.21 | - |
| YUV | 119.47 | 74.69 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 135 | 25 | 0.07 | 0 | 0.81 | 0.47 | 65.45 | 0.69 | 0.31 |
| Hex | 7D | 87 | 19 | 7 | 0 | 51 | 2F | 41 | 45 | 1F |
| Octal | 175 | 207 | 31 | 7 | 0 | 121 | 57 | 101 | 105 | 37 |
| Binary | 1111101 | 10000111 | 11001 | 111 | 0 | 1010001 | 101111 | 1000001 | 1000101 | 11111 |
Color Harmonies of #7D8719
Complementary color
Monochromatic Colors of #7D8719
Black with #7D8719
Text Example
Text Example
White with #7D8719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8719; }
p { color: rgb(125,135,25); }
H1.HeaderClassName
{
color: #7D8719;
}
.AnyTagClassName
{
color: #7D8719;
}
</style>
background-color css
<style>
a { background-color: #7D8719; }
a { background-color: rgb(125,135,25); }
div.DivClassName
{
background-color: #7D8719;
}
.BgClassName
{
background-color: #7D8719;
}
</style>
border-color css
<style>
span { border-color: #7D8719; }
span { border-color: rgb(125,135,25); }
td.TdClassName
{
border-color: #7D8719;
}
.TagClassName
{
border-color: #7D8719;
}
</style>