Shades of Trendy Green #7C8115
Tints of Trendy Green #7C8115
RGB
CMYK
RGB Variations
Color information
#7C8115 (or 0x7C8115) is known color: Trendy Green. HEX triplet: 7C, 81 and 15. RGB value is (124,129,21). Sum of RGB (Red+Green+Blue) = 124+129+21=274 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.26% from 274); Green value is 129 (50.78% from 255 or 47.08% from 274); Blue value is 21 (8.59% from 255 or 7.66% from 274); Max value from RGB is 129 - color contains mainly: green. Hex color #7C8115 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C8115 is #837EEA. Grayscale: #737373. Windows color (decimal): -8617707 or 1409404. OLE color: 1409404.
HSL color Cylindrical-coordinate representation of color #7C8115: hue angle of 62.78º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7C8115 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 124 | 129 | 21 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.49 |
| HSL | 62.78º | 0.72% | 0.29% | - |
| HSV(B) | 62.78º | 0.84% | 0.51% | - |
| XYZ | 16.3 | 20.04 | 3.72 | - |
| YUV | 115.19 | 74.84 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 129 | 21 | 0.04 | 0 | 0.84 | 0.49 | 62.78 | 0.72 | 0.29 |
| Hex | 7C | 81 | 15 | 4 | 0 | 54 | 31 | 3F | 48 | 1D |
| Octal | 174 | 201 | 25 | 4 | 0 | 124 | 61 | 77 | 110 | 35 |
| Binary | 1111100 | 10000001 | 10101 | 100 | 0 | 1010100 | 110001 | 111111 | 1001000 | 11101 |
Color Harmonies of #7C8115
Complementary color
Monochromatic Colors of #7C8115
Black with #7C8115
Text Example
Text Example
White with #7C8115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8115; }
p { color: rgb(124,129,21); }
H1.HeaderClassName
{
color: #7C8115;
}
.AnyTagClassName
{
color: #7C8115;
}
</style>
background-color css
<style>
a { background-color: #7C8115; }
a { background-color: rgb(124,129,21); }
div.DivClassName
{
background-color: #7C8115;
}
.BgClassName
{
background-color: #7C8115;
}
</style>
border-color css
<style>
span { border-color: #7C8115; }
span { border-color: rgb(124,129,21); }
td.TdClassName
{
border-color: #7C8115;
}
.TagClassName
{
border-color: #7C8115;
}
</style>