Shades of Trendy Green #7E812F
Tints of Trendy Green #7E812F
RGB
CMYK
RGB Variations
Color information
#7E812F (or 0x7E812F) is known color: Trendy Green. HEX triplet: 7E, 81 and 2F. RGB value is (126,129,47). Sum of RGB (Red+Green+Blue) = 126+129+47=302 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.72% from 302); Green value is 129 (50.78% from 255 or 42.72% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 129 - color contains mainly: green. Hex color #7E812F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E812F is #817ED0. Grayscale: #777777. Windows color (decimal): -8486609 or 3113342. OLE color: 3113342.
HSL color Cylindrical-coordinate representation of color #7E812F: hue angle of 62.2º 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 #7E812F is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 126 | 129 | 47 | - |
| CMYK | 0.02 | 0 | 0.64 | 0.49 |
| HSL | 62.2º | 0.47% | 0.35% | - |
| HSV(B) | 62.2º | 0.64% | 0.51% | - |
| XYZ | 16.97 | 20.34 | 5.72 | - |
| YUV | 118.76 | 87.51 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 129 | 47 | 0.02 | 0 | 0.64 | 0.49 | 62.2 | 0.47 | 0.35 |
| Hex | 7E | 81 | 2F | 2 | 0 | 40 | 31 | 3E | 2F | 23 |
| Octal | 176 | 201 | 57 | 2 | 0 | 100 | 61 | 76 | 57 | 43 |
| Binary | 1111110 | 10000001 | 101111 | 10 | 0 | 1000000 | 110001 | 111110 | 101111 | 100011 |
Color Harmonies of #7E812F
Complementary color
Monochromatic Colors of #7E812F
Black with #7E812F
Text Example
Text Example
White with #7E812F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E812F; }
p { color: rgb(126,129,47); }
H1.HeaderClassName
{
color: #7E812F;
}
.AnyTagClassName
{
color: #7E812F;
}
</style>
background-color css
<style>
a { background-color: #7E812F; }
a { background-color: rgb(126,129,47); }
div.DivClassName
{
background-color: #7E812F;
}
.BgClassName
{
background-color: #7E812F;
}
</style>
border-color css
<style>
span { border-color: #7E812F; }
span { border-color: rgb(126,129,47); }
td.TdClassName
{
border-color: #7E812F;
}
.TagClassName
{
border-color: #7E812F;
}
</style>