Shades of Trendy Green #7A881E
Tints of Trendy Green #7A881E
RGB
CMYK
RGB Variations
Color information
#7A881E (or 0x7A881E) is known color: Trendy Green. HEX triplet: 7A, 88 and 1E. RGB value is (122,136,30). Sum of RGB (Red+Green+Blue) = 122+136+30=288 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.36% from 288); Green value is 136 (53.52% from 255 or 47.22% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 136 - color contains mainly: green. Hex color #7A881E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A881E is #8577E1. Grayscale: #787878. Windows color (decimal): -8746978 or 2001018. OLE color: 2001018.
HSL color Cylindrical-coordinate representation of color #7A881E: hue angle of 67.92º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7A881E is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 136 | 30 | - |
| CMYK | 0.10 | 0 | 0.78 | 0.47 |
| HSL | 67.92º | 0.64% | 0.33% | - |
| HSV(B) | 67.92º | 0.78% | 0.53% | - |
| XYZ | 17.06 | 21.84 | 4.54 | - |
| YUV | 119.73 | 77.36 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 136 | 30 | 0.10 | 0 | 0.78 | 0.47 | 67.92 | 0.64 | 0.33 |
| Hex | 7A | 88 | 1E | A | 0 | 4E | 2F | 44 | 40 | 21 |
| Octal | 172 | 210 | 36 | 12 | 0 | 116 | 57 | 104 | 100 | 41 |
| Binary | 1111010 | 10001000 | 11110 | 1010 | 0 | 1001110 | 101111 | 1000100 | 1000000 | 100001 |
Color Harmonies of #7A881E
Complementary color
Monochromatic Colors of #7A881E
Black with #7A881E
Text Example
Text Example
White with #7A881E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A881E; }
p { color: rgb(122,136,30); }
H1.HeaderClassName
{
color: #7A881E;
}
.AnyTagClassName
{
color: #7A881E;
}
</style>
background-color css
<style>
a { background-color: #7A881E; }
a { background-color: rgb(122,136,30); }
div.DivClassName
{
background-color: #7A881E;
}
.BgClassName
{
background-color: #7A881E;
}
</style>
border-color css
<style>
span { border-color: #7A881E; }
span { border-color: rgb(122,136,30); }
td.TdClassName
{
border-color: #7A881E;
}
.TagClassName
{
border-color: #7A881E;
}
</style>