Shades of Trendy Green #7D882D
Tints of Trendy Green #7D882D
RGB
CMYK
RGB Variations
Color information
#7D882D (or 0x7D882D) is known color: Trendy Green. HEX triplet: 7D, 88 and 2D. RGB value is (125,136,45). Sum of RGB (Red+Green+Blue) = 125+136+45=306 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.85% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 136 - color contains mainly: green. Hex color #7D882D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D882D is #8277D2. Grayscale: #7A7A7A. Windows color (decimal): -8550355 or 2984061. OLE color: 2984061.
HSL color Cylindrical-coordinate representation of color #7D882D: hue angle of 67.25º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7D882D is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 136 | 45 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.47 |
| HSL | 67.25º | 0.5% | 0.35% | - |
| HSV(B) | 67.25º | 0.67% | 0.53% | - |
| XYZ | 17.74 | 22.16 | 5.82 | - |
| YUV | 122.34 | 84.36 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 136 | 45 | 0.08 | 0 | 0.67 | 0.47 | 67.25 | 0.5 | 0.35 |
| Hex | 7D | 88 | 2D | 8 | 0 | 43 | 2F | 43 | 32 | 23 |
| Octal | 175 | 210 | 55 | 10 | 0 | 103 | 57 | 103 | 62 | 43 |
| Binary | 1111101 | 10001000 | 101101 | 1000 | 0 | 1000011 | 101111 | 1000011 | 110010 | 100011 |
Color Harmonies of #7D882D
Complementary color
Monochromatic Colors of #7D882D
Black with #7D882D
Text Example
Text Example
White with #7D882D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D882D; }
p { color: rgb(125,136,45); }
H1.HeaderClassName
{
color: #7D882D;
}
.AnyTagClassName
{
color: #7D882D;
}
</style>
background-color css
<style>
a { background-color: #7D882D; }
a { background-color: rgb(125,136,45); }
div.DivClassName
{
background-color: #7D882D;
}
.BgClassName
{
background-color: #7D882D;
}
</style>
border-color css
<style>
span { border-color: #7D882D; }
span { border-color: rgb(125,136,45); }
td.TdClassName
{
border-color: #7D882D;
}
.TagClassName
{
border-color: #7D882D;
}
</style>