Shades of Trendy Green #7B8411
Tints of Trendy Green #7B8411
RGB
CMYK
RGB Variations
Color information
#7B8411 (or 0x7B8411) is known color: Trendy Green. HEX triplet: 7B, 84 and 11. RGB value is (123,132,17). Sum of RGB (Red+Green+Blue) = 123+132+17=272 (36% of max value = 765). Red value is 123 (48.44% from 255 or 45.22% from 272); Green value is 132 (51.95% from 255 or 48.53% from 272); Blue value is 17 (7.03% from 255 or 6.25% from 272); Max value from RGB is 132 - color contains mainly: green. Hex color #7B8411 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B8411 is #847BEE. Grayscale: #747474. Windows color (decimal): -8682479 or 1148027. OLE color: 1148027.
HSL color Cylindrical-coordinate representation of color #7B8411: hue angle of 64.7º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7B8411 is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 123 | 132 | 17 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.48 |
| HSL | 64.7º | 0.77% | 0.29% | - |
| HSV(B) | 64.7º | 0.87% | 0.52% | - |
| XYZ | 16.52 | 20.75 | 3.67 | - |
| YUV | 116.2 | 72.02 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 132 | 17 | 0.07 | 0 | 0.87 | 0.48 | 64.7 | 0.77 | 0.29 |
| Hex | 7B | 84 | 11 | 7 | 0 | 57 | 30 | 41 | 4D | 1D |
| Octal | 173 | 204 | 21 | 7 | 0 | 127 | 60 | 101 | 115 | 35 |
| Binary | 1111011 | 10000100 | 10001 | 111 | 0 | 1010111 | 110000 | 1000001 | 1001101 | 11101 |
Color Harmonies of #7B8411
Complementary color
Monochromatic Colors of #7B8411
Black with #7B8411
Text Example
Text Example
White with #7B8411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8411; }
p { color: rgb(123,132,17); }
H1.HeaderClassName
{
color: #7B8411;
}
.AnyTagClassName
{
color: #7B8411;
}
</style>
background-color css
<style>
a { background-color: #7B8411; }
a { background-color: rgb(123,132,17); }
div.DivClassName
{
background-color: #7B8411;
}
.BgClassName
{
background-color: #7B8411;
}
</style>
border-color css
<style>
span { border-color: #7B8411; }
span { border-color: rgb(123,132,17); }
td.TdClassName
{
border-color: #7B8411;
}
.TagClassName
{
border-color: #7B8411;
}
</style>