Shades of Trendy Green #77881F
Tints of Trendy Green #77881F
RGB
CMYK
RGB Variations
Color information
#77881F (or 0x77881F) is known color: Trendy Green. HEX triplet: 77, 88 and 1F. RGB value is (119,136,31). Sum of RGB (Red+Green+Blue) = 119+136+31=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 136 (53.52% from 255 or 47.55% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 136 - color contains mainly: green. Hex color #77881F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77881F is #8877E0. Grayscale: #777777. Windows color (decimal): -8943585 or 2066551. OLE color: 2066551.
HSL color Cylindrical-coordinate representation of color #77881F: hue angle of 69.71º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #77881F is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 136 | 31 | - |
| CMYK | 0.12 | 0 | 0.77 | 0.47 |
| HSL | 69.71º | 0.63% | 0.33% | - |
| HSV(B) | 69.71º | 0.77% | 0.53% | - |
| XYZ | 16.66 | 21.63 | 4.59 | - |
| YUV | 118.95 | 78.37 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 136 | 31 | 0.12 | 0 | 0.77 | 0.47 | 69.71 | 0.63 | 0.33 |
| Hex | 77 | 88 | 1F | C | 0 | 4D | 2F | 46 | 3F | 21 |
| Octal | 167 | 210 | 37 | 14 | 0 | 115 | 57 | 106 | 77 | 41 |
| Binary | 1110111 | 10001000 | 11111 | 1100 | 0 | 1001101 | 101111 | 1000110 | 111111 | 100001 |
Color Harmonies of #77881F
Complementary color
Monochromatic Colors of #77881F
Black with #77881F
Text Example
Text Example
White with #77881F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77881F; }
p { color: rgb(119,136,31); }
H1.HeaderClassName
{
color: #77881F;
}
.AnyTagClassName
{
color: #77881F;
}
</style>
background-color css
<style>
a { background-color: #77881F; }
a { background-color: rgb(119,136,31); }
div.DivClassName
{
background-color: #77881F;
}
.BgClassName
{
background-color: #77881F;
}
</style>
border-color css
<style>
span { border-color: #77881F; }
span { border-color: rgb(119,136,31); }
td.TdClassName
{
border-color: #77881F;
}
.TagClassName
{
border-color: #77881F;
}
</style>