Shades of Wasabi #80943F
Tints of Wasabi #80943F
RGB
CMYK
RGB Variations
Color information
#80943F (or 0x80943F) is known color: Wasabi. HEX triplet: 80, 94 and 3F. RGB value is (128,148,63). Sum of RGB (Red+Green+Blue) = 128+148+63=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 148 - color contains mainly: green. Hex color #80943F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80943F is #7F6BC0. Grayscale: #848484. Windows color (decimal): -8350657 or 4166784. OLE color: 4166784.
HSL color Cylindrical-coordinate representation of color #80943F: hue angle of 74.12º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #80943F is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 148 | 63 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.42 |
| HSL | 74.12º | 0.4% | 0.41% | - |
| HSV(B) | 74.12º | 0.57% | 0.58% | - |
| XYZ | 20.39 | 26.13 | 8.67 | - |
| YUV | 132.33 | 88.87 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 148 | 63 | 0.14 | 0 | 0.57 | 0.42 | 74.12 | 0.4 | 0.41 |
| Hex | 80 | 94 | 3F | E | 0 | 39 | 2A | 4A | 28 | 29 |
| Octal | 200 | 224 | 77 | 16 | 0 | 71 | 52 | 112 | 50 | 51 |
| Binary | 10000000 | 10010100 | 111111 | 1110 | 0 | 111001 | 101010 | 1001010 | 101000 | 101001 |
Color Harmonies of #80943F
Complementary color
Monochromatic Colors of #80943F
Black with #80943F
Text Example
Text Example
White with #80943F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80943F; }
p { color: rgb(128,148,63); }
H1.HeaderClassName
{
color: #80943F;
}
.AnyTagClassName
{
color: #80943F;
}
</style>
background-color css
<style>
a { background-color: #80943F; }
a { background-color: rgb(128,148,63); }
div.DivClassName
{
background-color: #80943F;
}
.BgClassName
{
background-color: #80943F;
}
</style>
border-color css
<style>
span { border-color: #80943F; }
span { border-color: rgb(128,148,63); }
td.TdClassName
{
border-color: #80943F;
}
.TagClassName
{
border-color: #80943F;
}
</style>