Shades of Wasabi #808142
Tints of Wasabi #808142
RGB
CMYK
RGB Variations
Color information
#808142 (or 0x808142) is known color: Wasabi. HEX triplet: 80, 81 and 42. RGB value is (128,129,66). Sum of RGB (Red+Green+Blue) = 128+129+66=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 129 (50.78% from 255 or 39.94% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 129 - color contains mainly: green. Hex color #808142 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808142 is #7F7EBD. Grayscale: #797979. Windows color (decimal): -8355518 or 4358528. OLE color: 4358528.
HSL color Cylindrical-coordinate representation of color #808142: hue angle of 60.95º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #808142 is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 129 | 66 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.49 |
| HSL | 60.95º | 0.32% | 0.38% | - |
| HSV(B) | 60.95º | 0.49% | 0.51% | - |
| XYZ | 17.74 | 20.68 | 8.21 | - |
| YUV | 121.52 | 96.67 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 129 | 66 | 0.01 | 0 | 0.49 | 0.49 | 60.95 | 0.32 | 0.38 |
| Hex | 80 | 81 | 42 | 1 | 0 | 31 | 31 | 3D | 20 | 26 |
| Octal | 200 | 201 | 102 | 1 | 0 | 61 | 61 | 75 | 40 | 46 |
| Binary | 10000000 | 10000001 | 1000010 | 1 | 0 | 110001 | 110001 | 111101 | 100000 | 100110 |
Color Harmonies of #808142
Complementary color
Monochromatic Colors of #808142
Black with #808142
Text Example
Text Example
White with #808142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808142; }
p { color: rgb(128,129,66); }
H1.HeaderClassName
{
color: #808142;
}
.AnyTagClassName
{
color: #808142;
}
</style>
background-color css
<style>
a { background-color: #808142; }
a { background-color: rgb(128,129,66); }
div.DivClassName
{
background-color: #808142;
}
.BgClassName
{
background-color: #808142;
}
</style>
border-color css
<style>
span { border-color: #808142; }
span { border-color: rgb(128,129,66); }
td.TdClassName
{
border-color: #808142;
}
.TagClassName
{
border-color: #808142;
}
</style>