Shades of Wasabi #80943E
Tints of Wasabi #80943E
RGB
CMYK
RGB Variations
Color information
#80943E (or 0x80943E) is known color: Wasabi. HEX triplet: 80, 94 and 3E. RGB value is (128,148,62). Sum of RGB (Red+Green+Blue) = 128+148+62=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 148 (58.20% from 255 or 43.79% from 338); Blue value is 62 (24.61% from 255 or 18.34% from 338); Max value from RGB is 148 - color contains mainly: green. Hex color #80943E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80943E is #7F6BC1. Grayscale: #848484. Windows color (decimal): -8350658 or 4101248. OLE color: 4101248.
HSL color Cylindrical-coordinate representation of color #80943E: hue angle of 73.95º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #80943E is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 148 | 62 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.42 |
| HSL | 73.95º | 0.41% | 0.41% | - |
| HSV(B) | 73.95º | 0.58% | 0.58% | - |
| XYZ | 20.36 | 26.12 | 8.53 | - |
| YUV | 132.22 | 88.37 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 148 | 62 | 0.14 | 0 | 0.58 | 0.42 | 73.95 | 0.41 | 0.41 |
| Hex | 80 | 94 | 3E | E | 0 | 3A | 2A | 4A | 29 | 29 |
| Octal | 200 | 224 | 76 | 16 | 0 | 72 | 52 | 112 | 51 | 51 |
| Binary | 10000000 | 10010100 | 111110 | 1110 | 0 | 111010 | 101010 | 1001010 | 101001 | 101001 |
Color Harmonies of #80943E
Complementary color
Monochromatic Colors of #80943E
Black with #80943E
Text Example
Text Example
White with #80943E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80943E; }
p { color: rgb(128,148,62); }
H1.HeaderClassName
{
color: #80943E;
}
.AnyTagClassName
{
color: #80943E;
}
</style>
background-color css
<style>
a { background-color: #80943E; }
a { background-color: rgb(128,148,62); }
div.DivClassName
{
background-color: #80943E;
}
.BgClassName
{
background-color: #80943E;
}
</style>
border-color css
<style>
span { border-color: #80943E; }
span { border-color: rgb(128,148,62); }
td.TdClassName
{
border-color: #80943E;
}
.TagClassName
{
border-color: #80943E;
}
</style>