Shades of Trendy Green #7C8414
Tints of Trendy Green #7C8414
RGB
CMYK
RGB Variations
Color information
#7C8414 (or 0x7C8414) is known color: Trendy Green. HEX triplet: 7C, 84 and 14. RGB value is (124,132,20). Sum of RGB (Red+Green+Blue) = 124+132+20=276 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.93% from 276); Green value is 132 (51.95% from 255 or 47.83% from 276); Blue value is 20 (8.20% from 255 or 7.25% from 276); Max value from RGB is 132 - color contains mainly: green. Hex color #7C8414 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C8414 is #837BEB. Grayscale: #757575. Windows color (decimal): -8616940 or 1344636. OLE color: 1344636.
HSL color Cylindrical-coordinate representation of color #7C8414: hue angle of 64.29º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C8414 is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 132 | 20 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.48 |
| HSL | 64.29º | 0.74% | 0.3% | - |
| HSV(B) | 64.29º | 0.85% | 0.52% | - |
| XYZ | 16.69 | 20.84 | 3.8 | - |
| YUV | 116.84 | 73.35 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 132 | 20 | 0.06 | 0 | 0.85 | 0.48 | 64.29 | 0.74 | 0.3 |
| Hex | 7C | 84 | 14 | 6 | 0 | 55 | 30 | 40 | 4A | 1E |
| Octal | 174 | 204 | 24 | 6 | 0 | 125 | 60 | 100 | 112 | 36 |
| Binary | 1111100 | 10000100 | 10100 | 110 | 0 | 1010101 | 110000 | 1000000 | 1001010 | 11110 |
Color Harmonies of #7C8414
Complementary color
Monochromatic Colors of #7C8414
Black with #7C8414
Text Example
Text Example
White with #7C8414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8414; }
p { color: rgb(124,132,20); }
H1.HeaderClassName
{
color: #7C8414;
}
.AnyTagClassName
{
color: #7C8414;
}
</style>
background-color css
<style>
a { background-color: #7C8414; }
a { background-color: rgb(124,132,20); }
div.DivClassName
{
background-color: #7C8414;
}
.BgClassName
{
background-color: #7C8414;
}
</style>
border-color css
<style>
span { border-color: #7C8414; }
span { border-color: rgb(124,132,20); }
td.TdClassName
{
border-color: #7C8414;
}
.TagClassName
{
border-color: #7C8414;
}
</style>