Shades of Trendy Green #7E7B14
Tints of Trendy Green #7E7B14
RGB
CMYK
RGB Variations
Color information
#7E7B14 (or 0x7E7B14) is known color: Trendy Green. HEX triplet: 7E, 7B and 14. RGB value is (126,123,20). Sum of RGB (Red+Green+Blue) = 126+123+20=269 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.84% from 269); Green value is 123 (48.44% from 255 or 45.72% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7B14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E7B14 is #8184EB. Grayscale: #707070. Windows color (decimal): -8488172 or 1342334. OLE color: 1342334.
HSL color Cylindrical-coordinate representation of color #7E7B14: hue angle of 58.3º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7E7B14 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 123 | 20 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.51 |
| HSL | 58.3º | 0.73% | 0.29% | - |
| HSV(B) | 58.3º | 0.84% | 0.49% | - |
| XYZ | 15.81 | 18.65 | 3.43 | - |
| YUV | 112.16 | 75.99 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 123 | 20 | 0 | 0.02 | 0.84 | 0.51 | 58.3 | 0.73 | 0.29 |
| Hex | 7E | 7B | 14 | 0 | 2 | 54 | 33 | 3A | 49 | 1D |
| Octal | 176 | 173 | 24 | 0 | 2 | 124 | 63 | 72 | 111 | 35 |
| Binary | 1111110 | 1111011 | 10100 | 0 | 10 | 1010100 | 110011 | 111010 | 1001001 | 11101 |
Color Harmonies of #7E7B14
Complementary color
Monochromatic Colors of #7E7B14
Black with #7E7B14
Text Example
Text Example
White with #7E7B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7B14; }
p { color: rgb(126,123,20); }
H1.HeaderClassName
{
color: #7E7B14;
}
.AnyTagClassName
{
color: #7E7B14;
}
</style>
background-color css
<style>
a { background-color: #7E7B14; }
a { background-color: rgb(126,123,20); }
div.DivClassName
{
background-color: #7E7B14;
}
.BgClassName
{
background-color: #7E7B14;
}
</style>
border-color css
<style>
span { border-color: #7E7B14; }
span { border-color: rgb(126,123,20); }
td.TdClassName
{
border-color: #7E7B14;
}
.TagClassName
{
border-color: #7E7B14;
}
</style>