Shades of Trendy Green #7B8D13
Tints of Trendy Green #7B8D13
RGB
CMYK
RGB Variations
Color information
#7B8D13 (or 0x7B8D13) is known color: Trendy Green. HEX triplet: 7B, 8D and 13. RGB value is (123,141,19). Sum of RGB (Red+Green+Blue) = 123+141+19=283 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.46% from 283); Green value is 141 (55.47% from 255 or 49.82% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 141 - color contains mainly: green. Hex color #7B8D13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B8D13 is #8472EC. Grayscale: #7A7A7A. Windows color (decimal): -8680173 or 1281403. OLE color: 1281403.
HSL color Cylindrical-coordinate representation of color #7B8D13: hue angle of 68.85º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7B8D13 is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 123 | 141 | 19 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.45 |
| HSL | 68.85º | 0.76% | 0.31% | - |
| HSV(B) | 68.85º | 0.87% | 0.55% | - |
| XYZ | 17.81 | 23.31 | 4.18 | - |
| YUV | 121.71 | 70.04 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 141 | 19 | 0.13 | 0 | 0.87 | 0.45 | 68.85 | 0.76 | 0.31 |
| Hex | 7B | 8D | 13 | D | 0 | 57 | 2D | 45 | 4C | 1F |
| Octal | 173 | 215 | 23 | 15 | 0 | 127 | 55 | 105 | 114 | 37 |
| Binary | 1111011 | 10001101 | 10011 | 1101 | 0 | 1010111 | 101101 | 1000101 | 1001100 | 11111 |
Color Harmonies of #7B8D13
Complementary color
Monochromatic Colors of #7B8D13
Black with #7B8D13
Text Example
Text Example
White with #7B8D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8D13; }
p { color: rgb(123,141,19); }
H1.HeaderClassName
{
color: #7B8D13;
}
.AnyTagClassName
{
color: #7B8D13;
}
</style>
background-color css
<style>
a { background-color: #7B8D13; }
a { background-color: rgb(123,141,19); }
div.DivClassName
{
background-color: #7B8D13;
}
.BgClassName
{
background-color: #7B8D13;
}
</style>
border-color css
<style>
span { border-color: #7B8D13; }
span { border-color: rgb(123,141,19); }
td.TdClassName
{
border-color: #7B8D13;
}
.TagClassName
{
border-color: #7B8D13;
}
</style>