Shades of Trendy Green #7A7D22
Tints of Trendy Green #7A7D22
RGB
CMYK
RGB Variations
Color information
#7A7D22 (or 0x7A7D22) is known color: Trendy Green. HEX triplet: 7A, 7D and 22. RGB value is (122,125,34). Sum of RGB (Red+Green+Blue) = 122+125+34=281 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.42% from 281); Green value is 125 (49.22% from 255 or 44.48% from 281); Blue value is 34 (13.67% from 255 or 12.10% from 281); Max value from RGB is 125 - color contains mainly: green. Hex color #7A7D22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7D22 is #8582DD. Grayscale: #727272. Windows color (decimal): -8749790 or 2260346. OLE color: 2260346.
HSL color Cylindrical-coordinate representation of color #7A7D22: hue angle of 61.98º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7A7D22 is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 125 | 34 | - |
| CMYK | 0.02 | 0 | 0.73 | 0.51 |
| HSL | 61.98º | 0.57% | 0.31% | - |
| HSV(B) | 61.98º | 0.73% | 0.49% | - |
| XYZ | 15.65 | 18.92 | 4.34 | - |
| YUV | 113.73 | 83.01 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 125 | 34 | 0.02 | 0 | 0.73 | 0.51 | 61.98 | 0.57 | 0.31 |
| Hex | 7A | 7D | 22 | 2 | 0 | 49 | 33 | 3E | 39 | 1F |
| Octal | 172 | 175 | 42 | 2 | 0 | 111 | 63 | 76 | 71 | 37 |
| Binary | 1111010 | 1111101 | 100010 | 10 | 0 | 1001001 | 110011 | 111110 | 111001 | 11111 |
Color Harmonies of #7A7D22
Complementary color
Monochromatic Colors of #7A7D22
Black with #7A7D22
Text Example
Text Example
White with #7A7D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7D22; }
p { color: rgb(122,125,34); }
H1.HeaderClassName
{
color: #7A7D22;
}
.AnyTagClassName
{
color: #7A7D22;
}
</style>
background-color css
<style>
a { background-color: #7A7D22; }
a { background-color: rgb(122,125,34); }
div.DivClassName
{
background-color: #7A7D22;
}
.BgClassName
{
background-color: #7A7D22;
}
</style>
border-color css
<style>
span { border-color: #7A7D22; }
span { border-color: rgb(122,125,34); }
td.TdClassName
{
border-color: #7A7D22;
}
.TagClassName
{
border-color: #7A7D22;
}
</style>