Shades of Trendy Green #7A8B1E
Tints of Trendy Green #7A8B1E
RGB
CMYK
RGB Variations
Color information
#7A8B1E (or 0x7A8B1E) is known color: Trendy Green. HEX triplet: 7A, 8B and 1E. RGB value is (122,139,30). Sum of RGB (Red+Green+Blue) = 122+139+30=291 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.92% from 291); Green value is 139 (54.69% from 255 or 47.77% from 291); Blue value is 30 (12.11% from 255 or 10.31% from 291); Max value from RGB is 139 - color contains mainly: green. Hex color #7A8B1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8B1E is #8574E1. Grayscale: #797979. Windows color (decimal): -8746210 or 2001786. OLE color: 2001786.
HSL color Cylindrical-coordinate representation of color #7A8B1E: hue angle of 69.36º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7A8B1E is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 139 | 30 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.45 |
| HSL | 69.36º | 0.64% | 0.33% | - |
| HSV(B) | 69.36º | 0.78% | 0.55% | - |
| XYZ | 17.49 | 22.7 | 4.69 | - |
| YUV | 121.49 | 76.37 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 139 | 30 | 0.12 | 0 | 0.78 | 0.45 | 69.36 | 0.64 | 0.33 |
| Hex | 7A | 8B | 1E | C | 0 | 4E | 2D | 45 | 40 | 21 |
| Octal | 172 | 213 | 36 | 14 | 0 | 116 | 55 | 105 | 100 | 41 |
| Binary | 1111010 | 10001011 | 11110 | 1100 | 0 | 1001110 | 101101 | 1000101 | 1000000 | 100001 |
Color Harmonies of #7A8B1E
Complementary color
Monochromatic Colors of #7A8B1E
Black with #7A8B1E
Text Example
Text Example
White with #7A8B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8B1E; }
p { color: rgb(122,139,30); }
H1.HeaderClassName
{
color: #7A8B1E;
}
.AnyTagClassName
{
color: #7A8B1E;
}
</style>
background-color css
<style>
a { background-color: #7A8B1E; }
a { background-color: rgb(122,139,30); }
div.DivClassName
{
background-color: #7A8B1E;
}
.BgClassName
{
background-color: #7A8B1E;
}
</style>
border-color css
<style>
span { border-color: #7A8B1E; }
span { border-color: rgb(122,139,30); }
td.TdClassName
{
border-color: #7A8B1E;
}
.TagClassName
{
border-color: #7A8B1E;
}
</style>