Shades of Trendy Green #7A8F20
Tints of Trendy Green #7A8F20
RGB
CMYK
RGB Variations
Color information
#7A8F20 (or 0x7A8F20) is known color: Trendy Green. HEX triplet: 7A, 8F and 20. RGB value is (122,143,32). Sum of RGB (Red+Green+Blue) = 122+143+32=297 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.08% from 297); Green value is 143 (56.25% from 255 or 48.15% from 297); Blue value is 32 (12.89% from 255 or 10.77% from 297); Max value from RGB is 143 - color contains mainly: green. Hex color #7A8F20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8F20 is #8570DF. Grayscale: #7C7C7C. Windows color (decimal): -8745184 or 2133882. OLE color: 2133882.
HSL color Cylindrical-coordinate representation of color #7A8F20: hue angle of 71.35º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7A8F20 is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 143 | 32 | - |
| CMYK | 0.15 | 0 | 0.78 | 0.44 |
| HSL | 71.35º | 0.63% | 0.34% | - |
| HSV(B) | 71.35º | 0.78% | 0.56% | - |
| XYZ | 18.11 | 23.89 | 5.02 | - |
| YUV | 124.07 | 76.04 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 143 | 32 | 0.15 | 0 | 0.78 | 0.44 | 71.35 | 0.63 | 0.34 |
| Hex | 7A | 8F | 20 | F | 0 | 4E | 2C | 47 | 3F | 22 |
| Octal | 172 | 217 | 40 | 17 | 0 | 116 | 54 | 107 | 77 | 42 |
| Binary | 1111010 | 10001111 | 100000 | 1111 | 0 | 1001110 | 101100 | 1000111 | 111111 | 100010 |
Color Harmonies of #7A8F20
Complementary color
Monochromatic Colors of #7A8F20
Black with #7A8F20
Text Example
Text Example
White with #7A8F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8F20; }
p { color: rgb(122,143,32); }
H1.HeaderClassName
{
color: #7A8F20;
}
.AnyTagClassName
{
color: #7A8F20;
}
</style>
background-color css
<style>
a { background-color: #7A8F20; }
a { background-color: rgb(122,143,32); }
div.DivClassName
{
background-color: #7A8F20;
}
.BgClassName
{
background-color: #7A8F20;
}
</style>
border-color css
<style>
span { border-color: #7A8F20; }
span { border-color: rgb(122,143,32); }
td.TdClassName
{
border-color: #7A8F20;
}
.TagClassName
{
border-color: #7A8F20;
}
</style>