Shades of Wasabi #808D2E
Tints of Wasabi #808D2E
RGB
CMYK
RGB Variations
Color information
#808D2E (or 0x808D2E) is known color: Wasabi. HEX triplet: 80, 8D and 2E. RGB value is (128,141,46). Sum of RGB (Red+Green+Blue) = 128+141+46=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 141 (55.47% from 255 or 44.76% from 315); Blue value is 46 (18.36% from 255 or 14.60% from 315); Max value from RGB is 141 - color contains mainly: green. Hex color #808D2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808D2E is #7F72D1. Grayscale: #7E7E7E. Windows color (decimal): -8352466 or 3050880. OLE color: 3050880.
HSL color Cylindrical-coordinate representation of color #808D2E: hue angle of 68.21º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #808D2E is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 141 | 46 | - |
| CMYK | 0.09 | 0 | 0.67 | 0.45 |
| HSL | 68.21º | 0.51% | 0.37% | - |
| HSV(B) | 68.21º | 0.67% | 0.55% | - |
| XYZ | 18.92 | 23.84 | 6.19 | - |
| YUV | 126.28 | 82.69 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 141 | 46 | 0.09 | 0 | 0.67 | 0.45 | 68.21 | 0.51 | 0.37 |
| Hex | 80 | 8D | 2E | 9 | 0 | 43 | 2D | 44 | 33 | 25 |
| Octal | 200 | 215 | 56 | 11 | 0 | 103 | 55 | 104 | 63 | 45 |
| Binary | 10000000 | 10001101 | 101110 | 1001 | 0 | 1000011 | 101101 | 1000100 | 110011 | 100101 |
Color Harmonies of #808D2E
Complementary color
Monochromatic Colors of #808D2E
Black with #808D2E
Text Example
Text Example
White with #808D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808D2E; }
p { color: rgb(128,141,46); }
H1.HeaderClassName
{
color: #808D2E;
}
.AnyTagClassName
{
color: #808D2E;
}
</style>
background-color css
<style>
a { background-color: #808D2E; }
a { background-color: rgb(128,141,46); }
div.DivClassName
{
background-color: #808D2E;
}
.BgClassName
{
background-color: #808D2E;
}
</style>
border-color css
<style>
span { border-color: #808D2E; }
span { border-color: rgb(128,141,46); }
td.TdClassName
{
border-color: #808D2E;
}
.TagClassName
{
border-color: #808D2E;
}
</style>