Shades of Trendy Green #778A24
Tints of Trendy Green #778A24
RGB
CMYK
RGB Variations
Color information
#778A24 (or 0x778A24) is known color: Trendy Green. HEX triplet: 77, 8A and 24. RGB value is (119,138,36). Sum of RGB (Red+Green+Blue) = 119+138+36=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 138 (54.30% from 255 or 47.10% from 293); Blue value is 36 (14.45% from 255 or 12.29% from 293); Max value from RGB is 138 - color contains mainly: green. Hex color #778A24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778A24 is #8875DB. Grayscale: #797979. Windows color (decimal): -8943068 or 2394743. OLE color: 2394743.
HSL color Cylindrical-coordinate representation of color #778A24: hue angle of 71.18º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #778A24 is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 138 | 36 | - |
| CMYK | 0.14 | 0 | 0.74 | 0.46 |
| HSL | 71.18º | 0.59% | 0.34% | - |
| HSV(B) | 71.18º | 0.74% | 0.54% | - |
| XYZ | 17.01 | 22.23 | 5.06 | - |
| YUV | 120.69 | 80.21 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 138 | 36 | 0.14 | 0 | 0.74 | 0.46 | 71.18 | 0.59 | 0.34 |
| Hex | 77 | 8A | 24 | E | 0 | 4A | 2E | 47 | 3B | 22 |
| Octal | 167 | 212 | 44 | 16 | 0 | 112 | 56 | 107 | 73 | 42 |
| Binary | 1110111 | 10001010 | 100100 | 1110 | 0 | 1001010 | 101110 | 1000111 | 111011 | 100010 |
Color Harmonies of #778A24
Complementary color
Monochromatic Colors of #778A24
Black with #778A24
Text Example
Text Example
White with #778A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778A24; }
p { color: rgb(119,138,36); }
H1.HeaderClassName
{
color: #778A24;
}
.AnyTagClassName
{
color: #778A24;
}
</style>
background-color css
<style>
a { background-color: #778A24; }
a { background-color: rgb(119,138,36); }
div.DivClassName
{
background-color: #778A24;
}
.BgClassName
{
background-color: #778A24;
}
</style>
border-color css
<style>
span { border-color: #778A24; }
span { border-color: rgb(119,138,36); }
td.TdClassName
{
border-color: #778A24;
}
.TagClassName
{
border-color: #778A24;
}
</style>