Shades of Trendy Green #7A842B
Tints of Trendy Green #7A842B
RGB
CMYK
RGB Variations
Color information
#7A842B (or 0x7A842B) is known color: Trendy Green. HEX triplet: 7A, 84 and 2B. RGB value is (122,132,43). Sum of RGB (Red+Green+Blue) = 122+132+43=297 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.08% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 43 (17.19% from 255 or 14.48% from 297); Max value from RGB is 132 - color contains mainly: green. Hex color #7A842B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A842B is #857BD4. Grayscale: #777777. Windows color (decimal): -8747989 or 2851962. OLE color: 2851962.
HSL color Cylindrical-coordinate representation of color #7A842B: hue angle of 66.74º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7A842B is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 122 | 132 | 43 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.48 |
| HSL | 66.74º | 0.51% | 0.34% | - |
| HSV(B) | 66.74º | 0.67% | 0.52% | - |
| XYZ | 16.71 | 20.81 | 5.42 | - |
| YUV | 118.86 | 85.19 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 132 | 43 | 0.08 | 0 | 0.67 | 0.48 | 66.74 | 0.51 | 0.34 |
| Hex | 7A | 84 | 2B | 8 | 0 | 43 | 30 | 43 | 33 | 22 |
| Octal | 172 | 204 | 53 | 10 | 0 | 103 | 60 | 103 | 63 | 42 |
| Binary | 1111010 | 10000100 | 101011 | 1000 | 0 | 1000011 | 110000 | 1000011 | 110011 | 100010 |
Color Harmonies of #7A842B
Complementary color
Monochromatic Colors of #7A842B
Black with #7A842B
Text Example
Text Example
White with #7A842B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A842B; }
p { color: rgb(122,132,43); }
H1.HeaderClassName
{
color: #7A842B;
}
.AnyTagClassName
{
color: #7A842B;
}
</style>
background-color css
<style>
a { background-color: #7A842B; }
a { background-color: rgb(122,132,43); }
div.DivClassName
{
background-color: #7A842B;
}
.BgClassName
{
background-color: #7A842B;
}
</style>
border-color css
<style>
span { border-color: #7A842B; }
span { border-color: rgb(122,132,43); }
td.TdClassName
{
border-color: #7A842B;
}
.TagClassName
{
border-color: #7A842B;
}
</style>