Shades of Trendy Green #7B851B
Tints of Trendy Green #7B851B
RGB
CMYK
RGB Variations
Color information
#7B851B (or 0x7B851B) is known color: Trendy Green. HEX triplet: 7B, 85 and 1B. RGB value is (123,133,27). Sum of RGB (Red+Green+Blue) = 123+133+27=283 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.46% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 133 - color contains mainly: green. Hex color #7B851B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B851B is #847AE4. Grayscale: #767676. Windows color (decimal): -8682213 or 1803643. OLE color: 1803643.
HSL color Cylindrical-coordinate representation of color #7B851B: hue angle of 65.66º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B851B is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 123 | 133 | 27 | - |
| CMYK | 0.08 | 0 | 0.80 | 0.48 |
| HSL | 65.66º | 0.66% | 0.31% | - |
| HSV(B) | 65.66º | 0.8% | 0.52% | - |
| XYZ | 16.75 | 21.07 | 4.22 | - |
| YUV | 117.93 | 76.69 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 133 | 27 | 0.08 | 0 | 0.80 | 0.48 | 65.66 | 0.66 | 0.31 |
| Hex | 7B | 85 | 1B | 8 | 0 | 50 | 30 | 42 | 42 | 1F |
| Octal | 173 | 205 | 33 | 10 | 0 | 120 | 60 | 102 | 102 | 37 |
| Binary | 1111011 | 10000101 | 11011 | 1000 | 0 | 1010000 | 110000 | 1000010 | 1000010 | 11111 |
Color Harmonies of #7B851B
Complementary color
Monochromatic Colors of #7B851B
Black with #7B851B
Text Example
Text Example
White with #7B851B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B851B; }
p { color: rgb(123,133,27); }
H1.HeaderClassName
{
color: #7B851B;
}
.AnyTagClassName
{
color: #7B851B;
}
</style>
background-color css
<style>
a { background-color: #7B851B; }
a { background-color: rgb(123,133,27); }
div.DivClassName
{
background-color: #7B851B;
}
.BgClassName
{
background-color: #7B851B;
}
</style>
border-color css
<style>
span { border-color: #7B851B; }
span { border-color: rgb(123,133,27); }
td.TdClassName
{
border-color: #7B851B;
}
.TagClassName
{
border-color: #7B851B;
}
</style>