Shades of Wasabi #78893B
Tints of Wasabi #78893B
RGB
CMYK
RGB Variations
Color information
#78893B (or 0x78893B) is known color: Wasabi. HEX triplet: 78, 89 and 3B. RGB value is (120,137,59). Sum of RGB (Red+Green+Blue) = 120+137+59=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 137 (53.91% from 255 or 43.35% from 316); Blue value is 59 (23.44% from 255 or 18.67% from 316); Max value from RGB is 137 - color contains mainly: green. Hex color #78893B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78893B is #8776C4. Grayscale: #7B7B7B. Windows color (decimal): -8877765 or 3901816. OLE color: 3901816.
HSL color Cylindrical-coordinate representation of color #78893B: hue angle of 73.08º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #78893B is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 137 | 59 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.46 |
| HSL | 73.08º | 0.4% | 0.38% | - |
| HSV(B) | 73.08º | 0.57% | 0.54% | - |
| XYZ | 17.48 | 22.2 | 7.5 | - |
| YUV | 123.03 | 91.87 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 137 | 59 | 0.12 | 0 | 0.57 | 0.46 | 73.08 | 0.4 | 0.38 |
| Hex | 78 | 89 | 3B | C | 0 | 39 | 2E | 49 | 28 | 26 |
| Octal | 170 | 211 | 73 | 14 | 0 | 71 | 56 | 111 | 50 | 46 |
| Binary | 1111000 | 10001001 | 111011 | 1100 | 0 | 111001 | 101110 | 1001001 | 101000 | 100110 |
Color Harmonies of #78893B
Complementary color
Monochromatic Colors of #78893B
Black with #78893B
Text Example
Text Example
White with #78893B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78893B; }
p { color: rgb(120,137,59); }
H1.HeaderClassName
{
color: #78893B;
}
.AnyTagClassName
{
color: #78893B;
}
</style>
background-color css
<style>
a { background-color: #78893B; }
a { background-color: rgb(120,137,59); }
div.DivClassName
{
background-color: #78893B;
}
.BgClassName
{
background-color: #78893B;
}
</style>
border-color css
<style>
span { border-color: #78893B; }
span { border-color: rgb(120,137,59); }
td.TdClassName
{
border-color: #78893B;
}
.TagClassName
{
border-color: #78893B;
}
</style>