Shades of Trendy Green #7B8814
Tints of Trendy Green #7B8814
RGB
CMYK
RGB Variations
Color information
#7B8814 (or 0x7B8814) is known color: Trendy Green. HEX triplet: 7B, 88 and 14. RGB value is (123,136,20). Sum of RGB (Red+Green+Blue) = 123+136+20=279 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.09% from 279); Green value is 136 (53.52% from 255 or 48.75% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 136 - color contains mainly: green. Hex color #7B8814 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B8814 is #8477EB. Grayscale: #777777. Windows color (decimal): -8681452 or 1345659. OLE color: 1345659.
HSL color Cylindrical-coordinate representation of color #7B8814: hue angle of 66.72º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B8814 is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 136 | 20 | - |
| CMYK | 0.10 | 0 | 0.85 | 0.47 |
| HSL | 66.72º | 0.74% | 0.31% | - |
| HSV(B) | 66.72º | 0.85% | 0.53% | - |
| XYZ | 17.1 | 21.87 | 3.98 | - |
| YUV | 118.89 | 72.19 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 136 | 20 | 0.10 | 0 | 0.85 | 0.47 | 66.72 | 0.74 | 0.31 |
| Hex | 7B | 88 | 14 | A | 0 | 55 | 2F | 43 | 4A | 1F |
| Octal | 173 | 210 | 24 | 12 | 0 | 125 | 57 | 103 | 112 | 37 |
| Binary | 1111011 | 10001000 | 10100 | 1010 | 0 | 1010101 | 101111 | 1000011 | 1001010 | 11111 |
Color Harmonies of #7B8814
Complementary color
Monochromatic Colors of #7B8814
Black with #7B8814
Text Example
Text Example
White with #7B8814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8814; }
p { color: rgb(123,136,20); }
H1.HeaderClassName
{
color: #7B8814;
}
.AnyTagClassName
{
color: #7B8814;
}
</style>
background-color css
<style>
a { background-color: #7B8814; }
a { background-color: rgb(123,136,20); }
div.DivClassName
{
background-color: #7B8814;
}
.BgClassName
{
background-color: #7B8814;
}
</style>
border-color css
<style>
span { border-color: #7B8814; }
span { border-color: rgb(123,136,20); }
td.TdClassName
{
border-color: #7B8814;
}
.TagClassName
{
border-color: #7B8814;
}
</style>