Shades of Wasabi #808846
Tints of Wasabi #808846
RGB
CMYK
RGB Variations
Color information
#808846 (or 0x808846) is known color: Wasabi. HEX triplet: 80, 88 and 46. RGB value is (128,136,70). Sum of RGB (Red+Green+Blue) = 128+136+70=334 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.32% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 136 - color contains mainly: green. Hex color #808846 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808846 is #7F77B9. Grayscale: #7E7E7E. Windows color (decimal): -8353722 or 4622464. OLE color: 4622464.
HSL color Cylindrical-coordinate representation of color #808846: hue angle of 67.27º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #808846 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 136 | 70 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.47 |
| HSL | 67.27º | 0.32% | 0.4% | - |
| HSV(B) | 67.27º | 0.49% | 0.53% | - |
| XYZ | 18.81 | 22.64 | 9.17 | - |
| YUV | 126.08 | 96.35 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 136 | 70 | 0.06 | 0 | 0.49 | 0.47 | 67.27 | 0.32 | 0.4 |
| Hex | 80 | 88 | 46 | 6 | 0 | 31 | 2F | 43 | 20 | 28 |
| Octal | 200 | 210 | 106 | 6 | 0 | 61 | 57 | 103 | 40 | 50 |
| Binary | 10000000 | 10001000 | 1000110 | 110 | 0 | 110001 | 101111 | 1000011 | 100000 | 101000 |
Color Harmonies of #808846
Complementary color
Monochromatic Colors of #808846
Black with #808846
Text Example
Text Example
White with #808846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808846; }
p { color: rgb(128,136,70); }
H1.HeaderClassName
{
color: #808846;
}
.AnyTagClassName
{
color: #808846;
}
</style>
background-color css
<style>
a { background-color: #808846; }
a { background-color: rgb(128,136,70); }
div.DivClassName
{
background-color: #808846;
}
.BgClassName
{
background-color: #808846;
}
</style>
border-color css
<style>
span { border-color: #808846; }
span { border-color: rgb(128,136,70); }
td.TdClassName
{
border-color: #808846;
}
.TagClassName
{
border-color: #808846;
}
</style>