Shades of Trendy Green #77822A
Tints of Trendy Green #77822A
RGB
CMYK
RGB Variations
Color information
#77822A (or 0x77822A) is known color: Trendy Green. HEX triplet: 77, 82 and 2A. RGB value is (119,130,42). Sum of RGB (Red+Green+Blue) = 119+130+42=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 42 (16.80% from 255 or 14.43% from 291); Max value from RGB is 130 - color contains mainly: green. Hex color #77822A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77822A is #887DD5. Grayscale: #757575. Windows color (decimal): -8945110 or 2785911. OLE color: 2785911.
HSL color Cylindrical-coordinate representation of color #77822A: hue angle of 67.5º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #77822A is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 130 | 42 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.49 |
| HSL | 67.5º | 0.51% | 0.34% | - |
| HSV(B) | 67.5º | 0.68% | 0.51% | - |
| XYZ | 16.01 | 20.05 | 5.22 | - |
| YUV | 116.68 | 85.86 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 130 | 42 | 0.08 | 0 | 0.68 | 0.49 | 67.5 | 0.51 | 0.34 |
| Hex | 77 | 82 | 2A | 8 | 0 | 44 | 31 | 44 | 33 | 22 |
| Octal | 167 | 202 | 52 | 10 | 0 | 104 | 61 | 104 | 63 | 42 |
| Binary | 1110111 | 10000010 | 101010 | 1000 | 0 | 1000100 | 110001 | 1000100 | 110011 | 100010 |
Color Harmonies of #77822A
Complementary color
Monochromatic Colors of #77822A
Black with #77822A
Text Example
Text Example
White with #77822A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77822A; }
p { color: rgb(119,130,42); }
H1.HeaderClassName
{
color: #77822A;
}
.AnyTagClassName
{
color: #77822A;
}
</style>
background-color css
<style>
a { background-color: #77822A; }
a { background-color: rgb(119,130,42); }
div.DivClassName
{
background-color: #77822A;
}
.BgClassName
{
background-color: #77822A;
}
</style>
border-color css
<style>
span { border-color: #77822A; }
span { border-color: rgb(119,130,42); }
td.TdClassName
{
border-color: #77822A;
}
.TagClassName
{
border-color: #77822A;
}
</style>