Shades of Trendy Green #7B8031
Tints of Trendy Green #7B8031
RGB
CMYK
RGB Variations
Color information
#7B8031 (or 0x7B8031) is known color: Trendy Green. HEX triplet: 7B, 80 and 31. RGB value is (123,128,49). Sum of RGB (Red+Green+Blue) = 123+128+49=300 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41% from 300); Green value is 128 (50.39% from 255 or 42.67% from 300); Blue value is 49 (19.53% from 255 or 16.33% from 300); Max value from RGB is 128 - color contains mainly: green. Hex color #7B8031 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B8031 is #847FCE. Grayscale: #757575. Windows color (decimal): -8683471 or 3244155. OLE color: 3244155.
HSL color Cylindrical-coordinate representation of color #7B8031: hue angle of 63.8º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B8031 is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 123 | 128 | 49 | - |
| CMYK | 0.04 | 0 | 0.62 | 0.50 |
| HSL | 63.8º | 0.45% | 0.35% | - |
| HSV(B) | 63.8º | 0.62% | 0.5% | - |
| XYZ | 16.44 | 19.87 | 5.87 | - |
| YUV | 117.5 | 89.34 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 128 | 49 | 0.04 | 0 | 0.62 | 0.50 | 63.8 | 0.45 | 0.35 |
| Hex | 7B | 80 | 31 | 4 | 0 | 3E | 32 | 40 | 2D | 23 |
| Octal | 173 | 200 | 61 | 4 | 0 | 76 | 62 | 100 | 55 | 43 |
| Binary | 1111011 | 10000000 | 110001 | 100 | 0 | 111110 | 110010 | 1000000 | 101101 | 100011 |
Color Harmonies of #7B8031
Complementary color
Monochromatic Colors of #7B8031
Black with #7B8031
Text Example
Text Example
White with #7B8031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8031; }
p { color: rgb(123,128,49); }
H1.HeaderClassName
{
color: #7B8031;
}
.AnyTagClassName
{
color: #7B8031;
}
</style>
background-color css
<style>
a { background-color: #7B8031; }
a { background-color: rgb(123,128,49); }
div.DivClassName
{
background-color: #7B8031;
}
.BgClassName
{
background-color: #7B8031;
}
</style>
border-color css
<style>
span { border-color: #7B8031; }
span { border-color: rgb(123,128,49); }
td.TdClassName
{
border-color: #7B8031;
}
.TagClassName
{
border-color: #7B8031;
}
</style>