Shades of Trendy Green #77802F
Tints of Trendy Green #77802F
RGB
CMYK
RGB Variations
Color information
#77802F (or 0x77802F) is known color: Trendy Green. HEX triplet: 77, 80 and 2F. RGB value is (119,128,47). Sum of RGB (Red+Green+Blue) = 119+128+47=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 128 (50.39% from 255 or 43.54% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 128 - color contains mainly: green. Hex color #77802F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77802F is #887FD0. Grayscale: #747474. Windows color (decimal): -8945617 or 3113079. OLE color: 3113079.
HSL color Cylindrical-coordinate representation of color #77802F: hue angle of 66.67º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #77802F is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 128 | 47 | - |
| CMYK | 0.07 | 0 | 0.63 | 0.50 |
| HSL | 66.67º | 0.46% | 0.34% | - |
| HSV(B) | 66.67º | 0.63% | 0.5% | - |
| XYZ | 15.84 | 19.57 | 5.63 | - |
| YUV | 116.08 | 89.02 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 128 | 47 | 0.07 | 0 | 0.63 | 0.50 | 66.67 | 0.46 | 0.34 |
| Hex | 77 | 80 | 2F | 7 | 0 | 3F | 32 | 43 | 2E | 22 |
| Octal | 167 | 200 | 57 | 7 | 0 | 77 | 62 | 103 | 56 | 42 |
| Binary | 1110111 | 10000000 | 101111 | 111 | 0 | 111111 | 110010 | 1000011 | 101110 | 100010 |
Color Harmonies of #77802F
Complementary color
Monochromatic Colors of #77802F
Black with #77802F
Text Example
Text Example
White with #77802F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77802F; }
p { color: rgb(119,128,47); }
H1.HeaderClassName
{
color: #77802F;
}
.AnyTagClassName
{
color: #77802F;
}
</style>
background-color css
<style>
a { background-color: #77802F; }
a { background-color: rgb(119,128,47); }
div.DivClassName
{
background-color: #77802F;
}
.BgClassName
{
background-color: #77802F;
}
</style>
border-color css
<style>
span { border-color: #77802F; }
span { border-color: rgb(119,128,47); }
td.TdClassName
{
border-color: #77802F;
}
.TagClassName
{
border-color: #77802F;
}
</style>