Shades of Trendy Green #7B9014
Tints of Trendy Green #7B9014
RGB
CMYK
RGB Variations
Color information
#7B9014 (or 0x7B9014) is known color: Trendy Green. HEX triplet: 7B, 90 and 14. RGB value is (123,144,20). Sum of RGB (Red+Green+Blue) = 123+144+20=287 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.86% from 287); Green value is 144 (56.64% from 255 or 50.17% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 144 - color contains mainly: green. Hex color #7B9014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B9014 is #846FEB. Grayscale: #7C7C7C. Windows color (decimal): -8679404 or 1347707. OLE color: 1347707.
HSL color Cylindrical-coordinate representation of color #7B9014: hue angle of 70.16º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7B9014 is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 123 | 144 | 20 | - |
| CMYK | 0.15 | 0 | 0.86 | 0.44 |
| HSL | 70.16º | 0.76% | 0.32% | - |
| HSV(B) | 70.16º | 0.86% | 0.56% | - |
| XYZ | 18.27 | 24.21 | 4.37 | - |
| YUV | 123.59 | 69.54 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 144 | 20 | 0.15 | 0 | 0.86 | 0.44 | 70.16 | 0.76 | 0.32 |
| Hex | 7B | 90 | 14 | F | 0 | 56 | 2C | 46 | 4C | 20 |
| Octal | 173 | 220 | 24 | 17 | 0 | 126 | 54 | 106 | 114 | 40 |
| Binary | 1111011 | 10010000 | 10100 | 1111 | 0 | 1010110 | 101100 | 1000110 | 1001100 | 100000 |
Color Harmonies of #7B9014
Complementary color
Monochromatic Colors of #7B9014
Black with #7B9014
Text Example
Text Example
White with #7B9014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9014; }
p { color: rgb(123,144,20); }
H1.HeaderClassName
{
color: #7B9014;
}
.AnyTagClassName
{
color: #7B9014;
}
</style>
background-color css
<style>
a { background-color: #7B9014; }
a { background-color: rgb(123,144,20); }
div.DivClassName
{
background-color: #7B9014;
}
.BgClassName
{
background-color: #7B9014;
}
</style>
border-color css
<style>
span { border-color: #7B9014; }
span { border-color: rgb(123,144,20); }
td.TdClassName
{
border-color: #7B9014;
}
.TagClassName
{
border-color: #7B9014;
}
</style>