Shades of Wasabi #808A40
Tints of Wasabi #808A40
RGB
CMYK
RGB Variations
Color information
#808A40 (or 0x808A40) is known color: Wasabi. HEX triplet: 80, 8A and 40. RGB value is (128,138,64). Sum of RGB (Red+Green+Blue) = 128+138+64=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 138 (54.30% from 255 or 41.82% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 138 - color contains mainly: green. Hex color #808A40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808A40 is #7F75BF. Grayscale: #7E7E7E. Windows color (decimal): -8353216 or 4229760. OLE color: 4229760.
HSL color Cylindrical-coordinate representation of color #808A40: hue angle of 68.11º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #808A40 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 138 | 64 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.46 |
| HSL | 68.11º | 0.37% | 0.4% | - |
| HSV(B) | 68.11º | 0.54% | 0.54% | - |
| XYZ | 18.92 | 23.14 | 8.32 | - |
| YUV | 126.57 | 92.69 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 138 | 64 | 0.07 | 0 | 0.54 | 0.46 | 68.11 | 0.37 | 0.4 |
| Hex | 80 | 8A | 40 | 7 | 0 | 36 | 2E | 44 | 25 | 28 |
| Octal | 200 | 212 | 100 | 7 | 0 | 66 | 56 | 104 | 45 | 50 |
| Binary | 10000000 | 10001010 | 1000000 | 111 | 0 | 110110 | 101110 | 1000100 | 100101 | 101000 |
Color Harmonies of #808A40
Complementary color
Monochromatic Colors of #808A40
Black with #808A40
Text Example
Text Example
White with #808A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808A40; }
p { color: rgb(128,138,64); }
H1.HeaderClassName
{
color: #808A40;
}
.AnyTagClassName
{
color: #808A40;
}
</style>
background-color css
<style>
a { background-color: #808A40; }
a { background-color: rgb(128,138,64); }
div.DivClassName
{
background-color: #808A40;
}
.BgClassName
{
background-color: #808A40;
}
</style>
border-color css
<style>
span { border-color: #808A40; }
span { border-color: rgb(128,138,64); }
td.TdClassName
{
border-color: #808A40;
}
.TagClassName
{
border-color: #808A40;
}
</style>