Shades of Wasabi #788B40
Tints of Wasabi #788B40
RGB
CMYK
RGB Variations
Color information
#788B40 (or 0x788B40) is known color: Wasabi. HEX triplet: 78, 8B and 40. RGB value is (120,139,64). Sum of RGB (Red+Green+Blue) = 120+139+64=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 139 (54.69% from 255 or 43.03% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 139 - color contains mainly: green. Hex color #788B40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788B40 is #8774BF. Grayscale: #7D7D7D. Windows color (decimal): -8877248 or 4230008. OLE color: 4230008.
HSL color Cylindrical-coordinate representation of color #788B40: hue angle of 75.2º 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 #788B40 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 139 | 64 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.45 |
| HSL | 75.2º | 0.37% | 0.4% | - |
| HSV(B) | 75.2º | 0.54% | 0.55% | - |
| XYZ | 17.9 | 22.83 | 8.31 | - |
| YUV | 124.77 | 93.71 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 139 | 64 | 0.14 | 0 | 0.54 | 0.45 | 75.2 | 0.37 | 0.4 |
| Hex | 78 | 8B | 40 | E | 0 | 36 | 2D | 4B | 25 | 28 |
| Octal | 170 | 213 | 100 | 16 | 0 | 66 | 55 | 113 | 45 | 50 |
| Binary | 1111000 | 10001011 | 1000000 | 1110 | 0 | 110110 | 101101 | 1001011 | 100101 | 101000 |
Color Harmonies of #788B40
Complementary color
Monochromatic Colors of #788B40
Black with #788B40
Text Example
Text Example
White with #788B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788B40; }
p { color: rgb(120,139,64); }
H1.HeaderClassName
{
color: #788B40;
}
.AnyTagClassName
{
color: #788B40;
}
</style>
background-color css
<style>
a { background-color: #788B40; }
a { background-color: rgb(120,139,64); }
div.DivClassName
{
background-color: #788B40;
}
.BgClassName
{
background-color: #788B40;
}
</style>
border-color css
<style>
span { border-color: #788B40; }
span { border-color: rgb(120,139,64); }
td.TdClassName
{
border-color: #788B40;
}
.TagClassName
{
border-color: #788B40;
}
</style>