Shades of Trendy Green #77802D
Tints of Trendy Green #77802D
RGB
CMYK
RGB Variations
Color information
#77802D (or 0x77802D) is known color: Trendy Green. HEX triplet: 77, 80 and 2D. RGB value is (119,128,45). Sum of RGB (Red+Green+Blue) = 119+128+45=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 128 (50.39% from 255 or 43.84% from 292); Blue value is 45 (17.97% from 255 or 15.41% from 292); Max value from RGB is 128 - color contains mainly: green. Hex color #77802D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77802D is #887FD2. Grayscale: #747474. Windows color (decimal): -8945619 or 2982007. OLE color: 2982007.
HSL color Cylindrical-coordinate representation of color #77802D: hue angle of 66.51º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #77802D is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 128 | 45 | - |
| CMYK | 0.07 | 0 | 0.65 | 0.50 |
| HSL | 66.51º | 0.48% | 0.34% | - |
| HSV(B) | 66.51º | 0.65% | 0.5% | - |
| XYZ | 15.8 | 19.55 | 5.42 | - |
| YUV | 115.85 | 88.02 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 128 | 45 | 0.07 | 0 | 0.65 | 0.50 | 66.51 | 0.48 | 0.34 |
| Hex | 77 | 80 | 2D | 7 | 0 | 41 | 32 | 43 | 30 | 22 |
| Octal | 167 | 200 | 55 | 7 | 0 | 101 | 62 | 103 | 60 | 42 |
| Binary | 1110111 | 10000000 | 101101 | 111 | 0 | 1000001 | 110010 | 1000011 | 110000 | 100010 |
Color Harmonies of #77802D
Complementary color
Monochromatic Colors of #77802D
Black with #77802D
Text Example
Text Example
White with #77802D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77802D; }
p { color: rgb(119,128,45); }
H1.HeaderClassName
{
color: #77802D;
}
.AnyTagClassName
{
color: #77802D;
}
</style>
background-color css
<style>
a { background-color: #77802D; }
a { background-color: rgb(119,128,45); }
div.DivClassName
{
background-color: #77802D;
}
.BgClassName
{
background-color: #77802D;
}
</style>
border-color css
<style>
span { border-color: #77802D; }
span { border-color: rgb(119,128,45); }
td.TdClassName
{
border-color: #77802D;
}
.TagClassName
{
border-color: #77802D;
}
</style>