Shades of Trendy Green #7B9116
Tints of Trendy Green #7B9116
RGB
CMYK
RGB Variations
Color information
#7B9116 (or 0x7B9116) is known color: Trendy Green. HEX triplet: 7B, 91 and 16. RGB value is (123,145,22). Sum of RGB (Red+Green+Blue) = 123+145+22=290 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.41% from 290); Green value is 145 (57.03% from 255 or 50% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 145 - color contains mainly: green. Hex color #7B9116 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B9116 is #846EE9. Grayscale: #7C7C7C. Windows color (decimal): -8679146 or 1479035. OLE color: 1479035.
HSL color Cylindrical-coordinate representation of color #7B9116: hue angle of 70.73º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B9116 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 123 | 145 | 22 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.43 |
| HSL | 70.73º | 0.74% | 0.33% | - |
| HSV(B) | 70.73º | 0.85% | 0.57% | - |
| XYZ | 18.44 | 24.52 | 4.52 | - |
| YUV | 124.4 | 70.21 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 145 | 22 | 0.15 | 0 | 0.85 | 0.43 | 70.73 | 0.74 | 0.33 |
| Hex | 7B | 91 | 16 | F | 0 | 55 | 2B | 47 | 4A | 21 |
| Octal | 173 | 221 | 26 | 17 | 0 | 125 | 53 | 107 | 112 | 41 |
| Binary | 1111011 | 10010001 | 10110 | 1111 | 0 | 1010101 | 101011 | 1000111 | 1001010 | 100001 |
Color Harmonies of #7B9116
Complementary color
Monochromatic Colors of #7B9116
Black with #7B9116
Text Example
Text Example
White with #7B9116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9116; }
p { color: rgb(123,145,22); }
H1.HeaderClassName
{
color: #7B9116;
}
.AnyTagClassName
{
color: #7B9116;
}
</style>
background-color css
<style>
a { background-color: #7B9116; }
a { background-color: rgb(123,145,22); }
div.DivClassName
{
background-color: #7B9116;
}
.BgClassName
{
background-color: #7B9116;
}
</style>
border-color css
<style>
span { border-color: #7B9116; }
span { border-color: rgb(123,145,22); }
td.TdClassName
{
border-color: #7B9116;
}
.TagClassName
{
border-color: #7B9116;
}
</style>