Shades of Wasabi #808F40
Tints of Wasabi #808F40
RGB
CMYK
RGB Variations
Color information
#808F40 (or 0x808F40) is known color: Wasabi. HEX triplet: 80, 8F and 40. RGB value is (128,143,64). Sum of RGB (Red+Green+Blue) = 128+143+64=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 143 (56.25% from 255 or 42.69% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 143 - color contains mainly: green. Hex color #808F40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808F40 is #7F70BF. Grayscale: #818181. Windows color (decimal): -8351936 or 4231040. OLE color: 4231040.
HSL color Cylindrical-coordinate representation of color #808F40: hue angle of 71.39º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #808F40 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 143 | 64 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.44 |
| HSL | 71.39º | 0.38% | 0.41% | - |
| HSV(B) | 71.39º | 0.55% | 0.56% | - |
| XYZ | 19.65 | 24.6 | 8.56 | - |
| YUV | 129.51 | 91.03 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 143 | 64 | 0.10 | 0 | 0.55 | 0.44 | 71.39 | 0.38 | 0.41 |
| Hex | 80 | 8F | 40 | A | 0 | 37 | 2C | 47 | 26 | 29 |
| Octal | 200 | 217 | 100 | 12 | 0 | 67 | 54 | 107 | 46 | 51 |
| Binary | 10000000 | 10001111 | 1000000 | 1010 | 0 | 110111 | 101100 | 1000111 | 100110 | 101001 |
Color Harmonies of #808F40
Complementary color
Monochromatic Colors of #808F40
Black with #808F40
Text Example
Text Example
White with #808F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808F40; }
p { color: rgb(128,143,64); }
H1.HeaderClassName
{
color: #808F40;
}
.AnyTagClassName
{
color: #808F40;
}
</style>
background-color css
<style>
a { background-color: #808F40; }
a { background-color: rgb(128,143,64); }
div.DivClassName
{
background-color: #808F40;
}
.BgClassName
{
background-color: #808F40;
}
</style>
border-color css
<style>
span { border-color: #808F40; }
span { border-color: rgb(128,143,64); }
td.TdClassName
{
border-color: #808F40;
}
.TagClassName
{
border-color: #808F40;
}
</style>