Shades of Trendy Green #7A7D16
Tints of Trendy Green #7A7D16
RGB
CMYK
RGB Variations
Color information
#7A7D16 (or 0x7A7D16) is known color: Trendy Green. HEX triplet: 7A, 7D and 16. RGB value is (122,125,22). Sum of RGB (Red+Green+Blue) = 122+125+22=269 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.35% from 269); Green value is 125 (49.22% from 255 or 46.47% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 125 - color contains mainly: green. Hex color #7A7D16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A7D16 is #8582E9. Grayscale: #707070. Windows color (decimal): -8749802 or 1473914. OLE color: 1473914.
HSL color Cylindrical-coordinate representation of color #7A7D16: hue angle of 61.75º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7A7D16 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 125 | 22 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.51 |
| HSL | 61.75º | 0.7% | 0.29% | - |
| HSV(B) | 61.75º | 0.82% | 0.49% | - |
| XYZ | 15.5 | 18.86 | 3.58 | - |
| YUV | 112.36 | 77.01 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 125 | 22 | 0.02 | 0 | 0.82 | 0.51 | 61.75 | 0.7 | 0.29 |
| Hex | 7A | 7D | 16 | 2 | 0 | 52 | 33 | 3E | 46 | 1D |
| Octal | 172 | 175 | 26 | 2 | 0 | 122 | 63 | 76 | 106 | 35 |
| Binary | 1111010 | 1111101 | 10110 | 10 | 0 | 1010010 | 110011 | 111110 | 1000110 | 11101 |
Color Harmonies of #7A7D16
Complementary color
Monochromatic Colors of #7A7D16
Black with #7A7D16
Text Example
Text Example
White with #7A7D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7D16; }
p { color: rgb(122,125,22); }
H1.HeaderClassName
{
color: #7A7D16;
}
.AnyTagClassName
{
color: #7A7D16;
}
</style>
background-color css
<style>
a { background-color: #7A7D16; }
a { background-color: rgb(122,125,22); }
div.DivClassName
{
background-color: #7A7D16;
}
.BgClassName
{
background-color: #7A7D16;
}
</style>
border-color css
<style>
span { border-color: #7A7D16; }
span { border-color: rgb(122,125,22); }
td.TdClassName
{
border-color: #7A7D16;
}
.TagClassName
{
border-color: #7A7D16;
}
</style>