Shades of Trendy Green #7B9220
Tints of Trendy Green #7B9220
RGB
CMYK
RGB Variations
Color information
#7B9220 (or 0x7B9220) is known color: Trendy Green. HEX triplet: 7B, 92 and 20. RGB value is (123,146,32). Sum of RGB (Red+Green+Blue) = 123+146+32=301 (39% of max value = 765). Red value is 123 (48.44% from 255 or 40.86% from 301); Green value is 146 (57.42% from 255 or 48.50% from 301); Blue value is 32 (12.89% from 255 or 10.63% from 301); Max value from RGB is 146 - color contains mainly: green. Hex color #7B9220 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9220 is #846DDF. Grayscale: #7E7E7E. Windows color (decimal): -8678880 or 2134651. OLE color: 2134651.
HSL color Cylindrical-coordinate representation of color #7B9220: hue angle of 72.11º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7B9220 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 123 | 146 | 32 | - |
| CMYK | 0.16 | 0 | 0.78 | 0.43 |
| HSL | 72.11º | 0.64% | 0.35% | - |
| HSV(B) | 72.11º | 0.78% | 0.57% | - |
| XYZ | 18.71 | 24.87 | 5.18 | - |
| YUV | 126.13 | 74.88 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 146 | 32 | 0.16 | 0 | 0.78 | 0.43 | 72.11 | 0.64 | 0.35 |
| Hex | 7B | 92 | 20 | 10 | 0 | 4E | 2B | 48 | 40 | 23 |
| Octal | 173 | 222 | 40 | 20 | 0 | 116 | 53 | 110 | 100 | 43 |
| Binary | 1111011 | 10010010 | 100000 | 10000 | 0 | 1001110 | 101011 | 1001000 | 1000000 | 100011 |
Color Harmonies of #7B9220
Complementary color
Monochromatic Colors of #7B9220
Black with #7B9220
Text Example
Text Example
White with #7B9220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9220; }
p { color: rgb(123,146,32); }
H1.HeaderClassName
{
color: #7B9220;
}
.AnyTagClassName
{
color: #7B9220;
}
</style>
background-color css
<style>
a { background-color: #7B9220; }
a { background-color: rgb(123,146,32); }
div.DivClassName
{
background-color: #7B9220;
}
.BgClassName
{
background-color: #7B9220;
}
</style>
border-color css
<style>
span { border-color: #7B9220; }
span { border-color: rgb(123,146,32); }
td.TdClassName
{
border-color: #7B9220;
}
.TagClassName
{
border-color: #7B9220;
}
</style>