Shades of Wasabi #808649
Tints of Wasabi #808649
RGB
CMYK
RGB Variations
Color information
#808649 (or 0x808649) is known color: Wasabi. HEX triplet: 80, 86 and 49. RGB value is (128,134,73). Sum of RGB (Red+Green+Blue) = 128+134+73=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 134 (52.73% from 255 or 40% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 134 - color contains mainly: green. Hex color #808649 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808649 is #7F79B6. Grayscale: #7D7D7D. Windows color (decimal): -8354231 or 4818560. OLE color: 4818560.
HSL color Cylindrical-coordinate representation of color #808649: hue angle of 65.9º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #808649 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 134 | 73 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.47 |
| HSL | 65.9º | 0.29% | 0.41% | - |
| HSV(B) | 65.9º | 0.46% | 0.53% | - |
| XYZ | 18.63 | 22.12 | 9.59 | - |
| YUV | 125.25 | 98.51 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 134 | 73 | 0.04 | 0 | 0.46 | 0.47 | 65.9 | 0.29 | 0.41 |
| Hex | 80 | 86 | 49 | 4 | 0 | 2E | 2F | 42 | 1D | 29 |
| Octal | 200 | 206 | 111 | 4 | 0 | 56 | 57 | 102 | 35 | 51 |
| Binary | 10000000 | 10000110 | 1001001 | 100 | 0 | 101110 | 101111 | 1000010 | 11101 | 101001 |
Color Harmonies of #808649
Complementary color
Monochromatic Colors of #808649
Black with #808649
Text Example
Text Example
White with #808649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808649; }
p { color: rgb(128,134,73); }
H1.HeaderClassName
{
color: #808649;
}
.AnyTagClassName
{
color: #808649;
}
</style>
background-color css
<style>
a { background-color: #808649; }
a { background-color: rgb(128,134,73); }
div.DivClassName
{
background-color: #808649;
}
.BgClassName
{
background-color: #808649;
}
</style>
border-color css
<style>
span { border-color: #808649; }
span { border-color: rgb(128,134,73); }
td.TdClassName
{
border-color: #808649;
}
.TagClassName
{
border-color: #808649;
}
</style>