Shades of Wasabi #788444
Tints of Wasabi #788444
RGB
CMYK
RGB Variations
Color information
#788444 (or 0x788444) is known color: Wasabi. HEX triplet: 78, 84 and 44. RGB value is (120,132,68). Sum of RGB (Red+Green+Blue) = 120+132+68=320 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.5% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 132 - color contains mainly: green. Hex color #788444 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788444 is #877BBB. Grayscale: #797979. Windows color (decimal): -8879036 or 4490360. OLE color: 4490360.
HSL color Cylindrical-coordinate representation of color #788444: hue angle of 71.25º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #788444 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 120 | 132 | 68 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.48 |
| HSL | 71.25º | 0.32% | 0.39% | - |
| HSV(B) | 71.25º | 0.48% | 0.52% | - |
| XYZ | 17.04 | 20.91 | 8.61 | - |
| YUV | 121.12 | 98.02 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 132 | 68 | 0.09 | 0 | 0.48 | 0.48 | 71.25 | 0.32 | 0.39 |
| Hex | 78 | 84 | 44 | 9 | 0 | 30 | 30 | 47 | 20 | 27 |
| Octal | 170 | 204 | 104 | 11 | 0 | 60 | 60 | 107 | 40 | 47 |
| Binary | 1111000 | 10000100 | 1000100 | 1001 | 0 | 110000 | 110000 | 1000111 | 100000 | 100111 |
Color Harmonies of #788444
Complementary color
Monochromatic Colors of #788444
Black with #788444
Text Example
Text Example
White with #788444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788444; }
p { color: rgb(120,132,68); }
H1.HeaderClassName
{
color: #788444;
}
.AnyTagClassName
{
color: #788444;
}
</style>
background-color css
<style>
a { background-color: #788444; }
a { background-color: rgb(120,132,68); }
div.DivClassName
{
background-color: #788444;
}
.BgClassName
{
background-color: #788444;
}
</style>
border-color css
<style>
span { border-color: #788444; }
span { border-color: rgb(120,132,68); }
td.TdClassName
{
border-color: #788444;
}
.TagClassName
{
border-color: #788444;
}
</style>