Shades of Trendy Green #7D921C
Tints of Trendy Green #7D921C
RGB
CMYK
RGB Variations
Color information
#7D921C (or 0x7D921C) is known color: Trendy Green. HEX triplet: 7D, 92 and 1C. RGB value is (125,146,28). Sum of RGB (Red+Green+Blue) = 125+146+28=299 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.81% from 299); Green value is 146 (57.42% from 255 or 48.83% from 299); Blue value is 28 (11.33% from 255 or 9.36% from 299); Max value from RGB is 146 - color contains mainly: green. Hex color #7D921C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D921C is #826DE3. Grayscale: #7E7E7E. Windows color (decimal): -8547812 or 1872509. OLE color: 1872509.
HSL color Cylindrical-coordinate representation of color #7D921C: hue angle of 70.68º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7D921C is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 125 | 146 | 28 | - |
| CMYK | 0.14 | 0 | 0.81 | 0.43 |
| HSL | 70.68º | 0.68% | 0.34% | - |
| HSV(B) | 70.68º | 0.81% | 0.57% | - |
| XYZ | 18.95 | 25 | 4.93 | - |
| YUV | 126.27 | 72.54 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 146 | 28 | 0.14 | 0 | 0.81 | 0.43 | 70.68 | 0.68 | 0.34 |
| Hex | 7D | 92 | 1C | E | 0 | 51 | 2B | 47 | 44 | 22 |
| Octal | 175 | 222 | 34 | 16 | 0 | 121 | 53 | 107 | 104 | 42 |
| Binary | 1111101 | 10010010 | 11100 | 1110 | 0 | 1010001 | 101011 | 1000111 | 1000100 | 100010 |
Color Harmonies of #7D921C
Complementary color
Monochromatic Colors of #7D921C
Black with #7D921C
Text Example
Text Example
White with #7D921C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D921C; }
p { color: rgb(125,146,28); }
H1.HeaderClassName
{
color: #7D921C;
}
.AnyTagClassName
{
color: #7D921C;
}
</style>
background-color css
<style>
a { background-color: #7D921C; }
a { background-color: rgb(125,146,28); }
div.DivClassName
{
background-color: #7D921C;
}
.BgClassName
{
background-color: #7D921C;
}
</style>
border-color css
<style>
span { border-color: #7D921C; }
span { border-color: rgb(125,146,28); }
td.TdClassName
{
border-color: #7D921C;
}
.TagClassName
{
border-color: #7D921C;
}
</style>