Shades of Trendy Green #7A8A1E
Tints of Trendy Green #7A8A1E
RGB
CMYK
RGB Variations
Color information
#7A8A1E (or 0x7A8A1E) is known color: Trendy Green. HEX triplet: 7A, 8A and 1E. RGB value is (122,138,30). Sum of RGB (Red+Green+Blue) = 122+138+30=290 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.07% from 290); Green value is 138 (54.30% from 255 or 47.59% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 138 - color contains mainly: green. Hex color #7A8A1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8A1E is #8575E1. Grayscale: #797979. Windows color (decimal): -8746466 or 2001530. OLE color: 2001530.
HSL color Cylindrical-coordinate representation of color #7A8A1E: hue angle of 68.89º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7A8A1E is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 122 | 138 | 30 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.46 |
| HSL | 68.89º | 0.64% | 0.33% | - |
| HSV(B) | 68.89º | 0.78% | 0.54% | - |
| XYZ | 17.35 | 22.41 | 4.64 | - |
| YUV | 120.9 | 76.7 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 138 | 30 | 0.12 | 0 | 0.78 | 0.46 | 68.89 | 0.64 | 0.33 |
| Hex | 7A | 8A | 1E | C | 0 | 4E | 2E | 45 | 40 | 21 |
| Octal | 172 | 212 | 36 | 14 | 0 | 116 | 56 | 105 | 100 | 41 |
| Binary | 1111010 | 10001010 | 11110 | 1100 | 0 | 1001110 | 101110 | 1000101 | 1000000 | 100001 |
Color Harmonies of #7A8A1E
Complementary color
Monochromatic Colors of #7A8A1E
Black with #7A8A1E
Text Example
Text Example
White with #7A8A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8A1E; }
p { color: rgb(122,138,30); }
H1.HeaderClassName
{
color: #7A8A1E;
}
.AnyTagClassName
{
color: #7A8A1E;
}
</style>
background-color css
<style>
a { background-color: #7A8A1E; }
a { background-color: rgb(122,138,30); }
div.DivClassName
{
background-color: #7A8A1E;
}
.BgClassName
{
background-color: #7A8A1E;
}
</style>
border-color css
<style>
span { border-color: #7A8A1E; }
span { border-color: rgb(122,138,30); }
td.TdClassName
{
border-color: #7A8A1E;
}
.TagClassName
{
border-color: #7A8A1E;
}
</style>