Shades of Wasabi #808940
Tints of Wasabi #808940
RGB
CMYK
RGB Variations
Color information
#808940 (or 0x808940) is known color: Wasabi. HEX triplet: 80, 89 and 40. RGB value is (128,137,64). Sum of RGB (Red+Green+Blue) = 128+137+64=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 137 - color contains mainly: green. Hex color #808940 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808940 is #7F76BF. Grayscale: #7E7E7E. Windows color (decimal): -8353472 or 4229504. OLE color: 4229504.
HSL color Cylindrical-coordinate representation of color #808940: hue angle of 67.4º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #808940 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 137 | 64 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.46 |
| HSL | 67.4º | 0.36% | 0.39% | - |
| HSV(B) | 67.4º | 0.53% | 0.54% | - |
| XYZ | 18.77 | 22.85 | 8.27 | - |
| YUV | 125.99 | 93.02 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 137 | 64 | 0.07 | 0 | 0.53 | 0.46 | 67.4 | 0.36 | 0.39 |
| Hex | 80 | 89 | 40 | 7 | 0 | 35 | 2E | 43 | 24 | 27 |
| Octal | 200 | 211 | 100 | 7 | 0 | 65 | 56 | 103 | 44 | 47 |
| Binary | 10000000 | 10001001 | 1000000 | 111 | 0 | 110101 | 101110 | 1000011 | 100100 | 100111 |
Color Harmonies of #808940
Complementary color
Monochromatic Colors of #808940
Black with #808940
Text Example
Text Example
White with #808940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808940; }
p { color: rgb(128,137,64); }
H1.HeaderClassName
{
color: #808940;
}
.AnyTagClassName
{
color: #808940;
}
</style>
background-color css
<style>
a { background-color: #808940; }
a { background-color: rgb(128,137,64); }
div.DivClassName
{
background-color: #808940;
}
.BgClassName
{
background-color: #808940;
}
</style>
border-color css
<style>
span { border-color: #808940; }
span { border-color: rgb(128,137,64); }
td.TdClassName
{
border-color: #808940;
}
.TagClassName
{
border-color: #808940;
}
</style>