Shades of Trendy Green #7C811C
Tints of Trendy Green #7C811C
RGB
CMYK
RGB Variations
Color information
#7C811C (or 0x7C811C) is known color: Trendy Green. HEX triplet: 7C, 81 and 1C. RGB value is (124,129,28). Sum of RGB (Red+Green+Blue) = 124+129+28=281 (37% of max value = 765). Red value is 124 (48.83% from 255 or 44.13% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 129 - color contains mainly: green. Hex color #7C811C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C811C is #837EE3. Grayscale: #747474. Windows color (decimal): -8617700 or 1868156. OLE color: 1868156.
HSL color Cylindrical-coordinate representation of color #7C811C: hue angle of 62.97º degrees, saturation: 0.64, 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 #7C811C is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 124 | 129 | 28 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.49 |
| HSL | 62.97º | 0.64% | 0.31% | - |
| HSV(B) | 62.97º | 0.78% | 0.51% | - |
| XYZ | 16.37 | 20.07 | 4.11 | - |
| YUV | 115.99 | 78.34 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 129 | 28 | 0.04 | 0 | 0.78 | 0.49 | 62.97 | 0.64 | 0.31 |
| Hex | 7C | 81 | 1C | 4 | 0 | 4E | 31 | 3F | 40 | 1F |
| Octal | 174 | 201 | 34 | 4 | 0 | 116 | 61 | 77 | 100 | 37 |
| Binary | 1111100 | 10000001 | 11100 | 100 | 0 | 1001110 | 110001 | 111111 | 1000000 | 11111 |
Color Harmonies of #7C811C
Complementary color
Monochromatic Colors of #7C811C
Black with #7C811C
Text Example
Text Example
White with #7C811C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C811C; }
p { color: rgb(124,129,28); }
H1.HeaderClassName
{
color: #7C811C;
}
.AnyTagClassName
{
color: #7C811C;
}
</style>
background-color css
<style>
a { background-color: #7C811C; }
a { background-color: rgb(124,129,28); }
div.DivClassName
{
background-color: #7C811C;
}
.BgClassName
{
background-color: #7C811C;
}
</style>
border-color css
<style>
span { border-color: #7C811C; }
span { border-color: rgb(124,129,28); }
td.TdClassName
{
border-color: #7C811C;
}
.TagClassName
{
border-color: #7C811C;
}
</style>