Shades of Trendy Green #778A18
Tints of Trendy Green #778A18
RGB
CMYK
RGB Variations
Color information
#778A18 (or 0x778A18) is known color: Trendy Green. HEX triplet: 77, 8A and 18. RGB value is (119,138,24). Sum of RGB (Red+Green+Blue) = 119+138+24=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 138 (54.30% from 255 or 49.11% from 281); Blue value is 24 (9.77% from 255 or 8.54% from 281); Max value from RGB is 138 - color contains mainly: green. Hex color #778A18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778A18 is #8875E7. Grayscale: #777777. Windows color (decimal): -8943080 or 1608311. OLE color: 1608311.
HSL color Cylindrical-coordinate representation of color #778A18: hue angle of 70º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #778A18 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 138 | 24 | - |
| CMYK | 0.14 | 0 | 0.83 | 0.46 |
| HSL | 70º | 0.7% | 0.32% | - |
| HSV(B) | 70º | 0.83% | 0.54% | - |
| XYZ | 16.86 | 22.16 | 4.25 | - |
| YUV | 119.32 | 74.21 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 138 | 24 | 0.14 | 0 | 0.83 | 0.46 | 70 | 0.7 | 0.32 |
| Hex | 77 | 8A | 18 | E | 0 | 53 | 2E | 46 | 46 | 20 |
| Octal | 167 | 212 | 30 | 16 | 0 | 123 | 56 | 106 | 106 | 40 |
| Binary | 1110111 | 10001010 | 11000 | 1110 | 0 | 1010011 | 101110 | 1000110 | 1000110 | 100000 |
Color Harmonies of #778A18
Complementary color
Monochromatic Colors of #778A18
Black with #778A18
Text Example
Text Example
White with #778A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778A18; }
p { color: rgb(119,138,24); }
H1.HeaderClassName
{
color: #778A18;
}
.AnyTagClassName
{
color: #778A18;
}
</style>
background-color css
<style>
a { background-color: #778A18; }
a { background-color: rgb(119,138,24); }
div.DivClassName
{
background-color: #778A18;
}
.BgClassName
{
background-color: #778A18;
}
</style>
border-color css
<style>
span { border-color: #778A18; }
span { border-color: rgb(119,138,24); }
td.TdClassName
{
border-color: #778A18;
}
.TagClassName
{
border-color: #778A18;
}
</style>