Shades of Wasabi #788A39
Tints of Wasabi #788A39
RGB
CMYK
RGB Variations
Color information
#788A39 (or 0x788A39) is known color: Wasabi. HEX triplet: 78, 8A and 39. RGB value is (120,138,57). Sum of RGB (Red+Green+Blue) = 120+138+57=315 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.10% from 315); Green value is 138 (54.30% from 255 or 43.81% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 138 - color contains mainly: green. Hex color #788A39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788A39 is #8775C6. Grayscale: #7B7B7B. Windows color (decimal): -8877511 or 3771000. OLE color: 3771000.
HSL color Cylindrical-coordinate representation of color #788A39: hue angle of 73.33º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #788A39 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 138 | 57 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.46 |
| HSL | 73.33º | 0.42% | 0.38% | - |
| HSV(B) | 73.33º | 0.59% | 0.54% | - |
| XYZ | 17.57 | 22.47 | 7.28 | - |
| YUV | 123.38 | 90.54 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 138 | 57 | 0.13 | 0 | 0.59 | 0.46 | 73.33 | 0.42 | 0.38 |
| Hex | 78 | 8A | 39 | D | 0 | 3B | 2E | 49 | 2A | 26 |
| Octal | 170 | 212 | 71 | 15 | 0 | 73 | 56 | 111 | 52 | 46 |
| Binary | 1111000 | 10001010 | 111001 | 1101 | 0 | 111011 | 101110 | 1001001 | 101010 | 100110 |
Color Harmonies of #788A39
Complementary color
Monochromatic Colors of #788A39
Black with #788A39
Text Example
Text Example
White with #788A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788A39; }
p { color: rgb(120,138,57); }
H1.HeaderClassName
{
color: #788A39;
}
.AnyTagClassName
{
color: #788A39;
}
</style>
background-color css
<style>
a { background-color: #788A39; }
a { background-color: rgb(120,138,57); }
div.DivClassName
{
background-color: #788A39;
}
.BgClassName
{
background-color: #788A39;
}
</style>
border-color css
<style>
span { border-color: #788A39; }
span { border-color: rgb(120,138,57); }
td.TdClassName
{
border-color: #788A39;
}
.TagClassName
{
border-color: #788A39;
}
</style>