Shades of Trendy Green #7D921A
Tints of Trendy Green #7D921A
RGB
CMYK
RGB Variations
Color information
#7D921A (or 0x7D921A) is known color: Trendy Green. HEX triplet: 7D, 92 and 1A. RGB value is (125,146,26). Sum of RGB (Red+Green+Blue) = 125+146+26=297 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.09% from 297); Green value is 146 (57.42% from 255 or 49.16% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 146 - color contains mainly: green. Hex color #7D921A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D921A is #826DE5. Grayscale: #7E7E7E. Windows color (decimal): -8547814 or 1741437. OLE color: 1741437.
HSL color Cylindrical-coordinate representation of color #7D921A: hue angle of 70.5º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7D921A is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 125 | 146 | 26 | - |
| CMYK | 0.14 | 0 | 0.82 | 0.43 |
| HSL | 70.5º | 0.7% | 0.34% | - |
| HSV(B) | 70.5º | 0.82% | 0.57% | - |
| XYZ | 18.92 | 24.99 | 4.8 | - |
| YUV | 126.04 | 71.54 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 146 | 26 | 0.14 | 0 | 0.82 | 0.43 | 70.5 | 0.7 | 0.34 |
| Hex | 7D | 92 | 1A | E | 0 | 52 | 2B | 46 | 46 | 22 |
| Octal | 175 | 222 | 32 | 16 | 0 | 122 | 53 | 106 | 106 | 42 |
| Binary | 1111101 | 10010010 | 11010 | 1110 | 0 | 1010010 | 101011 | 1000110 | 1000110 | 100010 |
Color Harmonies of #7D921A
Complementary color
Monochromatic Colors of #7D921A
Black with #7D921A
Text Example
Text Example
White with #7D921A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D921A; }
p { color: rgb(125,146,26); }
H1.HeaderClassName
{
color: #7D921A;
}
.AnyTagClassName
{
color: #7D921A;
}
</style>
background-color css
<style>
a { background-color: #7D921A; }
a { background-color: rgb(125,146,26); }
div.DivClassName
{
background-color: #7D921A;
}
.BgClassName
{
background-color: #7D921A;
}
</style>
border-color css
<style>
span { border-color: #7D921A; }
span { border-color: rgb(125,146,26); }
td.TdClassName
{
border-color: #7D921A;
}
.TagClassName
{
border-color: #7D921A;
}
</style>