Shades of Trendy Green #7D872D
Tints of Trendy Green #7D872D
RGB
CMYK
RGB Variations
Color information
#7D872D (or 0x7D872D) is known color: Trendy Green. HEX triplet: 7D, 87 and 2D. RGB value is (125,135,45). Sum of RGB (Red+Green+Blue) = 125+135+45=305 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.98% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 135 - color contains mainly: green. Hex color #7D872D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D872D is #8278D2. Grayscale: #7A7A7A. Windows color (decimal): -8550611 or 2983805. OLE color: 2983805.
HSL color Cylindrical-coordinate representation of color #7D872D: hue angle of 66.67º 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 #7D872D is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 135 | 45 | - |
| CMYK | 0.07 | 0 | 0.67 | 0.47 |
| HSL | 66.67º | 0.5% | 0.35% | - |
| HSV(B) | 66.67º | 0.67% | 0.53% | - |
| XYZ | 17.6 | 21.88 | 5.78 | - |
| YUV | 121.75 | 84.69 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 135 | 45 | 0.07 | 0 | 0.67 | 0.47 | 66.67 | 0.5 | 0.35 |
| Hex | 7D | 87 | 2D | 7 | 0 | 43 | 2F | 43 | 32 | 23 |
| Octal | 175 | 207 | 55 | 7 | 0 | 103 | 57 | 103 | 62 | 43 |
| Binary | 1111101 | 10000111 | 101101 | 111 | 0 | 1000011 | 101111 | 1000011 | 110010 | 100011 |
Color Harmonies of #7D872D
Complementary color
Monochromatic Colors of #7D872D
Black with #7D872D
Text Example
Text Example
White with #7D872D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D872D; }
p { color: rgb(125,135,45); }
H1.HeaderClassName
{
color: #7D872D;
}
.AnyTagClassName
{
color: #7D872D;
}
</style>
background-color css
<style>
a { background-color: #7D872D; }
a { background-color: rgb(125,135,45); }
div.DivClassName
{
background-color: #7D872D;
}
.BgClassName
{
background-color: #7D872D;
}
</style>
border-color css
<style>
span { border-color: #7D872D; }
span { border-color: rgb(125,135,45); }
td.TdClassName
{
border-color: #7D872D;
}
.TagClassName
{
border-color: #7D872D;
}
</style>