Shades of Trendy Green #7B851F
Tints of Trendy Green #7B851F
RGB
CMYK
RGB Variations
Color information
#7B851F (or 0x7B851F) is known color: Trendy Green. HEX triplet: 7B, 85 and 1F. RGB value is (123,133,31). Sum of RGB (Red+Green+Blue) = 123+133+31=287 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.86% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 133 - color contains mainly: green. Hex color #7B851F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B851F is #847AE0. Grayscale: #767676. Windows color (decimal): -8682209 or 2065787. OLE color: 2065787.
HSL color Cylindrical-coordinate representation of color #7B851F: hue angle of 65.88º degrees, saturation: 0.62, 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 #7B851F is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 123 | 133 | 31 | - |
| CMYK | 0.08 | 0 | 0.77 | 0.48 |
| HSL | 65.88º | 0.62% | 0.32% | - |
| HSV(B) | 65.88º | 0.77% | 0.52% | - |
| XYZ | 16.8 | 21.08 | 4.48 | - |
| YUV | 118.38 | 78.69 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 133 | 31 | 0.08 | 0 | 0.77 | 0.48 | 65.88 | 0.62 | 0.32 |
| Hex | 7B | 85 | 1F | 8 | 0 | 4D | 30 | 42 | 3E | 20 |
| Octal | 173 | 205 | 37 | 10 | 0 | 115 | 60 | 102 | 76 | 40 |
| Binary | 1111011 | 10000101 | 11111 | 1000 | 0 | 1001101 | 110000 | 1000010 | 111110 | 100000 |
Color Harmonies of #7B851F
Complementary color
Monochromatic Colors of #7B851F
Black with #7B851F
Text Example
Text Example
White with #7B851F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B851F; }
p { color: rgb(123,133,31); }
H1.HeaderClassName
{
color: #7B851F;
}
.AnyTagClassName
{
color: #7B851F;
}
</style>
background-color css
<style>
a { background-color: #7B851F; }
a { background-color: rgb(123,133,31); }
div.DivClassName
{
background-color: #7B851F;
}
.BgClassName
{
background-color: #7B851F;
}
</style>
border-color css
<style>
span { border-color: #7B851F; }
span { border-color: rgb(123,133,31); }
td.TdClassName
{
border-color: #7B851F;
}
.TagClassName
{
border-color: #7B851F;
}
</style>