Shades of Trendy Green #7C851D
Tints of Trendy Green #7C851D
RGB
CMYK
RGB Variations
Color information
#7C851D (or 0x7C851D) is known color: Trendy Green. HEX triplet: 7C, 85 and 1D. RGB value is (124,133,29). Sum of RGB (Red+Green+Blue) = 124+133+29=286 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.36% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 29 (11.72% from 255 or 10.14% from 286); Max value from RGB is 133 - color contains mainly: green. Hex color #7C851D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C851D is #837AE2. Grayscale: #767676. Windows color (decimal): -8616675 or 1934716. OLE color: 1934716.
HSL color Cylindrical-coordinate representation of color #7C851D: hue angle of 65.19º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7C851D is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 133 | 29 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.48 |
| HSL | 65.19º | 0.64% | 0.32% | - |
| HSV(B) | 65.19º | 0.78% | 0.52% | - |
| XYZ | 16.92 | 21.15 | 4.35 | - |
| YUV | 118.45 | 77.52 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 133 | 29 | 0.07 | 0 | 0.78 | 0.48 | 65.19 | 0.64 | 0.32 |
| Hex | 7C | 85 | 1D | 7 | 0 | 4E | 30 | 41 | 40 | 20 |
| Octal | 174 | 205 | 35 | 7 | 0 | 116 | 60 | 101 | 100 | 40 |
| Binary | 1111100 | 10000101 | 11101 | 111 | 0 | 1001110 | 110000 | 1000001 | 1000000 | 100000 |
Color Harmonies of #7C851D
Complementary color
Monochromatic Colors of #7C851D
Black with #7C851D
Text Example
Text Example
White with #7C851D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C851D; }
p { color: rgb(124,133,29); }
H1.HeaderClassName
{
color: #7C851D;
}
.AnyTagClassName
{
color: #7C851D;
}
</style>
background-color css
<style>
a { background-color: #7C851D; }
a { background-color: rgb(124,133,29); }
div.DivClassName
{
background-color: #7C851D;
}
.BgClassName
{
background-color: #7C851D;
}
</style>
border-color css
<style>
span { border-color: #7C851D; }
span { border-color: rgb(124,133,29); }
td.TdClassName
{
border-color: #7C851D;
}
.TagClassName
{
border-color: #7C851D;
}
</style>