Shades of Trendy Green #7E851B
Tints of Trendy Green #7E851B
RGB
CMYK
RGB Variations
Color information
#7E851B (or 0x7E851B) is known color: Trendy Green. HEX triplet: 7E, 85 and 1B. RGB value is (126,133,27). Sum of RGB (Red+Green+Blue) = 126+133+27=286 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.06% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 133 - color contains mainly: green. Hex color #7E851B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E851B is #817AE4. Grayscale: #777777. Windows color (decimal): -8485605 or 1803646. OLE color: 1803646.
HSL color Cylindrical-coordinate representation of color #7E851B: hue angle of 63.96º 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 #7E851B is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 126 | 133 | 27 | - |
| CMYK | 0.05 | 0 | 0.80 | 0.48 |
| HSL | 63.96º | 0.66% | 0.31% | - |
| HSV(B) | 63.96º | 0.8% | 0.52% | - |
| XYZ | 17.19 | 21.29 | 4.24 | - |
| YUV | 118.82 | 76.18 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 133 | 27 | 0.05 | 0 | 0.80 | 0.48 | 63.96 | 0.66 | 0.31 |
| Hex | 7E | 85 | 1B | 5 | 0 | 50 | 30 | 40 | 42 | 1F |
| Octal | 176 | 205 | 33 | 5 | 0 | 120 | 60 | 100 | 102 | 37 |
| Binary | 1111110 | 10000101 | 11011 | 101 | 0 | 1010000 | 110000 | 1000000 | 1000010 | 11111 |
Color Harmonies of #7E851B
Complementary color
Monochromatic Colors of #7E851B
Black with #7E851B
Text Example
Text Example
White with #7E851B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E851B; }
p { color: rgb(126,133,27); }
H1.HeaderClassName
{
color: #7E851B;
}
.AnyTagClassName
{
color: #7E851B;
}
</style>
background-color css
<style>
a { background-color: #7E851B; }
a { background-color: rgb(126,133,27); }
div.DivClassName
{
background-color: #7E851B;
}
.BgClassName
{
background-color: #7E851B;
}
</style>
border-color css
<style>
span { border-color: #7E851B; }
span { border-color: rgb(126,133,27); }
td.TdClassName
{
border-color: #7E851B;
}
.TagClassName
{
border-color: #7E851B;
}
</style>