Shades of Trendy Green #7D931B
Tints of Trendy Green #7D931B
RGB
CMYK
RGB Variations
Color information
#7D931B (or 0x7D931B) is known color: Trendy Green. HEX triplet: 7D, 93 and 1B. RGB value is (125,147,27). Sum of RGB (Red+Green+Blue) = 125+147+27=299 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.81% from 299); Green value is 147 (57.81% from 255 or 49.16% from 299); Blue value is 27 (10.94% from 255 or 9.03% from 299); Max value from RGB is 147 - color contains mainly: green. Hex color #7D931B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D931B is #826CE4. Grayscale: #7F7F7F. Windows color (decimal): -8547557 or 1807229. OLE color: 1807229.
HSL color Cylindrical-coordinate representation of color #7D931B: hue angle of 71º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7D931B is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 147 | 27 | - |
| CMYK | 0.15 | 0 | 0.82 | 0.42 |
| HSL | 71º | 0.69% | 0.34% | - |
| HSV(B) | 71º | 0.82% | 0.58% | - |
| XYZ | 19.09 | 25.31 | 4.92 | - |
| YUV | 126.74 | 71.71 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 147 | 27 | 0.15 | 0 | 0.82 | 0.42 | 71 | 0.69 | 0.34 |
| Hex | 7D | 93 | 1B | F | 0 | 52 | 2A | 47 | 45 | 22 |
| Octal | 175 | 223 | 33 | 17 | 0 | 122 | 52 | 107 | 105 | 42 |
| Binary | 1111101 | 10010011 | 11011 | 1111 | 0 | 1010010 | 101010 | 1000111 | 1000101 | 100010 |
Color Harmonies of #7D931B
Complementary color
Monochromatic Colors of #7D931B
Black with #7D931B
Text Example
Text Example
White with #7D931B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D931B; }
p { color: rgb(125,147,27); }
H1.HeaderClassName
{
color: #7D931B;
}
.AnyTagClassName
{
color: #7D931B;
}
</style>
background-color css
<style>
a { background-color: #7D931B; }
a { background-color: rgb(125,147,27); }
div.DivClassName
{
background-color: #7D931B;
}
.BgClassName
{
background-color: #7D931B;
}
</style>
border-color css
<style>
span { border-color: #7D931B; }
span { border-color: rgb(125,147,27); }
td.TdClassName
{
border-color: #7D931B;
}
.TagClassName
{
border-color: #7D931B;
}
</style>