Shades of Trendy Green #7A8A19
Tints of Trendy Green #7A8A19
RGB
CMYK
RGB Variations
Color information
#7A8A19 (or 0x7A8A19) is known color: Trendy Green. HEX triplet: 7A, 8A and 19. RGB value is (122,138,25). Sum of RGB (Red+Green+Blue) = 122+138+25=285 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.81% from 285); Green value is 138 (54.30% from 255 or 48.42% from 285); Blue value is 25 (10.16% from 255 or 8.77% from 285); Max value from RGB is 138 - color contains mainly: green. Hex color #7A8A19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A8A19 is #8575E6. Grayscale: #787878. Windows color (decimal): -8746471 or 1673850. OLE color: 1673850.
HSL color Cylindrical-coordinate representation of color #7A8A19: hue angle of 68.5º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7A8A19 is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 122 | 138 | 25 | - |
| CMYK | 0.12 | 0 | 0.82 | 0.46 |
| HSL | 68.5º | 0.69% | 0.32% | - |
| HSV(B) | 68.5º | 0.82% | 0.54% | - |
| XYZ | 17.29 | 22.38 | 4.33 | - |
| YUV | 120.33 | 74.2 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 138 | 25 | 0.12 | 0 | 0.82 | 0.46 | 68.5 | 0.69 | 0.32 |
| Hex | 7A | 8A | 19 | C | 0 | 52 | 2E | 44 | 45 | 20 |
| Octal | 172 | 212 | 31 | 14 | 0 | 122 | 56 | 104 | 105 | 40 |
| Binary | 1111010 | 10001010 | 11001 | 1100 | 0 | 1010010 | 101110 | 1000100 | 1000101 | 100000 |
Color Harmonies of #7A8A19
Complementary color
Monochromatic Colors of #7A8A19
Black with #7A8A19
Text Example
Text Example
White with #7A8A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8A19; }
p { color: rgb(122,138,25); }
H1.HeaderClassName
{
color: #7A8A19;
}
.AnyTagClassName
{
color: #7A8A19;
}
</style>
background-color css
<style>
a { background-color: #7A8A19; }
a { background-color: rgb(122,138,25); }
div.DivClassName
{
background-color: #7A8A19;
}
.BgClassName
{
background-color: #7A8A19;
}
</style>
border-color css
<style>
span { border-color: #7A8A19; }
span { border-color: rgb(122,138,25); }
td.TdClassName
{
border-color: #7A8A19;
}
.TagClassName
{
border-color: #7A8A19;
}
</style>