Shades of Wasabi #788D41
Tints of Wasabi #788D41
RGB
CMYK
RGB Variations
Color information
#788D41 (or 0x788D41) is known color: Wasabi. HEX triplet: 78, 8D and 41. RGB value is (120,141,65). Sum of RGB (Red+Green+Blue) = 120+141+65=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 141 (55.47% from 255 or 43.25% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 141 - color contains mainly: green. Hex color #788D41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788D41 is #8772BE. Grayscale: #7E7E7E. Windows color (decimal): -8876735 or 4296056. OLE color: 4296056.
HSL color Cylindrical-coordinate representation of color #788D41: hue angle of 76.58º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #788D41 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 141 | 65 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.45 |
| HSL | 76.58º | 0.37% | 0.4% | - |
| HSV(B) | 76.58º | 0.54% | 0.55% | - |
| XYZ | 18.22 | 23.42 | 8.56 | - |
| YUV | 126.06 | 93.54 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 141 | 65 | 0.15 | 0 | 0.54 | 0.45 | 76.58 | 0.37 | 0.4 |
| Hex | 78 | 8D | 41 | F | 0 | 36 | 2D | 4D | 25 | 28 |
| Octal | 170 | 215 | 101 | 17 | 0 | 66 | 55 | 115 | 45 | 50 |
| Binary | 1111000 | 10001101 | 1000001 | 1111 | 0 | 110110 | 101101 | 1001101 | 100101 | 101000 |
Color Harmonies of #788D41
Complementary color
Monochromatic Colors of #788D41
Black with #788D41
Text Example
Text Example
White with #788D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788D41; }
p { color: rgb(120,141,65); }
H1.HeaderClassName
{
color: #788D41;
}
.AnyTagClassName
{
color: #788D41;
}
</style>
background-color css
<style>
a { background-color: #788D41; }
a { background-color: rgb(120,141,65); }
div.DivClassName
{
background-color: #788D41;
}
.BgClassName
{
background-color: #788D41;
}
</style>
border-color css
<style>
span { border-color: #788D41; }
span { border-color: rgb(120,141,65); }
td.TdClassName
{
border-color: #788D41;
}
.TagClassName
{
border-color: #788D41;
}
</style>