Shades of Wasabi #80944C
Tints of Wasabi #80944C
RGB
CMYK
RGB Variations
Color information
#80944C (or 0x80944C) is known color: Wasabi. HEX triplet: 80, 94 and 4C. RGB value is (128,148,76). Sum of RGB (Red+Green+Blue) = 128+148+76=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 148 (58.20% from 255 or 42.05% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 148 - color contains mainly: green. Hex color #80944C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80944C is #7F6BB3. Grayscale: #868686. Windows color (decimal): -8350644 or 5018752. OLE color: 5018752.
HSL color Cylindrical-coordinate representation of color #80944C: hue angle of 76.67º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80944C is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 148 | 76 | - |
| CMYK | 0.14 | 0 | 0.49 | 0.42 |
| HSL | 76.67º | 0.32% | 0.44% | - |
| HSV(B) | 76.67º | 0.49% | 0.58% | - |
| XYZ | 20.8 | 26.29 | 10.82 | - |
| YUV | 133.81 | 95.37 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 148 | 76 | 0.14 | 0 | 0.49 | 0.42 | 76.67 | 0.32 | 0.44 |
| Hex | 80 | 94 | 4C | E | 0 | 31 | 2A | 4D | 20 | 2C |
| Octal | 200 | 224 | 114 | 16 | 0 | 61 | 52 | 115 | 40 | 54 |
| Binary | 10000000 | 10010100 | 1001100 | 1110 | 0 | 110001 | 101010 | 1001101 | 100000 | 101100 |
Color Harmonies of #80944C
Complementary color
Monochromatic Colors of #80944C
Black with #80944C
Text Example
Text Example
White with #80944C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80944C; }
p { color: rgb(128,148,76); }
H1.HeaderClassName
{
color: #80944C;
}
.AnyTagClassName
{
color: #80944C;
}
</style>
background-color css
<style>
a { background-color: #80944C; }
a { background-color: rgb(128,148,76); }
div.DivClassName
{
background-color: #80944C;
}
.BgClassName
{
background-color: #80944C;
}
</style>
border-color css
<style>
span { border-color: #80944C; }
span { border-color: rgb(128,148,76); }
td.TdClassName
{
border-color: #80944C;
}
.TagClassName
{
border-color: #80944C;
}
</style>