Shades of Wasabi #808F50
Tints of Wasabi #808F50
RGB
CMYK
RGB Variations
Color information
#808F50 (or 0x808F50) is known color: Wasabi. HEX triplet: 80, 8F and 50. RGB value is (128,143,80). Sum of RGB (Red+Green+Blue) = 128+143+80=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 143 (56.25% from 255 or 40.74% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 143 - color contains mainly: green. Hex color #808F50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808F50 is #7F70AF. Grayscale: #838383. Windows color (decimal): -8351920 or 5279616. OLE color: 5279616.
HSL color Cylindrical-coordinate representation of color #808F50: hue angle of 74.29º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #808F50 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 143 | 80 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.44 |
| HSL | 74.29º | 0.28% | 0.44% | - |
| HSV(B) | 74.29º | 0.44% | 0.56% | - |
| XYZ | 20.17 | 24.81 | 11.32 | - |
| YUV | 131.33 | 99.03 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 143 | 80 | 0.10 | 0 | 0.44 | 0.44 | 74.29 | 0.28 | 0.44 |
| Hex | 80 | 8F | 50 | A | 0 | 2C | 2C | 4A | 1C | 2C |
| Octal | 200 | 217 | 120 | 12 | 0 | 54 | 54 | 112 | 34 | 54 |
| Binary | 10000000 | 10001111 | 1010000 | 1010 | 0 | 101100 | 101100 | 1001010 | 11100 | 101100 |
Color Harmonies of #808F50
Complementary color
Monochromatic Colors of #808F50
Black with #808F50
Text Example
Text Example
White with #808F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808F50; }
p { color: rgb(128,143,80); }
H1.HeaderClassName
{
color: #808F50;
}
.AnyTagClassName
{
color: #808F50;
}
</style>
background-color css
<style>
a { background-color: #808F50; }
a { background-color: rgb(128,143,80); }
div.DivClassName
{
background-color: #808F50;
}
.BgClassName
{
background-color: #808F50;
}
</style>
border-color css
<style>
span { border-color: #808F50; }
span { border-color: rgb(128,143,80); }
td.TdClassName
{
border-color: #808F50;
}
.TagClassName
{
border-color: #808F50;
}
</style>