Shades of Trendy Green #7D802F
Tints of Trendy Green #7D802F
RGB
CMYK
RGB Variations
Color information
#7D802F (or 0x7D802F) is known color: Trendy Green. HEX triplet: 7D, 80 and 2F. RGB value is (125,128,47). Sum of RGB (Red+Green+Blue) = 125+128+47=300 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.67% from 300); Green value is 128 (50.39% from 255 or 42.67% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 128 - color contains mainly: green. Hex color #7D802F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D802F is #827FD0. Grayscale: #767676. Windows color (decimal): -8552401 or 3113085. OLE color: 3113085.
HSL color Cylindrical-coordinate representation of color #7D802F: hue angle of 62.22º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7D802F is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 125 | 128 | 47 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.50 |
| HSL | 62.22º | 0.46% | 0.34% | - |
| HSV(B) | 62.22º | 0.63% | 0.5% | - |
| XYZ | 16.69 | 20 | 5.67 | - |
| YUV | 117.87 | 88.01 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 128 | 47 | 0.02 | 0 | 0.63 | 0.50 | 62.22 | 0.46 | 0.34 |
| Hex | 7D | 80 | 2F | 2 | 0 | 3F | 32 | 3E | 2E | 22 |
| Octal | 175 | 200 | 57 | 2 | 0 | 77 | 62 | 76 | 56 | 42 |
| Binary | 1111101 | 10000000 | 101111 | 10 | 0 | 111111 | 110010 | 111110 | 101110 | 100010 |
Color Harmonies of #7D802F
Complementary color
Monochromatic Colors of #7D802F
Black with #7D802F
Text Example
Text Example
White with #7D802F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D802F; }
p { color: rgb(125,128,47); }
H1.HeaderClassName
{
color: #7D802F;
}
.AnyTagClassName
{
color: #7D802F;
}
</style>
background-color css
<style>
a { background-color: #7D802F; }
a { background-color: rgb(125,128,47); }
div.DivClassName
{
background-color: #7D802F;
}
.BgClassName
{
background-color: #7D802F;
}
</style>
border-color css
<style>
span { border-color: #7D802F; }
span { border-color: rgb(125,128,47); }
td.TdClassName
{
border-color: #7D802F;
}
.TagClassName
{
border-color: #7D802F;
}
</style>