Shades of Wasabi #788D31
Tints of Wasabi #788D31
RGB
CMYK
RGB Variations
Color information
#788D31 (or 0x788D31) is known color: Wasabi. HEX triplet: 78, 8D and 31. RGB value is (120,141,49). Sum of RGB (Red+Green+Blue) = 120+141+49=310 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.71% from 310); Green value is 141 (55.47% from 255 or 45.48% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 141 - color contains mainly: green. Hex color #788D31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788D31 is #8772CE. Grayscale: #7C7C7C. Windows color (decimal): -8876751 or 3247480. OLE color: 3247480.
HSL color Cylindrical-coordinate representation of color #788D31: hue angle of 73.7º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #788D31 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 141 | 49 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.45 |
| HSL | 73.7º | 0.48% | 0.37% | - |
| HSV(B) | 73.7º | 0.65% | 0.55% | - |
| XYZ | 17.82 | 23.26 | 6.46 | - |
| YUV | 124.23 | 85.54 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 141 | 49 | 0.15 | 0 | 0.65 | 0.45 | 73.7 | 0.48 | 0.37 |
| Hex | 78 | 8D | 31 | F | 0 | 41 | 2D | 4A | 30 | 25 |
| Octal | 170 | 215 | 61 | 17 | 0 | 101 | 55 | 112 | 60 | 45 |
| Binary | 1111000 | 10001101 | 110001 | 1111 | 0 | 1000001 | 101101 | 1001010 | 110000 | 100101 |
Color Harmonies of #788D31
Complementary color
Monochromatic Colors of #788D31
Black with #788D31
Text Example
Text Example
White with #788D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788D31; }
p { color: rgb(120,141,49); }
H1.HeaderClassName
{
color: #788D31;
}
.AnyTagClassName
{
color: #788D31;
}
</style>
background-color css
<style>
a { background-color: #788D31; }
a { background-color: rgb(120,141,49); }
div.DivClassName
{
background-color: #788D31;
}
.BgClassName
{
background-color: #788D31;
}
</style>
border-color css
<style>
span { border-color: #788D31; }
span { border-color: rgb(120,141,49); }
td.TdClassName
{
border-color: #788D31;
}
.TagClassName
{
border-color: #788D31;
}
</style>