Shades of Wasabi #808444
Tints of Wasabi #808444
RGB
CMYK
RGB Variations
Color information
#808444 (or 0x808444) is known color: Wasabi. HEX triplet: 80, 84 and 44. RGB value is (128,132,68). Sum of RGB (Red+Green+Blue) = 128+132+68=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 68 (26.95% from 255 or 20.73% from 328); Max value from RGB is 132 - color contains mainly: green. Hex color #808444 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808444 is #7F7BBB. Grayscale: #7B7B7B. Windows color (decimal): -8354748 or 4490368. OLE color: 4490368.
HSL color Cylindrical-coordinate representation of color #808444: hue angle of 63.75º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #808444 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 132 | 68 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.48 |
| HSL | 63.75º | 0.32% | 0.39% | - |
| HSV(B) | 63.75º | 0.48% | 0.52% | - |
| XYZ | 18.2 | 21.51 | 8.66 | - |
| YUV | 123.51 | 96.67 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 132 | 68 | 0.03 | 0 | 0.48 | 0.48 | 63.75 | 0.32 | 0.39 |
| Hex | 80 | 84 | 44 | 3 | 0 | 30 | 30 | 40 | 20 | 27 |
| Octal | 200 | 204 | 104 | 3 | 0 | 60 | 60 | 100 | 40 | 47 |
| Binary | 10000000 | 10000100 | 1000100 | 11 | 0 | 110000 | 110000 | 1000000 | 100000 | 100111 |
Color Harmonies of #808444
Complementary color
Monochromatic Colors of #808444
Black with #808444
Text Example
Text Example
White with #808444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808444; }
p { color: rgb(128,132,68); }
H1.HeaderClassName
{
color: #808444;
}
.AnyTagClassName
{
color: #808444;
}
</style>
background-color css
<style>
a { background-color: #808444; }
a { background-color: rgb(128,132,68); }
div.DivClassName
{
background-color: #808444;
}
.BgClassName
{
background-color: #808444;
}
</style>
border-color css
<style>
span { border-color: #808444; }
span { border-color: rgb(128,132,68); }
td.TdClassName
{
border-color: #808444;
}
.TagClassName
{
border-color: #808444;
}
</style>