Shades of Trendy Green #7A7E2B
Tints of Trendy Green #7A7E2B
RGB
CMYK
RGB Variations
Color information
#7A7E2B (or 0x7A7E2B) is known color: Trendy Green. HEX triplet: 7A, 7E and 2B. RGB value is (122,126,43). Sum of RGB (Red+Green+Blue) = 122+126+43=291 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.92% from 291); Green value is 126 (49.61% from 255 or 43.30% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 126 - color contains mainly: green. Hex color #7A7E2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7E2B is #8581D4. Grayscale: #737373. Windows color (decimal): -8749525 or 2850426. OLE color: 2850426.
HSL color Cylindrical-coordinate representation of color #7A7E2B: hue angle of 62.89º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A7E2B is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 126 | 43 | - |
| CMYK | 0.03 | 0 | 0.66 | 0.51 |
| HSL | 62.89º | 0.49% | 0.33% | - |
| HSV(B) | 62.89º | 0.66% | 0.49% | - |
| XYZ | 15.92 | 19.23 | 5.16 | - |
| YUV | 115.34 | 87.17 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 126 | 43 | 0.03 | 0 | 0.66 | 0.51 | 62.89 | 0.49 | 0.33 |
| Hex | 7A | 7E | 2B | 3 | 0 | 42 | 33 | 3F | 31 | 21 |
| Octal | 172 | 176 | 53 | 3 | 0 | 102 | 63 | 77 | 61 | 41 |
| Binary | 1111010 | 1111110 | 101011 | 11 | 0 | 1000010 | 110011 | 111111 | 110001 | 100001 |
Color Harmonies of #7A7E2B
Complementary color
Monochromatic Colors of #7A7E2B
Black with #7A7E2B
Text Example
Text Example
White with #7A7E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7E2B; }
p { color: rgb(122,126,43); }
H1.HeaderClassName
{
color: #7A7E2B;
}
.AnyTagClassName
{
color: #7A7E2B;
}
</style>
background-color css
<style>
a { background-color: #7A7E2B; }
a { background-color: rgb(122,126,43); }
div.DivClassName
{
background-color: #7A7E2B;
}
.BgClassName
{
background-color: #7A7E2B;
}
</style>
border-color css
<style>
span { border-color: #7A7E2B; }
span { border-color: rgb(122,126,43); }
td.TdClassName
{
border-color: #7A7E2B;
}
.TagClassName
{
border-color: #7A7E2B;
}
</style>