Shades of Trendy Green #7B8E12
Tints of Trendy Green #7B8E12
RGB
CMYK
RGB Variations
Color information
#7B8E12 (or 0x7B8E12) is known color: Trendy Green. HEX triplet: 7B, 8E and 12. RGB value is (123,142,18). Sum of RGB (Red+Green+Blue) = 123+142+18=283 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.46% from 283); Green value is 142 (55.86% from 255 or 50.18% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 142 - color contains mainly: green. Hex color #7B8E12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B8E12 is #8471ED. Grayscale: #7A7A7A. Windows color (decimal): -8679918 or 1216123. OLE color: 1216123.
HSL color Cylindrical-coordinate representation of color #7B8E12: hue angle of 69.19º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7B8E12 is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 123 | 142 | 18 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.44 |
| HSL | 69.19º | 0.78% | 0.31% | - |
| HSV(B) | 69.19º | 0.87% | 0.56% | - |
| XYZ | 17.95 | 23.6 | 4.18 | - |
| YUV | 122.18 | 69.21 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 142 | 18 | 0.13 | 0 | 0.87 | 0.44 | 69.19 | 0.78 | 0.31 |
| Hex | 7B | 8E | 12 | D | 0 | 57 | 2C | 45 | 4E | 1F |
| Octal | 173 | 216 | 22 | 15 | 0 | 127 | 54 | 105 | 116 | 37 |
| Binary | 1111011 | 10001110 | 10010 | 1101 | 0 | 1010111 | 101100 | 1000101 | 1001110 | 11111 |
Color Harmonies of #7B8E12
Complementary color
Monochromatic Colors of #7B8E12
Black with #7B8E12
Text Example
Text Example
White with #7B8E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8E12; }
p { color: rgb(123,142,18); }
H1.HeaderClassName
{
color: #7B8E12;
}
.AnyTagClassName
{
color: #7B8E12;
}
</style>
background-color css
<style>
a { background-color: #7B8E12; }
a { background-color: rgb(123,142,18); }
div.DivClassName
{
background-color: #7B8E12;
}
.BgClassName
{
background-color: #7B8E12;
}
</style>
border-color css
<style>
span { border-color: #7B8E12; }
span { border-color: rgb(123,142,18); }
td.TdClassName
{
border-color: #7B8E12;
}
.TagClassName
{
border-color: #7B8E12;
}
</style>