Shades of Wasabi #808944
Tints of Wasabi #808944
RGB
CMYK
RGB Variations
Color information
#808944 (or 0x808944) is known color: Wasabi. HEX triplet: 80, 89 and 44. RGB value is (128,137,68). Sum of RGB (Red+Green+Blue) = 128+137+68=333 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.44% from 333); Green value is 137 (53.91% from 255 or 41.14% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 137 - color contains mainly: green. Hex color #808944 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808944 is #7F76BB. Grayscale: #7E7E7E. Windows color (decimal): -8353468 or 4491648. OLE color: 4491648.
HSL color Cylindrical-coordinate representation of color #808944: hue angle of 67.83º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #808944 is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 137 | 68 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.46 |
| HSL | 67.83º | 0.34% | 0.4% | - |
| HSV(B) | 67.83º | 0.5% | 0.54% | - |
| XYZ | 18.89 | 22.9 | 8.89 | - |
| YUV | 126.44 | 95.02 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 137 | 68 | 0.07 | 0 | 0.50 | 0.46 | 67.83 | 0.34 | 0.4 |
| Hex | 80 | 89 | 44 | 7 | 0 | 32 | 2E | 44 | 22 | 28 |
| Octal | 200 | 211 | 104 | 7 | 0 | 62 | 56 | 104 | 42 | 50 |
| Binary | 10000000 | 10001001 | 1000100 | 111 | 0 | 110010 | 101110 | 1000100 | 100010 | 101000 |
Color Harmonies of #808944
Complementary color
Monochromatic Colors of #808944
Black with #808944
Text Example
Text Example
White with #808944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808944; }
p { color: rgb(128,137,68); }
H1.HeaderClassName
{
color: #808944;
}
.AnyTagClassName
{
color: #808944;
}
</style>
background-color css
<style>
a { background-color: #808944; }
a { background-color: rgb(128,137,68); }
div.DivClassName
{
background-color: #808944;
}
.BgClassName
{
background-color: #808944;
}
</style>
border-color css
<style>
span { border-color: #808944; }
span { border-color: rgb(128,137,68); }
td.TdClassName
{
border-color: #808944;
}
.TagClassName
{
border-color: #808944;
}
</style>