Shades of Wasabi #788943
Tints of Wasabi #788943
RGB
CMYK
RGB Variations
Color information
#788943 (or 0x788943) is known color: Wasabi. HEX triplet: 78, 89 and 43. RGB value is (120,137,67). Sum of RGB (Red+Green+Blue) = 120+137+67=324 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.04% from 324); Green value is 137 (53.91% from 255 or 42.28% from 324); Blue value is 67 (26.56% from 255 or 20.68% from 324); Max value from RGB is 137 - color contains mainly: green. Hex color #788943 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788943 is #8776BC. Grayscale: #7C7C7C. Windows color (decimal): -8877757 or 4426104. OLE color: 4426104.
HSL color Cylindrical-coordinate representation of color #788943: hue angle of 74.57º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #788943 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 137 | 67 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.46 |
| HSL | 74.57º | 0.34% | 0.4% | - |
| HSV(B) | 74.57º | 0.51% | 0.54% | - |
| XYZ | 17.7 | 22.29 | 8.68 | - |
| YUV | 123.94 | 95.87 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 137 | 67 | 0.12 | 0 | 0.51 | 0.46 | 74.57 | 0.34 | 0.4 |
| Hex | 78 | 89 | 43 | C | 0 | 33 | 2E | 4B | 22 | 28 |
| Octal | 170 | 211 | 103 | 14 | 0 | 63 | 56 | 113 | 42 | 50 |
| Binary | 1111000 | 10001001 | 1000011 | 1100 | 0 | 110011 | 101110 | 1001011 | 100010 | 101000 |
Color Harmonies of #788943
Complementary color
Monochromatic Colors of #788943
Black with #788943
Text Example
Text Example
White with #788943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788943; }
p { color: rgb(120,137,67); }
H1.HeaderClassName
{
color: #788943;
}
.AnyTagClassName
{
color: #788943;
}
</style>
background-color css
<style>
a { background-color: #788943; }
a { background-color: rgb(120,137,67); }
div.DivClassName
{
background-color: #788943;
}
.BgClassName
{
background-color: #788943;
}
</style>
border-color css
<style>
span { border-color: #788943; }
span { border-color: rgb(120,137,67); }
td.TdClassName
{
border-color: #788943;
}
.TagClassName
{
border-color: #788943;
}
</style>