Shades of Trendy Green #7B851E
Tints of Trendy Green #7B851E
RGB
CMYK
RGB Variations
Color information
#7B851E (or 0x7B851E) is known color: Trendy Green. HEX triplet: 7B, 85 and 1E. RGB value is (123,133,30). Sum of RGB (Red+Green+Blue) = 123+133+30=286 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.01% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 133 - color contains mainly: green. Hex color #7B851E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B851E is #847AE1. Grayscale: #767676. Windows color (decimal): -8682210 or 2000251. OLE color: 2000251.
HSL color Cylindrical-coordinate representation of color #7B851E: hue angle of 65.83º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7B851E is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 123 | 133 | 30 | - |
| CMYK | 0.08 | 0 | 0.77 | 0.48 |
| HSL | 65.83º | 0.63% | 0.32% | - |
| HSV(B) | 65.83º | 0.77% | 0.52% | - |
| XYZ | 16.79 | 21.08 | 4.41 | - |
| YUV | 118.27 | 78.19 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 133 | 30 | 0.08 | 0 | 0.77 | 0.48 | 65.83 | 0.63 | 0.32 |
| Hex | 7B | 85 | 1E | 8 | 0 | 4D | 30 | 42 | 3F | 20 |
| Octal | 173 | 205 | 36 | 10 | 0 | 115 | 60 | 102 | 77 | 40 |
| Binary | 1111011 | 10000101 | 11110 | 1000 | 0 | 1001101 | 110000 | 1000010 | 111111 | 100000 |
Color Harmonies of #7B851E
Complementary color
Monochromatic Colors of #7B851E
Black with #7B851E
Text Example
Text Example
White with #7B851E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B851E; }
p { color: rgb(123,133,30); }
H1.HeaderClassName
{
color: #7B851E;
}
.AnyTagClassName
{
color: #7B851E;
}
</style>
background-color css
<style>
a { background-color: #7B851E; }
a { background-color: rgb(123,133,30); }
div.DivClassName
{
background-color: #7B851E;
}
.BgClassName
{
background-color: #7B851E;
}
</style>
border-color css
<style>
span { border-color: #7B851E; }
span { border-color: rgb(123,133,30); }
td.TdClassName
{
border-color: #7B851E;
}
.TagClassName
{
border-color: #7B851E;
}
</style>