Shades of Trendy Green #7C7915
Tints of Trendy Green #7C7915
RGB
CMYK
RGB Variations
Color information
#7C7915 (or 0x7C7915) is known color: Trendy Green. HEX triplet: 7C, 79 and 15. RGB value is (124,121,21). Sum of RGB (Red+Green+Blue) = 124+121+21=266 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.62% from 266); Green value is 121 (47.66% from 255 or 45.49% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7915 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7915 is #8386EA. Grayscale: #6E6E6E. Windows color (decimal): -8619755 or 1407356. OLE color: 1407356.
HSL color Cylindrical-coordinate representation of color #7C7915: hue angle of 58.25º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7C7915 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 121 | 21 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.51 |
| HSL | 58.25º | 0.71% | 0.28% | - |
| HSV(B) | 58.25º | 0.83% | 0.49% | - |
| XYZ | 15.28 | 18.01 | 3.38 | - |
| YUV | 110.5 | 77.49 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 121 | 21 | 0 | 0.02 | 0.83 | 0.51 | 58.25 | 0.71 | 0.28 |
| Hex | 7C | 79 | 15 | 0 | 2 | 53 | 33 | 3A | 47 | 1C |
| Octal | 174 | 171 | 25 | 0 | 2 | 123 | 63 | 72 | 107 | 34 |
| Binary | 1111100 | 1111001 | 10101 | 0 | 10 | 1010011 | 110011 | 111010 | 1000111 | 11100 |
Color Harmonies of #7C7915
Complementary color
Monochromatic Colors of #7C7915
Black with #7C7915
Text Example
Text Example
White with #7C7915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7915; }
p { color: rgb(124,121,21); }
H1.HeaderClassName
{
color: #7C7915;
}
.AnyTagClassName
{
color: #7C7915;
}
</style>
background-color css
<style>
a { background-color: #7C7915; }
a { background-color: rgb(124,121,21); }
div.DivClassName
{
background-color: #7C7915;
}
.BgClassName
{
background-color: #7C7915;
}
</style>
border-color css
<style>
span { border-color: #7C7915; }
span { border-color: rgb(124,121,21); }
td.TdClassName
{
border-color: #7C7915;
}
.TagClassName
{
border-color: #7C7915;
}
</style>