Shades of Trendy Green #7B882D
Tints of Trendy Green #7B882D
RGB
CMYK
RGB Variations
Color information
#7B882D (or 0x7B882D) is known color: Trendy Green. HEX triplet: 7B, 88 and 2D. RGB value is (123,136,45). Sum of RGB (Red+Green+Blue) = 123+136+45=304 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.46% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 136 - color contains mainly: green. Hex color #7B882D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B882D is #8477D2. Grayscale: #7A7A7A. Windows color (decimal): -8681427 or 2984059. OLE color: 2984059.
HSL color Cylindrical-coordinate representation of color #7B882D: hue angle of 68.57º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7B882D is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 136 | 45 | - |
| CMYK | 0.10 | 0 | 0.67 | 0.47 |
| HSL | 68.57º | 0.5% | 0.35% | - |
| HSV(B) | 68.57º | 0.67% | 0.53% | - |
| XYZ | 17.45 | 22.01 | 5.81 | - |
| YUV | 121.74 | 84.69 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 136 | 45 | 0.10 | 0 | 0.67 | 0.47 | 68.57 | 0.5 | 0.35 |
| Hex | 7B | 88 | 2D | A | 0 | 43 | 2F | 45 | 32 | 23 |
| Octal | 173 | 210 | 55 | 12 | 0 | 103 | 57 | 105 | 62 | 43 |
| Binary | 1111011 | 10001000 | 101101 | 1010 | 0 | 1000011 | 101111 | 1000101 | 110010 | 100011 |
Color Harmonies of #7B882D
Complementary color
Monochromatic Colors of #7B882D
Black with #7B882D
Text Example
Text Example
White with #7B882D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B882D; }
p { color: rgb(123,136,45); }
H1.HeaderClassName
{
color: #7B882D;
}
.AnyTagClassName
{
color: #7B882D;
}
</style>
background-color css
<style>
a { background-color: #7B882D; }
a { background-color: rgb(123,136,45); }
div.DivClassName
{
background-color: #7B882D;
}
.BgClassName
{
background-color: #7B882D;
}
</style>
border-color css
<style>
span { border-color: #7B882D; }
span { border-color: rgb(123,136,45); }
td.TdClassName
{
border-color: #7B882D;
}
.TagClassName
{
border-color: #7B882D;
}
</style>