Shades of Trendy Green #7D891F
Tints of Trendy Green #7D891F
RGB
CMYK
RGB Variations
Color information
#7D891F (or 0x7D891F) is known color: Trendy Green. HEX triplet: 7D, 89 and 1F. RGB value is (125,137,31). Sum of RGB (Red+Green+Blue) = 125+137+31=293 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.66% from 293); Green value is 137 (53.91% from 255 or 46.76% from 293); Blue value is 31 (12.5% from 255 or 10.58% from 293); Max value from RGB is 137 - color contains mainly: green. Hex color #7D891F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D891F is #8276E0. Grayscale: #797979. Windows color (decimal): -8550113 or 2066813. OLE color: 2066813.
HSL color Cylindrical-coordinate representation of color #7D891F: hue angle of 66.79º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7D891F is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 125 | 137 | 31 | - |
| CMYK | 0.09 | 0 | 0.77 | 0.46 |
| HSL | 66.79º | 0.63% | 0.33% | - |
| HSV(B) | 66.79º | 0.77% | 0.54% | - |
| XYZ | 17.65 | 22.35 | 4.68 | - |
| YUV | 121.33 | 77.02 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 137 | 31 | 0.09 | 0 | 0.77 | 0.46 | 66.79 | 0.63 | 0.33 |
| Hex | 7D | 89 | 1F | 9 | 0 | 4D | 2E | 43 | 3F | 21 |
| Octal | 175 | 211 | 37 | 11 | 0 | 115 | 56 | 103 | 77 | 41 |
| Binary | 1111101 | 10001001 | 11111 | 1001 | 0 | 1001101 | 101110 | 1000011 | 111111 | 100001 |
Color Harmonies of #7D891F
Complementary color
Monochromatic Colors of #7D891F
Black with #7D891F
Text Example
Text Example
White with #7D891F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D891F; }
p { color: rgb(125,137,31); }
H1.HeaderClassName
{
color: #7D891F;
}
.AnyTagClassName
{
color: #7D891F;
}
</style>
background-color css
<style>
a { background-color: #7D891F; }
a { background-color: rgb(125,137,31); }
div.DivClassName
{
background-color: #7D891F;
}
.BgClassName
{
background-color: #7D891F;
}
</style>
border-color css
<style>
span { border-color: #7D891F; }
span { border-color: rgb(125,137,31); }
td.TdClassName
{
border-color: #7D891F;
}
.TagClassName
{
border-color: #7D891F;
}
</style>