Shades of Trendy Green #7B861F
Tints of Trendy Green #7B861F
RGB
CMYK
RGB Variations
Color information
#7B861F (or 0x7B861F) is known color: Trendy Green. HEX triplet: 7B, 86 and 1F. RGB value is (123,134,31). Sum of RGB (Red+Green+Blue) = 123+134+31=288 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.71% from 288); Green value is 134 (52.73% from 255 or 46.53% from 288); Blue value is 31 (12.5% from 255 or 10.76% from 288); Max value from RGB is 134 - color contains mainly: green. Hex color #7B861F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B861F is #8479E0. Grayscale: #777777. Windows color (decimal): -8681953 or 2066043. OLE color: 2066043.
HSL color Cylindrical-coordinate representation of color #7B861F: hue angle of 66.41º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7B861F is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 134 | 31 | - |
| CMYK | 0.08 | 0 | 0.77 | 0.47 |
| HSL | 66.41º | 0.62% | 0.32% | - |
| HSV(B) | 66.41º | 0.77% | 0.53% | - |
| XYZ | 16.94 | 21.36 | 4.53 | - |
| YUV | 118.97 | 78.36 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 134 | 31 | 0.08 | 0 | 0.77 | 0.47 | 66.41 | 0.62 | 0.32 |
| Hex | 7B | 86 | 1F | 8 | 0 | 4D | 2F | 42 | 3E | 20 |
| Octal | 173 | 206 | 37 | 10 | 0 | 115 | 57 | 102 | 76 | 40 |
| Binary | 1111011 | 10000110 | 11111 | 1000 | 0 | 1001101 | 101111 | 1000010 | 111110 | 100000 |
Color Harmonies of #7B861F
Complementary color
Monochromatic Colors of #7B861F
Black with #7B861F
Text Example
Text Example
White with #7B861F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B861F; }
p { color: rgb(123,134,31); }
H1.HeaderClassName
{
color: #7B861F;
}
.AnyTagClassName
{
color: #7B861F;
}
</style>
background-color css
<style>
a { background-color: #7B861F; }
a { background-color: rgb(123,134,31); }
div.DivClassName
{
background-color: #7B861F;
}
.BgClassName
{
background-color: #7B861F;
}
</style>
border-color css
<style>
span { border-color: #7B861F; }
span { border-color: rgb(123,134,31); }
td.TdClassName
{
border-color: #7B861F;
}
.TagClassName
{
border-color: #7B861F;
}
</style>