Shades of Wasabi #809141
Tints of Wasabi #809141
RGB
CMYK
RGB Variations
Color information
#809141 (or 0x809141) is known color: Wasabi. HEX triplet: 80, 91 and 41. RGB value is (128,145,65). Sum of RGB (Red+Green+Blue) = 128+145+65=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 145 (57.03% from 255 or 42.90% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 145 - color contains mainly: green. Hex color #809141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809141 is #7F6EBE. Grayscale: #838383. Windows color (decimal): -8351423 or 4297088. OLE color: 4297088.
HSL color Cylindrical-coordinate representation of color #809141: hue angle of 72.75º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #809141 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 145 | 65 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.43 |
| HSL | 72.75º | 0.38% | 0.41% | - |
| HSV(B) | 72.75º | 0.55% | 0.57% | - |
| XYZ | 19.98 | 25.22 | 8.82 | - |
| YUV | 130.8 | 90.87 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 145 | 65 | 0.12 | 0 | 0.55 | 0.43 | 72.75 | 0.38 | 0.41 |
| Hex | 80 | 91 | 41 | C | 0 | 37 | 2B | 49 | 26 | 29 |
| Octal | 200 | 221 | 101 | 14 | 0 | 67 | 53 | 111 | 46 | 51 |
| Binary | 10000000 | 10010001 | 1000001 | 1100 | 0 | 110111 | 101011 | 1001001 | 100110 | 101001 |
Color Harmonies of #809141
Complementary color
Monochromatic Colors of #809141
Black with #809141
Text Example
Text Example
White with #809141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809141; }
p { color: rgb(128,145,65); }
H1.HeaderClassName
{
color: #809141;
}
.AnyTagClassName
{
color: #809141;
}
</style>
background-color css
<style>
a { background-color: #809141; }
a { background-color: rgb(128,145,65); }
div.DivClassName
{
background-color: #809141;
}
.BgClassName
{
background-color: #809141;
}
</style>
border-color css
<style>
span { border-color: #809141; }
span { border-color: rgb(128,145,65); }
td.TdClassName
{
border-color: #809141;
}
.TagClassName
{
border-color: #809141;
}
</style>