Shades of Trendy Green #7D8622
Tints of Trendy Green #7D8622
RGB
CMYK
RGB Variations
Color information
#7D8622 (or 0x7D8622) is known color: Trendy Green. HEX triplet: 7D, 86 and 22. RGB value is (125,134,34). Sum of RGB (Red+Green+Blue) = 125+134+34=293 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.66% from 293); Green value is 134 (52.73% from 255 or 45.73% from 293); Blue value is 34 (13.67% from 255 or 11.60% from 293); Max value from RGB is 134 - color contains mainly: green. Hex color #7D8622 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8622 is #8279DD. Grayscale: #787878. Windows color (decimal): -8550878 or 2262653. OLE color: 2262653.
HSL color Cylindrical-coordinate representation of color #7D8622: hue angle of 65.4º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7D8622 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 134 | 34 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.47 |
| HSL | 65.4º | 0.6% | 0.33% | - |
| HSV(B) | 65.4º | 0.75% | 0.53% | - |
| XYZ | 17.27 | 21.53 | 4.76 | - |
| YUV | 119.91 | 79.52 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 134 | 34 | 0.07 | 0 | 0.75 | 0.47 | 65.4 | 0.6 | 0.33 |
| Hex | 7D | 86 | 22 | 7 | 0 | 4B | 2F | 41 | 3C | 21 |
| Octal | 175 | 206 | 42 | 7 | 0 | 113 | 57 | 101 | 74 | 41 |
| Binary | 1111101 | 10000110 | 100010 | 111 | 0 | 1001011 | 101111 | 1000001 | 111100 | 100001 |
Color Harmonies of #7D8622
Complementary color
Monochromatic Colors of #7D8622
Black with #7D8622
Text Example
Text Example
White with #7D8622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8622; }
p { color: rgb(125,134,34); }
H1.HeaderClassName
{
color: #7D8622;
}
.AnyTagClassName
{
color: #7D8622;
}
</style>
background-color css
<style>
a { background-color: #7D8622; }
a { background-color: rgb(125,134,34); }
div.DivClassName
{
background-color: #7D8622;
}
.BgClassName
{
background-color: #7D8622;
}
</style>
border-color css
<style>
span { border-color: #7D8622; }
span { border-color: rgb(125,134,34); }
td.TdClassName
{
border-color: #7D8622;
}
.TagClassName
{
border-color: #7D8622;
}
</style>