Shades of Wasabi #788D37
Tints of Wasabi #788D37
RGB
CMYK
RGB Variations
Color information
#788D37 (or 0x788D37) is known color: Wasabi. HEX triplet: 78, 8D and 37. RGB value is (120,141,55). Sum of RGB (Red+Green+Blue) = 120+141+55=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 141 (55.47% from 255 or 44.62% from 316); Blue value is 55 (21.88% from 255 or 17.41% from 316); Max value from RGB is 141 - color contains mainly: green. Hex color #788D37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788D37 is #8772C8. Grayscale: #7D7D7D. Windows color (decimal): -8876745 or 3640696. OLE color: 3640696.
HSL color Cylindrical-coordinate representation of color #788D37: hue angle of 74.65º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #788D37 is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 141 | 55 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.45 |
| HSL | 74.65º | 0.44% | 0.38% | - |
| HSV(B) | 74.65º | 0.61% | 0.55% | - |
| XYZ | 17.96 | 23.32 | 7.17 | - |
| YUV | 124.92 | 88.54 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 141 | 55 | 0.15 | 0 | 0.61 | 0.45 | 74.65 | 0.44 | 0.38 |
| Hex | 78 | 8D | 37 | F | 0 | 3D | 2D | 4B | 2C | 26 |
| Octal | 170 | 215 | 67 | 17 | 0 | 75 | 55 | 113 | 54 | 46 |
| Binary | 1111000 | 10001101 | 110111 | 1111 | 0 | 111101 | 101101 | 1001011 | 101100 | 100110 |
Color Harmonies of #788D37
Complementary color
Monochromatic Colors of #788D37
Black with #788D37
Text Example
Text Example
White with #788D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788D37; }
p { color: rgb(120,141,55); }
H1.HeaderClassName
{
color: #788D37;
}
.AnyTagClassName
{
color: #788D37;
}
</style>
background-color css
<style>
a { background-color: #788D37; }
a { background-color: rgb(120,141,55); }
div.DivClassName
{
background-color: #788D37;
}
.BgClassName
{
background-color: #788D37;
}
</style>
border-color css
<style>
span { border-color: #788D37; }
span { border-color: rgb(120,141,55); }
td.TdClassName
{
border-color: #788D37;
}
.TagClassName
{
border-color: #788D37;
}
</style>