Shades of Wasabi #808B47
Tints of Wasabi #808B47
RGB
CMYK
RGB Variations
Color information
#808B47 (or 0x808B47) is known color: Wasabi. HEX triplet: 80, 8B and 47. RGB value is (128,139,71). Sum of RGB (Red+Green+Blue) = 128+139+71=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 139 (54.69% from 255 or 41.12% from 338); Blue value is 71 (28.12% from 255 or 21.01% from 338); Max value from RGB is 139 - color contains mainly: green. Hex color #808B47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808B47 is #7F74B8. Grayscale: #808080. Windows color (decimal): -8352953 or 4688768. OLE color: 4688768.
HSL color Cylindrical-coordinate representation of color #808B47: hue angle of 69.71º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #808B47 is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 139 | 71 | - |
| CMYK | 0.08 | 0 | 0.49 | 0.45 |
| HSL | 69.71º | 0.32% | 0.41% | - |
| HSV(B) | 69.71º | 0.49% | 0.55% | - |
| XYZ | 19.27 | 23.51 | 9.48 | - |
| YUV | 127.96 | 95.86 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 139 | 71 | 0.08 | 0 | 0.49 | 0.45 | 69.71 | 0.32 | 0.41 |
| Hex | 80 | 8B | 47 | 8 | 0 | 31 | 2D | 46 | 20 | 29 |
| Octal | 200 | 213 | 107 | 10 | 0 | 61 | 55 | 106 | 40 | 51 |
| Binary | 10000000 | 10001011 | 1000111 | 1000 | 0 | 110001 | 101101 | 1000110 | 100000 | 101001 |
Color Harmonies of #808B47
Complementary color
Monochromatic Colors of #808B47
Black with #808B47
Text Example
Text Example
White with #808B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808B47; }
p { color: rgb(128,139,71); }
H1.HeaderClassName
{
color: #808B47;
}
.AnyTagClassName
{
color: #808B47;
}
</style>
background-color css
<style>
a { background-color: #808B47; }
a { background-color: rgb(128,139,71); }
div.DivClassName
{
background-color: #808B47;
}
.BgClassName
{
background-color: #808B47;
}
</style>
border-color css
<style>
span { border-color: #808B47; }
span { border-color: rgb(128,139,71); }
td.TdClassName
{
border-color: #808B47;
}
.TagClassName
{
border-color: #808B47;
}
</style>