Shades of Wasabi #808F51
Tints of Wasabi #808F51
RGB
CMYK
RGB Variations
Color information
#808F51 (or 0x808F51) is known color: Wasabi. HEX triplet: 80, 8F and 51. RGB value is (128,143,81). Sum of RGB (Red+Green+Blue) = 128+143+81=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 143 (56.25% from 255 or 40.62% from 352); Blue value is 81 (32.03% from 255 or 23.01% from 352); Max value from RGB is 143 - color contains mainly: green. Hex color #808F51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808F51 is #7F70AE. Grayscale: #838383. Windows color (decimal): -8351919 or 5345152. OLE color: 5345152.
HSL color Cylindrical-coordinate representation of color #808F51: hue angle of 74.52º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #808F51 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 143 | 81 | - |
| CMYK | 0.10 | 0 | 0.43 | 0.44 |
| HSL | 74.52º | 0.28% | 0.44% | - |
| HSV(B) | 74.52º | 0.43% | 0.56% | - |
| XYZ | 20.21 | 24.83 | 11.51 | - |
| YUV | 131.45 | 99.53 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 143 | 81 | 0.10 | 0 | 0.43 | 0.44 | 74.52 | 0.28 | 0.44 |
| Hex | 80 | 8F | 51 | A | 0 | 2B | 2C | 4B | 1C | 2C |
| Octal | 200 | 217 | 121 | 12 | 0 | 53 | 54 | 113 | 34 | 54 |
| Binary | 10000000 | 10001111 | 1010001 | 1010 | 0 | 101011 | 101100 | 1001011 | 11100 | 101100 |
Color Harmonies of #808F51
Complementary color
Monochromatic Colors of #808F51
Black with #808F51
Text Example
Text Example
White with #808F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808F51; }
p { color: rgb(128,143,81); }
H1.HeaderClassName
{
color: #808F51;
}
.AnyTagClassName
{
color: #808F51;
}
</style>
background-color css
<style>
a { background-color: #808F51; }
a { background-color: rgb(128,143,81); }
div.DivClassName
{
background-color: #808F51;
}
.BgClassName
{
background-color: #808F51;
}
</style>
border-color css
<style>
span { border-color: #808F51; }
span { border-color: rgb(128,143,81); }
td.TdClassName
{
border-color: #808F51;
}
.TagClassName
{
border-color: #808F51;
}
</style>