Shades of Wasabi #788D40
Tints of Wasabi #788D40
RGB
CMYK
RGB Variations
Color information
#788D40 (or 0x788D40) is known color: Wasabi. HEX triplet: 78, 8D and 40. RGB value is (120,141,64). Sum of RGB (Red+Green+Blue) = 120+141+64=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 141 (55.47% from 255 or 43.38% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 141 - color contains mainly: green. Hex color #788D40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788D40 is #8772BF. Grayscale: #7E7E7E. Windows color (decimal): -8876736 or 4230520. OLE color: 4230520.
HSL color Cylindrical-coordinate representation of color #788D40: hue angle of 76.36º 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 #788D40 is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 141 | 64 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.45 |
| HSL | 76.36º | 0.38% | 0.4% | - |
| HSV(B) | 76.36º | 0.55% | 0.55% | - |
| XYZ | 18.2 | 23.41 | 8.41 | - |
| YUV | 125.94 | 93.04 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 141 | 64 | 0.15 | 0 | 0.55 | 0.45 | 76.36 | 0.38 | 0.4 |
| Hex | 78 | 8D | 40 | F | 0 | 37 | 2D | 4C | 26 | 28 |
| Octal | 170 | 215 | 100 | 17 | 0 | 67 | 55 | 114 | 46 | 50 |
| Binary | 1111000 | 10001101 | 1000000 | 1111 | 0 | 110111 | 101101 | 1001100 | 100110 | 101000 |
Color Harmonies of #788D40
Complementary color
Monochromatic Colors of #788D40
Black with #788D40
Text Example
Text Example
White with #788D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788D40; }
p { color: rgb(120,141,64); }
H1.HeaderClassName
{
color: #788D40;
}
.AnyTagClassName
{
color: #788D40;
}
</style>
background-color css
<style>
a { background-color: #788D40; }
a { background-color: rgb(120,141,64); }
div.DivClassName
{
background-color: #788D40;
}
.BgClassName
{
background-color: #788D40;
}
</style>
border-color css
<style>
span { border-color: #788D40; }
span { border-color: rgb(120,141,64); }
td.TdClassName
{
border-color: #788D40;
}
.TagClassName
{
border-color: #788D40;
}
</style>