Shades of Trendy Green #77822C
Tints of Trendy Green #77822C
RGB
CMYK
RGB Variations
Color information
#77822C (or 0x77822C) is known color: Trendy Green. HEX triplet: 77, 82 and 2C. RGB value is (119,130,44). Sum of RGB (Red+Green+Blue) = 119+130+44=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 130 (51.17% from 255 or 44.37% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 130 - color contains mainly: green. Hex color #77822C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77822C is #887DD3. Grayscale: #757575. Windows color (decimal): -8945108 or 2916983. OLE color: 2916983.
HSL color Cylindrical-coordinate representation of color #77822C: hue angle of 67.67º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #77822C is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 130 | 44 | - |
| CMYK | 0.08 | 0 | 0.66 | 0.49 |
| HSL | 67.67º | 0.49% | 0.34% | - |
| HSV(B) | 67.67º | 0.66% | 0.51% | - |
| XYZ | 16.05 | 20.07 | 5.41 | - |
| YUV | 116.91 | 86.86 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 130 | 44 | 0.08 | 0 | 0.66 | 0.49 | 67.67 | 0.49 | 0.34 |
| Hex | 77 | 82 | 2C | 8 | 0 | 42 | 31 | 44 | 31 | 22 |
| Octal | 167 | 202 | 54 | 10 | 0 | 102 | 61 | 104 | 61 | 42 |
| Binary | 1110111 | 10000010 | 101100 | 1000 | 0 | 1000010 | 110001 | 1000100 | 110001 | 100010 |
Color Harmonies of #77822C
Complementary color
Monochromatic Colors of #77822C
Black with #77822C
Text Example
Text Example
White with #77822C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77822C; }
p { color: rgb(119,130,44); }
H1.HeaderClassName
{
color: #77822C;
}
.AnyTagClassName
{
color: #77822C;
}
</style>
background-color css
<style>
a { background-color: #77822C; }
a { background-color: rgb(119,130,44); }
div.DivClassName
{
background-color: #77822C;
}
.BgClassName
{
background-color: #77822C;
}
</style>
border-color css
<style>
span { border-color: #77822C; }
span { border-color: rgb(119,130,44); }
td.TdClassName
{
border-color: #77822C;
}
.TagClassName
{
border-color: #77822C;
}
</style>