Shades of Trendy Green #7C861E
Tints of Trendy Green #7C861E
RGB
CMYK
RGB Variations
Color information
#7C861E (or 0x7C861E) is known color: Trendy Green. HEX triplet: 7C, 86 and 1E. RGB value is (124,134,30). Sum of RGB (Red+Green+Blue) = 124+134+30=288 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.06% from 288); Green value is 134 (52.73% from 255 or 46.53% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 134 - color contains mainly: green. Hex color #7C861E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C861E is #8379E1. Grayscale: #777777. Windows color (decimal): -8616418 or 2000508. OLE color: 2000508.
HSL color Cylindrical-coordinate representation of color #7C861E: hue angle of 65.77º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7C861E is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 134 | 30 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.47 |
| HSL | 65.77º | 0.63% | 0.32% | - |
| HSV(B) | 65.77º | 0.78% | 0.53% | - |
| XYZ | 17.07 | 21.43 | 4.46 | - |
| YUV | 119.15 | 77.69 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 134 | 30 | 0.07 | 0 | 0.78 | 0.47 | 65.77 | 0.63 | 0.32 |
| Hex | 7C | 86 | 1E | 7 | 0 | 4E | 2F | 42 | 3F | 20 |
| Octal | 174 | 206 | 36 | 7 | 0 | 116 | 57 | 102 | 77 | 40 |
| Binary | 1111100 | 10000110 | 11110 | 111 | 0 | 1001110 | 101111 | 1000010 | 111111 | 100000 |
Color Harmonies of #7C861E
Complementary color
Monochromatic Colors of #7C861E
Black with #7C861E
Text Example
Text Example
White with #7C861E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C861E; }
p { color: rgb(124,134,30); }
H1.HeaderClassName
{
color: #7C861E;
}
.AnyTagClassName
{
color: #7C861E;
}
</style>
background-color css
<style>
a { background-color: #7C861E; }
a { background-color: rgb(124,134,30); }
div.DivClassName
{
background-color: #7C861E;
}
.BgClassName
{
background-color: #7C861E;
}
</style>
border-color css
<style>
span { border-color: #7C861E; }
span { border-color: rgb(124,134,30); }
td.TdClassName
{
border-color: #7C861E;
}
.TagClassName
{
border-color: #7C861E;
}
</style>