Shades of Wasabi #78833B
Tints of Wasabi #78833B
RGB
CMYK
RGB Variations
Color information
#78833B (or 0x78833B) is known color: Wasabi. HEX triplet: 78, 83 and 3B. RGB value is (120,131,59). Sum of RGB (Red+Green+Blue) = 120+131+59=310 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.71% from 310); Green value is 131 (51.56% from 255 or 42.26% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 131 - color contains mainly: green. Hex color #78833B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78833B is #877CC4. Grayscale: #777777. Windows color (decimal): -8879301 or 3900280. OLE color: 3900280.
HSL color Cylindrical-coordinate representation of color #78833B: hue angle of 69.17º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #78833B is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 131 | 59 | - |
| CMYK | 0.08 | 0 | 0.55 | 0.49 |
| HSL | 69.17º | 0.38% | 0.37% | - |
| HSV(B) | 69.17º | 0.55% | 0.51% | - |
| XYZ | 16.65 | 20.54 | 7.22 | - |
| YUV | 119.5 | 93.86 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 131 | 59 | 0.08 | 0 | 0.55 | 0.49 | 69.17 | 0.38 | 0.37 |
| Hex | 78 | 83 | 3B | 8 | 0 | 37 | 31 | 45 | 26 | 25 |
| Octal | 170 | 203 | 73 | 10 | 0 | 67 | 61 | 105 | 46 | 45 |
| Binary | 1111000 | 10000011 | 111011 | 1000 | 0 | 110111 | 110001 | 1000101 | 100110 | 100101 |
Color Harmonies of #78833B
Complementary color
Monochromatic Colors of #78833B
Black with #78833B
Text Example
Text Example
White with #78833B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78833B; }
p { color: rgb(120,131,59); }
H1.HeaderClassName
{
color: #78833B;
}
.AnyTagClassName
{
color: #78833B;
}
</style>
background-color css
<style>
a { background-color: #78833B; }
a { background-color: rgb(120,131,59); }
div.DivClassName
{
background-color: #78833B;
}
.BgClassName
{
background-color: #78833B;
}
</style>
border-color css
<style>
span { border-color: #78833B; }
span { border-color: rgb(120,131,59); }
td.TdClassName
{
border-color: #78833B;
}
.TagClassName
{
border-color: #78833B;
}
</style>