Shades of Wasabi #78893D
Tints of Wasabi #78893D
RGB
CMYK
RGB Variations
Color information
#78893D (or 0x78893D) is known color: Wasabi. HEX triplet: 78, 89 and 3D. RGB value is (120,137,61). Sum of RGB (Red+Green+Blue) = 120+137+61=318 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.74% from 318); Green value is 137 (53.91% from 255 or 43.08% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 137 - color contains mainly: green. Hex color #78893D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78893D is #8776C2. Grayscale: #7B7B7B. Windows color (decimal): -8877763 or 4032888. OLE color: 4032888.
HSL color Cylindrical-coordinate representation of color #78893D: hue angle of 73.42º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #78893D is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 137 | 61 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.46 |
| HSL | 73.42º | 0.38% | 0.39% | - |
| HSV(B) | 73.42º | 0.55% | 0.54% | - |
| XYZ | 17.53 | 22.22 | 7.78 | - |
| YUV | 123.25 | 92.87 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 137 | 61 | 0.12 | 0 | 0.55 | 0.46 | 73.42 | 0.38 | 0.39 |
| Hex | 78 | 89 | 3D | C | 0 | 37 | 2E | 49 | 26 | 27 |
| Octal | 170 | 211 | 75 | 14 | 0 | 67 | 56 | 111 | 46 | 47 |
| Binary | 1111000 | 10001001 | 111101 | 1100 | 0 | 110111 | 101110 | 1001001 | 100110 | 100111 |
Color Harmonies of #78893D
Complementary color
Monochromatic Colors of #78893D
Black with #78893D
Text Example
Text Example
White with #78893D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78893D; }
p { color: rgb(120,137,61); }
H1.HeaderClassName
{
color: #78893D;
}
.AnyTagClassName
{
color: #78893D;
}
</style>
background-color css
<style>
a { background-color: #78893D; }
a { background-color: rgb(120,137,61); }
div.DivClassName
{
background-color: #78893D;
}
.BgClassName
{
background-color: #78893D;
}
</style>
border-color css
<style>
span { border-color: #78893D; }
span { border-color: rgb(120,137,61); }
td.TdClassName
{
border-color: #78893D;
}
.TagClassName
{
border-color: #78893D;
}
</style>