Shades of Wasabi #788345
Tints of Wasabi #788345
RGB
CMYK
RGB Variations
Color information
#788345 (or 0x788345) is known color: Wasabi. HEX triplet: 78, 83 and 45. RGB value is (120,131,69). Sum of RGB (Red+Green+Blue) = 120+131+69=320 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.5% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 131 - color contains mainly: green. Hex color #788345 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788345 is #877CBA. Grayscale: #787878. Windows color (decimal): -8879291 or 4555640. OLE color: 4555640.
HSL color Cylindrical-coordinate representation of color #788345: hue angle of 70.65º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #788345 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 131 | 69 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.49 |
| HSL | 70.65º | 0.31% | 0.39% | - |
| HSV(B) | 70.65º | 0.47% | 0.51% | - |
| XYZ | 16.94 | 20.66 | 8.72 | - |
| YUV | 120.64 | 98.86 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 131 | 69 | 0.08 | 0 | 0.47 | 0.49 | 70.65 | 0.31 | 0.39 |
| Hex | 78 | 83 | 45 | 8 | 0 | 2F | 31 | 47 | 1F | 27 |
| Octal | 170 | 203 | 105 | 10 | 0 | 57 | 61 | 107 | 37 | 47 |
| Binary | 1111000 | 10000011 | 1000101 | 1000 | 0 | 101111 | 110001 | 1000111 | 11111 | 100111 |
Color Harmonies of #788345
Complementary color
Monochromatic Colors of #788345
Black with #788345
Text Example
Text Example
White with #788345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788345; }
p { color: rgb(120,131,69); }
H1.HeaderClassName
{
color: #788345;
}
.AnyTagClassName
{
color: #788345;
}
</style>
background-color css
<style>
a { background-color: #788345; }
a { background-color: rgb(120,131,69); }
div.DivClassName
{
background-color: #788345;
}
.BgClassName
{
background-color: #788345;
}
</style>
border-color css
<style>
span { border-color: #788345; }
span { border-color: rgb(120,131,69); }
td.TdClassName
{
border-color: #788345;
}
.TagClassName
{
border-color: #788345;
}
</style>