Shades of Trendy Green #7B8517
Tints of Trendy Green #7B8517
RGB
CMYK
RGB Variations
Color information
#7B8517 (or 0x7B8517) is known color: Trendy Green. HEX triplet: 7B, 85 and 17. RGB value is (123,133,23). Sum of RGB (Red+Green+Blue) = 123+133+23=279 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.09% from 279); Green value is 133 (52.34% from 255 or 47.67% from 279); Blue value is 23 (9.38% from 255 or 8.24% from 279); Max value from RGB is 133 - color contains mainly: green. Hex color #7B8517 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B8517 is #847AE8. Grayscale: #757575. Windows color (decimal): -8682217 or 1541499. OLE color: 1541499.
HSL color Cylindrical-coordinate representation of color #7B8517: hue angle of 65.45º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7B8517 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 123 | 133 | 23 | - |
| CMYK | 0.08 | 0 | 0.83 | 0.48 |
| HSL | 65.45º | 0.71% | 0.31% | - |
| HSV(B) | 65.45º | 0.83% | 0.52% | - |
| XYZ | 16.71 | 21.05 | 3.99 | - |
| YUV | 117.47 | 74.69 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 133 | 23 | 0.08 | 0 | 0.83 | 0.48 | 65.45 | 0.71 | 0.31 |
| Hex | 7B | 85 | 17 | 8 | 0 | 53 | 30 | 41 | 47 | 1F |
| Octal | 173 | 205 | 27 | 10 | 0 | 123 | 60 | 101 | 107 | 37 |
| Binary | 1111011 | 10000101 | 10111 | 1000 | 0 | 1010011 | 110000 | 1000001 | 1000111 | 11111 |
Color Harmonies of #7B8517
Complementary color
Monochromatic Colors of #7B8517
Black with #7B8517
Text Example
Text Example
White with #7B8517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8517; }
p { color: rgb(123,133,23); }
H1.HeaderClassName
{
color: #7B8517;
}
.AnyTagClassName
{
color: #7B8517;
}
</style>
background-color css
<style>
a { background-color: #7B8517; }
a { background-color: rgb(123,133,23); }
div.DivClassName
{
background-color: #7B8517;
}
.BgClassName
{
background-color: #7B8517;
}
</style>
border-color css
<style>
span { border-color: #7B8517; }
span { border-color: rgb(123,133,23); }
td.TdClassName
{
border-color: #7B8517;
}
.TagClassName
{
border-color: #7B8517;
}
</style>