Shades of Trendy Green #7C811D
Tints of Trendy Green #7C811D
RGB
CMYK
RGB Variations
Color information
#7C811D (or 0x7C811D) is known color: Trendy Green. HEX triplet: 7C, 81 and 1D. RGB value is (124,129,29). Sum of RGB (Red+Green+Blue) = 124+129+29=282 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.97% from 282); Green value is 129 (50.78% from 255 or 45.74% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 129 - color contains mainly: green. Hex color #7C811D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C811D is #837EE2. Grayscale: #747474. Windows color (decimal): -8617699 or 1933692. OLE color: 1933692.
HSL color Cylindrical-coordinate representation of color #7C811D: hue angle of 63º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7C811D is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 124 | 129 | 29 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.49 |
| HSL | 63º | 0.63% | 0.31% | - |
| HSV(B) | 63º | 0.78% | 0.51% | - |
| XYZ | 16.38 | 20.07 | 4.17 | - |
| YUV | 116.11 | 78.84 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 129 | 29 | 0.04 | 0 | 0.78 | 0.49 | 63 | 0.63 | 0.31 |
| Hex | 7C | 81 | 1D | 4 | 0 | 4E | 31 | 3F | 3F | 1F |
| Octal | 174 | 201 | 35 | 4 | 0 | 116 | 61 | 77 | 77 | 37 |
| Binary | 1111100 | 10000001 | 11101 | 100 | 0 | 1001110 | 110001 | 111111 | 111111 | 11111 |
Color Harmonies of #7C811D
Complementary color
Monochromatic Colors of #7C811D
Black with #7C811D
Text Example
Text Example
White with #7C811D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C811D; }
p { color: rgb(124,129,29); }
H1.HeaderClassName
{
color: #7C811D;
}
.AnyTagClassName
{
color: #7C811D;
}
</style>
background-color css
<style>
a { background-color: #7C811D; }
a { background-color: rgb(124,129,29); }
div.DivClassName
{
background-color: #7C811D;
}
.BgClassName
{
background-color: #7C811D;
}
</style>
border-color css
<style>
span { border-color: #7C811D; }
span { border-color: rgb(124,129,29); }
td.TdClassName
{
border-color: #7C811D;
}
.TagClassName
{
border-color: #7C811D;
}
</style>