Shades of Wasabi #818D46
Tints of Wasabi #818D46
RGB
CMYK
RGB Variations
Color information
#818D46 (or 0x818D46) is known color: Wasabi. HEX triplet: 81, 8D and 46. RGB value is (129,141,70). Sum of RGB (Red+Green+Blue) = 129+141+70=340 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.94% from 340); Green value is 141 (55.47% from 255 or 41.47% from 340); Blue value is 70 (27.73% from 255 or 20.59% from 340); Max value from RGB is 141 - color contains mainly: green. Hex color #818D46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818D46 is #7E72B9. Grayscale: #818181. Windows color (decimal): -8286906 or 4623745. OLE color: 4623745.
HSL color Cylindrical-coordinate representation of color #818D46: hue angle of 70.14º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #818D46 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 141 | 70 | - |
| CMYK | 0.09 | 0 | 0.50 | 0.45 |
| HSL | 70.14º | 0.34% | 0.41% | - |
| HSV(B) | 70.14º | 0.5% | 0.55% | - |
| XYZ | 19.68 | 24.16 | 9.42 | - |
| YUV | 129.32 | 94.52 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 141 | 70 | 0.09 | 0 | 0.50 | 0.45 | 70.14 | 0.34 | 0.41 |
| Hex | 81 | 8D | 46 | 9 | 0 | 32 | 2D | 46 | 22 | 29 |
| Octal | 201 | 215 | 106 | 11 | 0 | 62 | 55 | 106 | 42 | 51 |
| Binary | 10000001 | 10001101 | 1000110 | 1001 | 0 | 110010 | 101101 | 1000110 | 100010 | 101001 |
Color Harmonies of #818D46
Complementary color
Monochromatic Colors of #818D46
Black with #818D46
Text Example
Text Example
White with #818D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818D46; }
p { color: rgb(129,141,70); }
H1.HeaderClassName
{
color: #818D46;
}
.AnyTagClassName
{
color: #818D46;
}
</style>
background-color css
<style>
a { background-color: #818D46; }
a { background-color: rgb(129,141,70); }
div.DivClassName
{
background-color: #818D46;
}
.BgClassName
{
background-color: #818D46;
}
</style>
border-color css
<style>
span { border-color: #818D46; }
span { border-color: rgb(129,141,70); }
td.TdClassName
{
border-color: #818D46;
}
.TagClassName
{
border-color: #818D46;
}
</style>