Shades of Trendy Green #77862D
Tints of Trendy Green #77862D
RGB
CMYK
RGB Variations
Color information
#77862D (or 0x77862D) is known color: Trendy Green. HEX triplet: 77, 86 and 2D. RGB value is (119,134,45). Sum of RGB (Red+Green+Blue) = 119+134+45=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 134 (52.73% from 255 or 44.97% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 134 - color contains mainly: green. Hex color #77862D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77862D is #8879D2. Grayscale: #777777. Windows color (decimal): -8944083 or 2983543. OLE color: 2983543.
HSL color Cylindrical-coordinate representation of color #77862D: hue angle of 70.11º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #77862D is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 134 | 45 | - |
| CMYK | 0.11 | 0 | 0.66 | 0.47 |
| HSL | 70.11º | 0.5% | 0.35% | - |
| HSV(B) | 70.11º | 0.66% | 0.53% | - |
| XYZ | 16.61 | 21.16 | 5.69 | - |
| YUV | 119.37 | 86.03 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 134 | 45 | 0.11 | 0 | 0.66 | 0.47 | 70.11 | 0.5 | 0.35 |
| Hex | 77 | 86 | 2D | B | 0 | 42 | 2F | 46 | 32 | 23 |
| Octal | 167 | 206 | 55 | 13 | 0 | 102 | 57 | 106 | 62 | 43 |
| Binary | 1110111 | 10000110 | 101101 | 1011 | 0 | 1000010 | 101111 | 1000110 | 110010 | 100011 |
Color Harmonies of #77862D
Complementary color
Monochromatic Colors of #77862D
Black with #77862D
Text Example
Text Example
White with #77862D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77862D; }
p { color: rgb(119,134,45); }
H1.HeaderClassName
{
color: #77862D;
}
.AnyTagClassName
{
color: #77862D;
}
</style>
background-color css
<style>
a { background-color: #77862D; }
a { background-color: rgb(119,134,45); }
div.DivClassName
{
background-color: #77862D;
}
.BgClassName
{
background-color: #77862D;
}
</style>
border-color css
<style>
span { border-color: #77862D; }
span { border-color: rgb(119,134,45); }
td.TdClassName
{
border-color: #77862D;
}
.TagClassName
{
border-color: #77862D;
}
</style>