Shades of Trendy Green #7D7E34
Tints of Trendy Green #7D7E34
RGB
CMYK
RGB Variations
Color information
#7D7E34 (or 0x7D7E34) is known color: Trendy Green. HEX triplet: 7D, 7E and 34. RGB value is (125,126,52). Sum of RGB (Red+Green+Blue) = 125+126+52=303 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.25% from 303); Green value is 126 (49.61% from 255 or 41.58% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 126 - color contains mainly: green. Hex color #7D7E34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7E34 is #8281CB. Grayscale: #757575. Windows color (decimal): -8552908 or 3440253. OLE color: 3440253.
HSL color Cylindrical-coordinate representation of color #7D7E34: hue angle of 60.81º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7D7E34 is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 126 | 52 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.51 |
| HSL | 60.81º | 0.42% | 0.35% | - |
| HSV(B) | 60.81º | 0.59% | 0.49% | - |
| XYZ | 16.54 | 19.53 | 6.15 | - |
| YUV | 117.27 | 91.17 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 126 | 52 | 0.01 | 0 | 0.59 | 0.51 | 60.81 | 0.42 | 0.35 |
| Hex | 7D | 7E | 34 | 1 | 0 | 3B | 33 | 3D | 2A | 23 |
| Octal | 175 | 176 | 64 | 1 | 0 | 73 | 63 | 75 | 52 | 43 |
| Binary | 1111101 | 1111110 | 110100 | 1 | 0 | 111011 | 110011 | 111101 | 101010 | 100011 |
Color Harmonies of #7D7E34
Complementary color
Monochromatic Colors of #7D7E34
Black with #7D7E34
Text Example
Text Example
White with #7D7E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7E34; }
p { color: rgb(125,126,52); }
H1.HeaderClassName
{
color: #7D7E34;
}
.AnyTagClassName
{
color: #7D7E34;
}
</style>
background-color css
<style>
a { background-color: #7D7E34; }
a { background-color: rgb(125,126,52); }
div.DivClassName
{
background-color: #7D7E34;
}
.BgClassName
{
background-color: #7D7E34;
}
</style>
border-color css
<style>
span { border-color: #7D7E34; }
span { border-color: rgb(125,126,52); }
td.TdClassName
{
border-color: #7D7E34;
}
.TagClassName
{
border-color: #7D7E34;
}
</style>