Shades of Trendy Green #77882D
Tints of Trendy Green #77882D
RGB
CMYK
RGB Variations
Color information
#77882D (or 0x77882D) is known color: Trendy Green. HEX triplet: 77, 88 and 2D. RGB value is (119,136,45). Sum of RGB (Red+Green+Blue) = 119+136+45=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 136 (53.52% from 255 or 45.33% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 136 - color contains mainly: green. Hex color #77882D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77882D is #8877D2. Grayscale: #787878. Windows color (decimal): -8943571 or 2984055. OLE color: 2984055.
HSL color Cylindrical-coordinate representation of color #77882D: hue angle of 71.21º 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 #77882D is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 136 | 45 | - |
| CMYK | 0.12 | 0 | 0.67 | 0.47 |
| HSL | 71.21º | 0.5% | 0.35% | - |
| HSV(B) | 71.21º | 0.67% | 0.53% | - |
| XYZ | 16.89 | 21.72 | 5.78 | - |
| YUV | 120.54 | 85.37 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 136 | 45 | 0.12 | 0 | 0.67 | 0.47 | 71.21 | 0.5 | 0.35 |
| Hex | 77 | 88 | 2D | C | 0 | 43 | 2F | 47 | 32 | 23 |
| Octal | 167 | 210 | 55 | 14 | 0 | 103 | 57 | 107 | 62 | 43 |
| Binary | 1110111 | 10001000 | 101101 | 1100 | 0 | 1000011 | 101111 | 1000111 | 110010 | 100011 |
Color Harmonies of #77882D
Complementary color
Monochromatic Colors of #77882D
Black with #77882D
Text Example
Text Example
White with #77882D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77882D; }
p { color: rgb(119,136,45); }
H1.HeaderClassName
{
color: #77882D;
}
.AnyTagClassName
{
color: #77882D;
}
</style>
background-color css
<style>
a { background-color: #77882D; }
a { background-color: rgb(119,136,45); }
div.DivClassName
{
background-color: #77882D;
}
.BgClassName
{
background-color: #77882D;
}
</style>
border-color css
<style>
span { border-color: #77882D; }
span { border-color: rgb(119,136,45); }
td.TdClassName
{
border-color: #77882D;
}
.TagClassName
{
border-color: #77882D;
}
</style>