Shades of Trendy Green #7C812F
Tints of Trendy Green #7C812F
RGB
CMYK
RGB Variations
Color information
#7C812F (or 0x7C812F) is known color: Trendy Green. HEX triplet: 7C, 81 and 2F. RGB value is (124,129,47). Sum of RGB (Red+Green+Blue) = 124+129+47=300 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.33% from 300); Green value is 129 (50.78% from 255 or 43% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 129 - color contains mainly: green. Hex color #7C812F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C812F is #837ED0. Grayscale: #767676. Windows color (decimal): -8617681 or 3113340. OLE color: 3113340.
HSL color Cylindrical-coordinate representation of color #7C812F: hue angle of 63.66º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7C812F is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 124 | 129 | 47 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.49 |
| HSL | 63.66º | 0.47% | 0.35% | - |
| HSV(B) | 63.66º | 0.64% | 0.51% | - |
| XYZ | 16.68 | 20.19 | 5.71 | - |
| YUV | 118.16 | 87.84 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 129 | 47 | 0.04 | 0 | 0.64 | 0.49 | 63.66 | 0.47 | 0.35 |
| Hex | 7C | 81 | 2F | 4 | 0 | 40 | 31 | 40 | 2F | 23 |
| Octal | 174 | 201 | 57 | 4 | 0 | 100 | 61 | 100 | 57 | 43 |
| Binary | 1111100 | 10000001 | 101111 | 100 | 0 | 1000000 | 110001 | 1000000 | 101111 | 100011 |
Color Harmonies of #7C812F
Complementary color
Monochromatic Colors of #7C812F
Black with #7C812F
Text Example
Text Example
White with #7C812F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C812F; }
p { color: rgb(124,129,47); }
H1.HeaderClassName
{
color: #7C812F;
}
.AnyTagClassName
{
color: #7C812F;
}
</style>
background-color css
<style>
a { background-color: #7C812F; }
a { background-color: rgb(124,129,47); }
div.DivClassName
{
background-color: #7C812F;
}
.BgClassName
{
background-color: #7C812F;
}
</style>
border-color css
<style>
span { border-color: #7C812F; }
span { border-color: rgb(124,129,47); }
td.TdClassName
{
border-color: #7C812F;
}
.TagClassName
{
border-color: #7C812F;
}
</style>