Shades of Trendy Green #77802A
Tints of Trendy Green #77802A
RGB
CMYK
RGB Variations
Color information
#77802A (or 0x77802A) is known color: Trendy Green. HEX triplet: 77, 80 and 2A. RGB value is (119,128,42). Sum of RGB (Red+Green+Blue) = 119+128+42=289 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.18% from 289); Green value is 128 (50.39% from 255 or 44.29% from 289); Blue value is 42 (16.80% from 255 or 14.53% from 289); Max value from RGB is 128 - color contains mainly: green. Hex color #77802A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77802A is #887FD5. Grayscale: #737373. Windows color (decimal): -8945622 or 2785399. OLE color: 2785399.
HSL color Cylindrical-coordinate representation of color #77802A: hue angle of 66.28º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #77802A is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 128 | 42 | - |
| CMYK | 0.07 | 0 | 0.67 | 0.50 |
| HSL | 66.28º | 0.51% | 0.33% | - |
| HSV(B) | 66.28º | 0.67% | 0.5% | - |
| XYZ | 15.74 | 19.53 | 5.13 | - |
| YUV | 115.51 | 86.52 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 128 | 42 | 0.07 | 0 | 0.67 | 0.50 | 66.28 | 0.51 | 0.33 |
| Hex | 77 | 80 | 2A | 7 | 0 | 43 | 32 | 42 | 33 | 21 |
| Octal | 167 | 200 | 52 | 7 | 0 | 103 | 62 | 102 | 63 | 41 |
| Binary | 1110111 | 10000000 | 101010 | 111 | 0 | 1000011 | 110010 | 1000010 | 110011 | 100001 |
Color Harmonies of #77802A
Complementary color
Monochromatic Colors of #77802A
Black with #77802A
Text Example
Text Example
White with #77802A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77802A; }
p { color: rgb(119,128,42); }
H1.HeaderClassName
{
color: #77802A;
}
.AnyTagClassName
{
color: #77802A;
}
</style>
background-color css
<style>
a { background-color: #77802A; }
a { background-color: rgb(119,128,42); }
div.DivClassName
{
background-color: #77802A;
}
.BgClassName
{
background-color: #77802A;
}
</style>
border-color css
<style>
span { border-color: #77802A; }
span { border-color: rgb(119,128,42); }
td.TdClassName
{
border-color: #77802A;
}
.TagClassName
{
border-color: #77802A;
}
</style>