Shades of Wasabi #778D40
Tints of Wasabi #778D40
RGB
CMYK
RGB Variations
Color information
#778D40 (or 0x778D40) is known color: Wasabi. HEX triplet: 77, 8D and 40. RGB value is (119,141,64). Sum of RGB (Red+Green+Blue) = 119+141+64=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 141 - color contains mainly: green. Hex color #778D40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778D40 is #8872BF. Grayscale: #7D7D7D. Windows color (decimal): -8942272 or 4230519. OLE color: 4230519.
HSL color Cylindrical-coordinate representation of color #778D40: hue angle of 77.14º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #778D40 is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 141 | 64 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.45 |
| HSL | 77.14º | 0.38% | 0.4% | - |
| HSV(B) | 77.14º | 0.55% | 0.55% | - |
| XYZ | 18.06 | 23.34 | 8.4 | - |
| YUV | 125.64 | 93.21 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 141 | 64 | 0.16 | 0 | 0.55 | 0.45 | 77.14 | 0.38 | 0.4 |
| Hex | 77 | 8D | 40 | 10 | 0 | 37 | 2D | 4D | 26 | 28 |
| Octal | 167 | 215 | 100 | 20 | 0 | 67 | 55 | 115 | 46 | 50 |
| Binary | 1110111 | 10001101 | 1000000 | 10000 | 0 | 110111 | 101101 | 1001101 | 100110 | 101000 |
Color Harmonies of #778D40
Complementary color
Monochromatic Colors of #778D40
Black with #778D40
Text Example
Text Example
White with #778D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778D40; }
p { color: rgb(119,141,64); }
H1.HeaderClassName
{
color: #778D40;
}
.AnyTagClassName
{
color: #778D40;
}
</style>
background-color css
<style>
a { background-color: #778D40; }
a { background-color: rgb(119,141,64); }
div.DivClassName
{
background-color: #778D40;
}
.BgClassName
{
background-color: #778D40;
}
</style>
border-color css
<style>
span { border-color: #778D40; }
span { border-color: rgb(119,141,64); }
td.TdClassName
{
border-color: #778D40;
}
.TagClassName
{
border-color: #778D40;
}
</style>