Shades of Trendy Green #7B7E34
Tints of Trendy Green #7B7E34
RGB
CMYK
RGB Variations
Color information
#7B7E34 (or 0x7B7E34) is known color: Trendy Green. HEX triplet: 7B, 7E and 34. RGB value is (123,126,52). Sum of RGB (Red+Green+Blue) = 123+126+52=301 (39% of max value = 765). Red value is 123 (48.44% from 255 or 40.86% from 301); Green value is 126 (49.61% from 255 or 41.86% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 126 - color contains mainly: green. Hex color #7B7E34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7E34 is #8481CB. Grayscale: #747474. Windows color (decimal): -8683980 or 3440251. OLE color: 3440251.
HSL color Cylindrical-coordinate representation of color #7B7E34: hue angle of 62.43º 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 #7B7E34 is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 123 | 126 | 52 | - |
| CMYK | 0.02 | 0 | 0.59 | 0.51 |
| HSL | 62.43º | 0.42% | 0.35% | - |
| HSV(B) | 62.43º | 0.59% | 0.49% | - |
| XYZ | 16.25 | 19.38 | 6.13 | - |
| YUV | 116.67 | 91.51 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 126 | 52 | 0.02 | 0 | 0.59 | 0.51 | 62.43 | 0.42 | 0.35 |
| Hex | 7B | 7E | 34 | 2 | 0 | 3B | 33 | 3E | 2A | 23 |
| Octal | 173 | 176 | 64 | 2 | 0 | 73 | 63 | 76 | 52 | 43 |
| Binary | 1111011 | 1111110 | 110100 | 10 | 0 | 111011 | 110011 | 111110 | 101010 | 100011 |
Color Harmonies of #7B7E34
Complementary color
Monochromatic Colors of #7B7E34
Black with #7B7E34
Text Example
Text Example
White with #7B7E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7E34; }
p { color: rgb(123,126,52); }
H1.HeaderClassName
{
color: #7B7E34;
}
.AnyTagClassName
{
color: #7B7E34;
}
</style>
background-color css
<style>
a { background-color: #7B7E34; }
a { background-color: rgb(123,126,52); }
div.DivClassName
{
background-color: #7B7E34;
}
.BgClassName
{
background-color: #7B7E34;
}
</style>
border-color css
<style>
span { border-color: #7B7E34; }
span { border-color: rgb(123,126,52); }
td.TdClassName
{
border-color: #7B7E34;
}
.TagClassName
{
border-color: #7B7E34;
}
</style>