Shades of Wasabi #808A46
Tints of Wasabi #808A46
RGB
CMYK
RGB Variations
Color information
#808A46 (or 0x808A46) is known color: Wasabi. HEX triplet: 80, 8A and 46. RGB value is (128,138,70). Sum of RGB (Red+Green+Blue) = 128+138+70=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 138 - color contains mainly: green. Hex color #808A46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808A46 is #7F75B9. Grayscale: #7F7F7F. Windows color (decimal): -8353210 or 4622976. OLE color: 4622976.
HSL color Cylindrical-coordinate representation of color #808A46: hue angle of 68.82º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #808A46 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 138 | 70 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.46 |
| HSL | 68.82º | 0.33% | 0.41% | - |
| HSV(B) | 68.82º | 0.49% | 0.54% | - |
| XYZ | 19.1 | 23.21 | 9.27 | - |
| YUV | 127.26 | 95.69 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 138 | 70 | 0.07 | 0 | 0.49 | 0.46 | 68.82 | 0.33 | 0.41 |
| Hex | 80 | 8A | 46 | 7 | 0 | 31 | 2E | 45 | 21 | 29 |
| Octal | 200 | 212 | 106 | 7 | 0 | 61 | 56 | 105 | 41 | 51 |
| Binary | 10000000 | 10001010 | 1000110 | 111 | 0 | 110001 | 101110 | 1000101 | 100001 | 101001 |
Color Harmonies of #808A46
Complementary color
Monochromatic Colors of #808A46
Black with #808A46
Text Example
Text Example
White with #808A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808A46; }
p { color: rgb(128,138,70); }
H1.HeaderClassName
{
color: #808A46;
}
.AnyTagClassName
{
color: #808A46;
}
</style>
background-color css
<style>
a { background-color: #808A46; }
a { background-color: rgb(128,138,70); }
div.DivClassName
{
background-color: #808A46;
}
.BgClassName
{
background-color: #808A46;
}
</style>
border-color css
<style>
span { border-color: #808A46; }
span { border-color: rgb(128,138,70); }
td.TdClassName
{
border-color: #808A46;
}
.TagClassName
{
border-color: #808A46;
}
</style>