Shades of Wasabi #788945
Tints of Wasabi #788945
RGB
CMYK
RGB Variations
Color information
#788945 (or 0x788945) is known color: Wasabi. HEX triplet: 78, 89 and 45. RGB value is (120,137,69). Sum of RGB (Red+Green+Blue) = 120+137+69=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 137 (53.91% from 255 or 42.02% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 137 - color contains mainly: green. Hex color #788945 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788945 is #8776BA. Grayscale: #7C7C7C. Windows color (decimal): -8877755 or 4557176. OLE color: 4557176.
HSL color Cylindrical-coordinate representation of color #788945: hue angle of 75º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #788945 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 137 | 69 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.46 |
| HSL | 75º | 0.33% | 0.4% | - |
| HSV(B) | 75º | 0.5% | 0.54% | - |
| XYZ | 17.77 | 22.31 | 9 | - |
| YUV | 124.17 | 96.87 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 137 | 69 | 0.12 | 0 | 0.50 | 0.46 | 75 | 0.33 | 0.4 |
| Hex | 78 | 89 | 45 | C | 0 | 32 | 2E | 4B | 21 | 28 |
| Octal | 170 | 211 | 105 | 14 | 0 | 62 | 56 | 113 | 41 | 50 |
| Binary | 1111000 | 10001001 | 1000101 | 1100 | 0 | 110010 | 101110 | 1001011 | 100001 | 101000 |
Color Harmonies of #788945
Complementary color
Monochromatic Colors of #788945
Black with #788945
Text Example
Text Example
White with #788945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788945; }
p { color: rgb(120,137,69); }
H1.HeaderClassName
{
color: #788945;
}
.AnyTagClassName
{
color: #788945;
}
</style>
background-color css
<style>
a { background-color: #788945; }
a { background-color: rgb(120,137,69); }
div.DivClassName
{
background-color: #788945;
}
.BgClassName
{
background-color: #788945;
}
</style>
border-color css
<style>
span { border-color: #788945; }
span { border-color: rgb(120,137,69); }
td.TdClassName
{
border-color: #788945;
}
.TagClassName
{
border-color: #788945;
}
</style>