Shades of Trendy Green #7B8035
Tints of Trendy Green #7B8035
RGB
CMYK
RGB Variations
Color information
#7B8035 (or 0x7B8035) is known color: Trendy Green. HEX triplet: 7B, 80 and 35. RGB value is (123,128,53). Sum of RGB (Red+Green+Blue) = 123+128+53=304 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.46% from 304); Green value is 128 (50.39% from 255 or 42.11% from 304); Blue value is 53 (21.09% from 255 or 17.43% from 304); Max value from RGB is 128 - color contains mainly: green. Hex color #7B8035 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B8035 is #847FCA. Grayscale: #767676. Windows color (decimal): -8683467 or 3506299. OLE color: 3506299.
HSL color Cylindrical-coordinate representation of color #7B8035: hue angle of 64º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B8035 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 123 | 128 | 53 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.50 |
| HSL | 64º | 0.41% | 0.35% | - |
| HSV(B) | 64º | 0.59% | 0.5% | - |
| XYZ | 16.53 | 19.91 | 6.34 | - |
| YUV | 117.96 | 91.34 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 128 | 53 | 0.04 | 0 | 0.59 | 0.50 | 64 | 0.41 | 0.35 |
| Hex | 7B | 80 | 35 | 4 | 0 | 3B | 32 | 40 | 29 | 23 |
| Octal | 173 | 200 | 65 | 4 | 0 | 73 | 62 | 100 | 51 | 43 |
| Binary | 1111011 | 10000000 | 110101 | 100 | 0 | 111011 | 110010 | 1000000 | 101001 | 100011 |
Color Harmonies of #7B8035
Complementary color
Monochromatic Colors of #7B8035
Black with #7B8035
Text Example
Text Example
White with #7B8035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8035; }
p { color: rgb(123,128,53); }
H1.HeaderClassName
{
color: #7B8035;
}
.AnyTagClassName
{
color: #7B8035;
}
</style>
background-color css
<style>
a { background-color: #7B8035; }
a { background-color: rgb(123,128,53); }
div.DivClassName
{
background-color: #7B8035;
}
.BgClassName
{
background-color: #7B8035;
}
</style>
border-color css
<style>
span { border-color: #7B8035; }
span { border-color: rgb(123,128,53); }
td.TdClassName
{
border-color: #7B8035;
}
.TagClassName
{
border-color: #7B8035;
}
</style>