Shades of Trendy Green #7D910F
Tints of Trendy Green #7D910F
RGB
CMYK
RGB Variations
Color information
#7D910F (or 0x7D910F) is known color: Trendy Green. HEX triplet: 7D, 91 and 0F. RGB value is (125,145,15). Sum of RGB (Red+Green+Blue) = 125+145+15=285 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.86% from 285); Green value is 145 (57.03% from 255 or 50.88% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 145 - color contains mainly: green. Hex color #7D910F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D910F is #826EF0. Grayscale: #7C7C7C. Windows color (decimal): -8548081 or 1020285. OLE color: 1020285.
HSL color Cylindrical-coordinate representation of color #7D910F: hue angle of 69.23º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D910F is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 125 | 145 | 15 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.43 |
| HSL | 69.23º | 0.81% | 0.31% | - |
| HSV(B) | 69.23º | 0.9% | 0.57% | - |
| XYZ | 18.67 | 24.65 | 4.22 | - |
| YUV | 124.2 | 66.37 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 145 | 15 | 0.14 | 0 | 0.90 | 0.43 | 69.23 | 0.81 | 0.31 |
| Hex | 7D | 91 | F | E | 0 | 5A | 2B | 45 | 51 | 1F |
| Octal | 175 | 221 | 17 | 16 | 0 | 132 | 53 | 105 | 121 | 37 |
| Binary | 1111101 | 10010001 | 1111 | 1110 | 0 | 1011010 | 101011 | 1000101 | 1010001 | 11111 |
Color Harmonies of #7D910F
Complementary color
Monochromatic Colors of #7D910F
Black with #7D910F
Text Example
Text Example
White with #7D910F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D910F; }
p { color: rgb(125,145,15); }
H1.HeaderClassName
{
color: #7D910F;
}
.AnyTagClassName
{
color: #7D910F;
}
</style>
background-color css
<style>
a { background-color: #7D910F; }
a { background-color: rgb(125,145,15); }
div.DivClassName
{
background-color: #7D910F;
}
.BgClassName
{
background-color: #7D910F;
}
</style>
border-color css
<style>
span { border-color: #7D910F; }
span { border-color: rgb(125,145,15); }
td.TdClassName
{
border-color: #7D910F;
}
.TagClassName
{
border-color: #7D910F;
}
</style>