Shades of Trendy Green #7A832B
Tints of Trendy Green #7A832B
RGB
CMYK
RGB Variations
Color information
#7A832B (or 0x7A832B) is known color: Trendy Green. HEX triplet: 7A, 83 and 2B. RGB value is (122,131,43). Sum of RGB (Red+Green+Blue) = 122+131+43=296 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.22% from 296); Green value is 131 (51.56% from 255 or 44.26% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 131 - color contains mainly: green. Hex color #7A832B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A832B is #857CD4. Grayscale: #767676. Windows color (decimal): -8748245 or 2851706. OLE color: 2851706.
HSL color Cylindrical-coordinate representation of color #7A832B: hue angle of 66.14º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7A832B is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 131 | 43 | - |
| CMYK | 0.07 | 0 | 0.67 | 0.49 |
| HSL | 66.14º | 0.51% | 0.34% | - |
| HSV(B) | 66.14º | 0.67% | 0.51% | - |
| XYZ | 16.58 | 20.54 | 5.38 | - |
| YUV | 118.28 | 85.52 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 131 | 43 | 0.07 | 0 | 0.67 | 0.49 | 66.14 | 0.51 | 0.34 |
| Hex | 7A | 83 | 2B | 7 | 0 | 43 | 31 | 42 | 33 | 22 |
| Octal | 172 | 203 | 53 | 7 | 0 | 103 | 61 | 102 | 63 | 42 |
| Binary | 1111010 | 10000011 | 101011 | 111 | 0 | 1000011 | 110001 | 1000010 | 110011 | 100010 |
Color Harmonies of #7A832B
Complementary color
Monochromatic Colors of #7A832B
Black with #7A832B
Text Example
Text Example
White with #7A832B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A832B; }
p { color: rgb(122,131,43); }
H1.HeaderClassName
{
color: #7A832B;
}
.AnyTagClassName
{
color: #7A832B;
}
</style>
background-color css
<style>
a { background-color: #7A832B; }
a { background-color: rgb(122,131,43); }
div.DivClassName
{
background-color: #7A832B;
}
.BgClassName
{
background-color: #7A832B;
}
</style>
border-color css
<style>
span { border-color: #7A832B; }
span { border-color: rgb(122,131,43); }
td.TdClassName
{
border-color: #7A832B;
}
.TagClassName
{
border-color: #7A832B;
}
</style>