Shades of Wasabi #808D37
Tints of Wasabi #808D37
RGB
CMYK
RGB Variations
Color information
#808D37 (or 0x808D37) is known color: Wasabi. HEX triplet: 80, 8D and 37. RGB value is (128,141,55). Sum of RGB (Red+Green+Blue) = 128+141+55=324 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.51% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 55 (21.88% from 255 or 16.98% from 324); Max value from RGB is 141 - color contains mainly: green. Hex color #808D37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808D37 is #7F72C8. Grayscale: #7F7F7F. Windows color (decimal): -8352457 or 3640704. OLE color: 3640704.
HSL color Cylindrical-coordinate representation of color #808D37: hue angle of 69.07º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #808D37 is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 141 | 55 | - |
| CMYK | 0.09 | 0 | 0.61 | 0.45 |
| HSL | 69.07º | 0.44% | 0.38% | - |
| HSV(B) | 69.07º | 0.61% | 0.55% | - |
| XYZ | 19.12 | 23.91 | 7.22 | - |
| YUV | 127.31 | 87.19 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 141 | 55 | 0.09 | 0 | 0.61 | 0.45 | 69.07 | 0.44 | 0.38 |
| Hex | 80 | 8D | 37 | 9 | 0 | 3D | 2D | 45 | 2C | 26 |
| Octal | 200 | 215 | 67 | 11 | 0 | 75 | 55 | 105 | 54 | 46 |
| Binary | 10000000 | 10001101 | 110111 | 1001 | 0 | 111101 | 101101 | 1000101 | 101100 | 100110 |
Color Harmonies of #808D37
Complementary color
Monochromatic Colors of #808D37
Black with #808D37
Text Example
Text Example
White with #808D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808D37; }
p { color: rgb(128,141,55); }
H1.HeaderClassName
{
color: #808D37;
}
.AnyTagClassName
{
color: #808D37;
}
</style>
background-color css
<style>
a { background-color: #808D37; }
a { background-color: rgb(128,141,55); }
div.DivClassName
{
background-color: #808D37;
}
.BgClassName
{
background-color: #808D37;
}
</style>
border-color css
<style>
span { border-color: #808D37; }
span { border-color: rgb(128,141,55); }
td.TdClassName
{
border-color: #808D37;
}
.TagClassName
{
border-color: #808D37;
}
</style>