Shades of Trendy Green #7A841E
Tints of Trendy Green #7A841E
RGB
CMYK
RGB Variations
Color information
#7A841E (or 0x7A841E) is known color: Trendy Green. HEX triplet: 7A, 84 and 1E. RGB value is (122,132,30). Sum of RGB (Red+Green+Blue) = 122+132+30=284 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.96% from 284); Green value is 132 (51.95% from 255 or 46.48% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 132 - color contains mainly: green. Hex color #7A841E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A841E is #857BE1. Grayscale: #757575. Windows color (decimal): -8748002 or 1999994. OLE color: 1999994.
HSL color Cylindrical-coordinate representation of color #7A841E: hue angle of 65.88º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7A841E is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 122 | 132 | 30 | - |
| CMYK | 0.08 | 0 | 0.77 | 0.48 |
| HSL | 65.88º | 0.63% | 0.32% | - |
| HSV(B) | 65.88º | 0.77% | 0.52% | - |
| XYZ | 16.51 | 20.73 | 4.36 | - |
| YUV | 117.38 | 78.69 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 132 | 30 | 0.08 | 0 | 0.77 | 0.48 | 65.88 | 0.63 | 0.32 |
| Hex | 7A | 84 | 1E | 8 | 0 | 4D | 30 | 42 | 3F | 20 |
| Octal | 172 | 204 | 36 | 10 | 0 | 115 | 60 | 102 | 77 | 40 |
| Binary | 1111010 | 10000100 | 11110 | 1000 | 0 | 1001101 | 110000 | 1000010 | 111111 | 100000 |
Color Harmonies of #7A841E
Complementary color
Monochromatic Colors of #7A841E
Black with #7A841E
Text Example
Text Example
White with #7A841E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A841E; }
p { color: rgb(122,132,30); }
H1.HeaderClassName
{
color: #7A841E;
}
.AnyTagClassName
{
color: #7A841E;
}
</style>
background-color css
<style>
a { background-color: #7A841E; }
a { background-color: rgb(122,132,30); }
div.DivClassName
{
background-color: #7A841E;
}
.BgClassName
{
background-color: #7A841E;
}
</style>
border-color css
<style>
span { border-color: #7A841E; }
span { border-color: rgb(122,132,30); }
td.TdClassName
{
border-color: #7A841E;
}
.TagClassName
{
border-color: #7A841E;
}
</style>