Shades of Trendy Green #7A7C17
Tints of Trendy Green #7A7C17
RGB
CMYK
RGB Variations
Color information
#7A7C17 (or 0x7A7C17) is known color: Trendy Green. HEX triplet: 7A, 7C and 17. RGB value is (122,124,23). Sum of RGB (Red+Green+Blue) = 122+124+23=269 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.35% from 269); Green value is 124 (48.83% from 255 or 46.10% from 269); Blue value is 23 (9.38% from 255 or 8.55% from 269); Max value from RGB is 124 - color contains mainly: green. Hex color #7A7C17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A7C17 is #8583E8. Grayscale: #707070. Windows color (decimal): -8750057 or 1539194. OLE color: 1539194.
HSL color Cylindrical-coordinate representation of color #7A7C17: hue angle of 61.19º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7A7C17 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 124 | 23 | - |
| CMYK | 0.02 | 0 | 0.81 | 0.51 |
| HSL | 61.19º | 0.69% | 0.29% | - |
| HSV(B) | 61.19º | 0.81% | 0.49% | - |
| XYZ | 15.39 | 18.61 | 3.59 | - |
| YUV | 111.89 | 77.84 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 124 | 23 | 0.02 | 0 | 0.81 | 0.51 | 61.19 | 0.69 | 0.29 |
| Hex | 7A | 7C | 17 | 2 | 0 | 51 | 33 | 3D | 45 | 1D |
| Octal | 172 | 174 | 27 | 2 | 0 | 121 | 63 | 75 | 105 | 35 |
| Binary | 1111010 | 1111100 | 10111 | 10 | 0 | 1010001 | 110011 | 111101 | 1000101 | 11101 |
Color Harmonies of #7A7C17
Complementary color
Monochromatic Colors of #7A7C17
Black with #7A7C17
Text Example
Text Example
White with #7A7C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7C17; }
p { color: rgb(122,124,23); }
H1.HeaderClassName
{
color: #7A7C17;
}
.AnyTagClassName
{
color: #7A7C17;
}
</style>
background-color css
<style>
a { background-color: #7A7C17; }
a { background-color: rgb(122,124,23); }
div.DivClassName
{
background-color: #7A7C17;
}
.BgClassName
{
background-color: #7A7C17;
}
</style>
border-color css
<style>
span { border-color: #7A7C17; }
span { border-color: rgb(122,124,23); }
td.TdClassName
{
border-color: #7A7C17;
}
.TagClassName
{
border-color: #7A7C17;
}
</style>