Shades of Wasabi #808740
Tints of Wasabi #808740
RGB
CMYK
RGB Variations
Color information
#808740 (or 0x808740) is known color: Wasabi. HEX triplet: 80, 87 and 40. RGB value is (128,135,64). Sum of RGB (Red+Green+Blue) = 128+135+64=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 135 (53.12% from 255 or 41.28% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 135 - color contains mainly: green. Hex color #808740 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808740 is #7F78BF. Grayscale: #7D7D7D. Windows color (decimal): -8353984 or 4228992. OLE color: 4228992.
HSL color Cylindrical-coordinate representation of color #808740: hue angle of 65.92º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #808740 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 135 | 64 | - |
| CMYK | 0.05 | 0 | 0.53 | 0.47 |
| HSL | 65.92º | 0.36% | 0.39% | - |
| HSV(B) | 65.92º | 0.53% | 0.53% | - |
| XYZ | 18.49 | 22.29 | 8.18 | - |
| YUV | 124.81 | 93.68 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 135 | 64 | 0.05 | 0 | 0.53 | 0.47 | 65.92 | 0.36 | 0.39 |
| Hex | 80 | 87 | 40 | 5 | 0 | 35 | 2F | 42 | 24 | 27 |
| Octal | 200 | 207 | 100 | 5 | 0 | 65 | 57 | 102 | 44 | 47 |
| Binary | 10000000 | 10000111 | 1000000 | 101 | 0 | 110101 | 101111 | 1000010 | 100100 | 100111 |
Color Harmonies of #808740
Complementary color
Monochromatic Colors of #808740
Black with #808740
Text Example
Text Example
White with #808740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808740; }
p { color: rgb(128,135,64); }
H1.HeaderClassName
{
color: #808740;
}
.AnyTagClassName
{
color: #808740;
}
</style>
background-color css
<style>
a { background-color: #808740; }
a { background-color: rgb(128,135,64); }
div.DivClassName
{
background-color: #808740;
}
.BgClassName
{
background-color: #808740;
}
</style>
border-color css
<style>
span { border-color: #808740; }
span { border-color: rgb(128,135,64); }
td.TdClassName
{
border-color: #808740;
}
.TagClassName
{
border-color: #808740;
}
</style>