Shades of Trendy Green #7B851D
Tints of Trendy Green #7B851D
RGB
CMYK
RGB Variations
Color information
#7B851D (or 0x7B851D) is known color: Trendy Green. HEX triplet: 7B, 85 and 1D. RGB value is (123,133,29). Sum of RGB (Red+Green+Blue) = 123+133+29=285 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.16% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 133 - color contains mainly: green. Hex color #7B851D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B851D is #847AE2. Grayscale: #767676. Windows color (decimal): -8682211 or 1934715. OLE color: 1934715.
HSL color Cylindrical-coordinate representation of color #7B851D: hue angle of 65.77º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7B851D is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 123 | 133 | 29 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.48 |
| HSL | 65.77º | 0.64% | 0.32% | - |
| HSV(B) | 65.77º | 0.78% | 0.52% | - |
| XYZ | 16.78 | 21.07 | 4.35 | - |
| YUV | 118.15 | 77.69 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 133 | 29 | 0.08 | 0 | 0.78 | 0.48 | 65.77 | 0.64 | 0.32 |
| Hex | 7B | 85 | 1D | 8 | 0 | 4E | 30 | 42 | 40 | 20 |
| Octal | 173 | 205 | 35 | 10 | 0 | 116 | 60 | 102 | 100 | 40 |
| Binary | 1111011 | 10000101 | 11101 | 1000 | 0 | 1001110 | 110000 | 1000010 | 1000000 | 100000 |
Color Harmonies of #7B851D
Complementary color
Monochromatic Colors of #7B851D
Black with #7B851D
Text Example
Text Example
White with #7B851D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B851D; }
p { color: rgb(123,133,29); }
H1.HeaderClassName
{
color: #7B851D;
}
.AnyTagClassName
{
color: #7B851D;
}
</style>
background-color css
<style>
a { background-color: #7B851D; }
a { background-color: rgb(123,133,29); }
div.DivClassName
{
background-color: #7B851D;
}
.BgClassName
{
background-color: #7B851D;
}
</style>
border-color css
<style>
span { border-color: #7B851D; }
span { border-color: rgb(123,133,29); }
td.TdClassName
{
border-color: #7B851D;
}
.TagClassName
{
border-color: #7B851D;
}
</style>