Shades of Trendy Green #7C8130
Tints of Trendy Green #7C8130
RGB
CMYK
RGB Variations
Color information
#7C8130 (or 0x7C8130) is known color: Trendy Green. HEX triplet: 7C, 81 and 30. RGB value is (124,129,48). Sum of RGB (Red+Green+Blue) = 124+129+48=301 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.20% from 301); Green value is 129 (50.78% from 255 or 42.86% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 129 - color contains mainly: green. Hex color #7C8130 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8130 is #837ECF. Grayscale: #767676. Windows color (decimal): -8617680 or 3178876. OLE color: 3178876.
HSL color Cylindrical-coordinate representation of color #7C8130: hue angle of 63.7º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7C8130 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 124 | 129 | 48 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.49 |
| HSL | 63.7º | 0.46% | 0.35% | - |
| HSV(B) | 63.7º | 0.63% | 0.51% | - |
| XYZ | 16.7 | 20.2 | 5.82 | - |
| YUV | 118.27 | 88.34 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 129 | 48 | 0.04 | 0 | 0.63 | 0.49 | 63.7 | 0.46 | 0.35 |
| Hex | 7C | 81 | 30 | 4 | 0 | 3F | 31 | 40 | 2E | 23 |
| Octal | 174 | 201 | 60 | 4 | 0 | 77 | 61 | 100 | 56 | 43 |
| Binary | 1111100 | 10000001 | 110000 | 100 | 0 | 111111 | 110001 | 1000000 | 101110 | 100011 |
Color Harmonies of #7C8130
Complementary color
Monochromatic Colors of #7C8130
Black with #7C8130
Text Example
Text Example
White with #7C8130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8130; }
p { color: rgb(124,129,48); }
H1.HeaderClassName
{
color: #7C8130;
}
.AnyTagClassName
{
color: #7C8130;
}
</style>
background-color css
<style>
a { background-color: #7C8130; }
a { background-color: rgb(124,129,48); }
div.DivClassName
{
background-color: #7C8130;
}
.BgClassName
{
background-color: #7C8130;
}
</style>
border-color css
<style>
span { border-color: #7C8130; }
span { border-color: rgb(124,129,48); }
td.TdClassName
{
border-color: #7C8130;
}
.TagClassName
{
border-color: #7C8130;
}
</style>