Shades of Trendy Green #7A7E13
Tints of Trendy Green #7A7E13
RGB
CMYK
RGB Variations
Color information
#7A7E13 (or 0x7A7E13) is known color: Trendy Green. HEX triplet: 7A, 7E and 13. RGB value is (122,126,19). Sum of RGB (Red+Green+Blue) = 122+126+19=267 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.69% from 267); Green value is 126 (49.61% from 255 or 47.19% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 126 - color contains mainly: green. Hex color #7A7E13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A7E13 is #8581EC. Grayscale: #717171. Windows color (decimal): -8749549 or 1277562. OLE color: 1277562.
HSL color Cylindrical-coordinate representation of color #7A7E13: hue angle of 62.24º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A7E13 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 126 | 19 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.51 |
| HSL | 62.24º | 0.74% | 0.28% | - |
| HSV(B) | 62.24º | 0.85% | 0.49% | - |
| XYZ | 15.6 | 19.11 | 3.48 | - |
| YUV | 112.61 | 75.17 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 126 | 19 | 0.03 | 0 | 0.85 | 0.51 | 62.24 | 0.74 | 0.28 |
| Hex | 7A | 7E | 13 | 3 | 0 | 55 | 33 | 3E | 4A | 1C |
| Octal | 172 | 176 | 23 | 3 | 0 | 125 | 63 | 76 | 112 | 34 |
| Binary | 1111010 | 1111110 | 10011 | 11 | 0 | 1010101 | 110011 | 111110 | 1001010 | 11100 |
Color Harmonies of #7A7E13
Complementary color
Monochromatic Colors of #7A7E13
Black with #7A7E13
Text Example
Text Example
White with #7A7E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7E13; }
p { color: rgb(122,126,19); }
H1.HeaderClassName
{
color: #7A7E13;
}
.AnyTagClassName
{
color: #7A7E13;
}
</style>
background-color css
<style>
a { background-color: #7A7E13; }
a { background-color: rgb(122,126,19); }
div.DivClassName
{
background-color: #7A7E13;
}
.BgClassName
{
background-color: #7A7E13;
}
</style>
border-color css
<style>
span { border-color: #7A7E13; }
span { border-color: rgb(122,126,19); }
td.TdClassName
{
border-color: #7A7E13;
}
.TagClassName
{
border-color: #7A7E13;
}
</style>