Shades of Trendy Green #7B931D
Tints of Trendy Green #7B931D
RGB
CMYK
RGB Variations
Color information
#7B931D (or 0x7B931D) is known color: Trendy Green. HEX triplet: 7B, 93 and 1D. RGB value is (123,147,29). Sum of RGB (Red+Green+Blue) = 123+147+29=299 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.14% from 299); Green value is 147 (57.81% from 255 or 49.16% from 299); Blue value is 29 (11.72% from 255 or 9.70% from 299); Max value from RGB is 147 - color contains mainly: green. Hex color #7B931D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B931D is #846CE2. Grayscale: #7E7E7E. Windows color (decimal): -8678627 or 1938299. OLE color: 1938299.
HSL color Cylindrical-coordinate representation of color #7B931D: hue angle of 72.2º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B931D is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 147 | 29 | - |
| CMYK | 0.16 | 0 | 0.80 | 0.42 |
| HSL | 72.2º | 0.67% | 0.35% | - |
| HSV(B) | 72.2º | 0.8% | 0.58% | - |
| XYZ | 18.82 | 25.17 | 5.03 | - |
| YUV | 126.37 | 73.05 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 147 | 29 | 0.16 | 0 | 0.80 | 0.42 | 72.2 | 0.67 | 0.35 |
| Hex | 7B | 93 | 1D | 10 | 0 | 50 | 2A | 48 | 43 | 23 |
| Octal | 173 | 223 | 35 | 20 | 0 | 120 | 52 | 110 | 103 | 43 |
| Binary | 1111011 | 10010011 | 11101 | 10000 | 0 | 1010000 | 101010 | 1001000 | 1000011 | 100011 |
Color Harmonies of #7B931D
Complementary color
Monochromatic Colors of #7B931D
Black with #7B931D
Text Example
Text Example
White with #7B931D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B931D; }
p { color: rgb(123,147,29); }
H1.HeaderClassName
{
color: #7B931D;
}
.AnyTagClassName
{
color: #7B931D;
}
</style>
background-color css
<style>
a { background-color: #7B931D; }
a { background-color: rgb(123,147,29); }
div.DivClassName
{
background-color: #7B931D;
}
.BgClassName
{
background-color: #7B931D;
}
</style>
border-color css
<style>
span { border-color: #7B931D; }
span { border-color: rgb(123,147,29); }
td.TdClassName
{
border-color: #7B931D;
}
.TagClassName
{
border-color: #7B931D;
}
</style>