Shades of Trendy Green #77851E
Tints of Trendy Green #77851E
RGB
CMYK
RGB Variations
Color information
#77851E (or 0x77851E) is known color: Trendy Green. HEX triplet: 77, 85 and 1E. RGB value is (119,133,30). Sum of RGB (Red+Green+Blue) = 119+133+30=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 133 (52.34% from 255 or 47.16% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 133 - color contains mainly: green. Hex color #77851E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77851E is #887AE1. Grayscale: #757575. Windows color (decimal): -8944354 or 2000247. OLE color: 2000247.
HSL color Cylindrical-coordinate representation of color #77851E: hue angle of 68.16º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #77851E is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 133 | 30 | - |
| CMYK | 0.11 | 0 | 0.77 | 0.48 |
| HSL | 68.16º | 0.63% | 0.32% | - |
| HSV(B) | 68.16º | 0.77% | 0.52% | - |
| XYZ | 16.23 | 20.79 | 4.39 | - |
| YUV | 117.07 | 78.86 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 133 | 30 | 0.11 | 0 | 0.77 | 0.48 | 68.16 | 0.63 | 0.32 |
| Hex | 77 | 85 | 1E | B | 0 | 4D | 30 | 44 | 3F | 20 |
| Octal | 167 | 205 | 36 | 13 | 0 | 115 | 60 | 104 | 77 | 40 |
| Binary | 1110111 | 10000101 | 11110 | 1011 | 0 | 1001101 | 110000 | 1000100 | 111111 | 100000 |
Color Harmonies of #77851E
Complementary color
Monochromatic Colors of #77851E
Black with #77851E
Text Example
Text Example
White with #77851E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77851E; }
p { color: rgb(119,133,30); }
H1.HeaderClassName
{
color: #77851E;
}
.AnyTagClassName
{
color: #77851E;
}
</style>
background-color css
<style>
a { background-color: #77851E; }
a { background-color: rgb(119,133,30); }
div.DivClassName
{
background-color: #77851E;
}
.BgClassName
{
background-color: #77851E;
}
</style>
border-color css
<style>
span { border-color: #77851E; }
span { border-color: rgb(119,133,30); }
td.TdClassName
{
border-color: #77851E;
}
.TagClassName
{
border-color: #77851E;
}
</style>