Shades of Wasabi #788942
Tints of Wasabi #788942
RGB
CMYK
RGB Variations
Color information
#788942 (or 0x788942) is known color: Wasabi. HEX triplet: 78, 89 and 42. RGB value is (120,137,66). Sum of RGB (Red+Green+Blue) = 120+137+66=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 137 - color contains mainly: green. Hex color #788942 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788942 is #8776BD. Grayscale: #7C7C7C. Windows color (decimal): -8877758 or 4360568. OLE color: 4360568.
HSL color Cylindrical-coordinate representation of color #788942: hue angle of 74.37º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #788942 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 137 | 66 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.46 |
| HSL | 74.37º | 0.35% | 0.4% | - |
| HSV(B) | 74.37º | 0.52% | 0.54% | - |
| XYZ | 17.67 | 22.28 | 8.52 | - |
| YUV | 123.82 | 95.37 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 137 | 66 | 0.12 | 0 | 0.52 | 0.46 | 74.37 | 0.35 | 0.4 |
| Hex | 78 | 89 | 42 | C | 0 | 34 | 2E | 4A | 23 | 28 |
| Octal | 170 | 211 | 102 | 14 | 0 | 64 | 56 | 112 | 43 | 50 |
| Binary | 1111000 | 10001001 | 1000010 | 1100 | 0 | 110100 | 101110 | 1001010 | 100011 | 101000 |
Color Harmonies of #788942
Complementary color
Monochromatic Colors of #788942
Black with #788942
Text Example
Text Example
White with #788942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788942; }
p { color: rgb(120,137,66); }
H1.HeaderClassName
{
color: #788942;
}
.AnyTagClassName
{
color: #788942;
}
</style>
background-color css
<style>
a { background-color: #788942; }
a { background-color: rgb(120,137,66); }
div.DivClassName
{
background-color: #788942;
}
.BgClassName
{
background-color: #788942;
}
</style>
border-color css
<style>
span { border-color: #788942; }
span { border-color: rgb(120,137,66); }
td.TdClassName
{
border-color: #788942;
}
.TagClassName
{
border-color: #788942;
}
</style>