Shades of Wasabi #868940
Tints of Wasabi #868940
RGB
CMYK
RGB Variations
Color information
#868940 (or 0x868940) is known color: Wasabi. HEX triplet: 86, 89 and 40. RGB value is (134,137,64). Sum of RGB (Red+Green+Blue) = 134+137+64=335 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40% from 335); Green value is 137 (53.91% from 255 or 40.90% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 137 - color contains mainly: green. Hex color #868940 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868940 is #7976BF. Grayscale: #808080. Windows color (decimal): -7960256 or 4229510. OLE color: 4229510.
HSL color Cylindrical-coordinate representation of color #868940: hue angle of 62.47º 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 #868940 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 134 | 137 | 64 | - |
| CMYK | 0.02 | 0 | 0.53 | 0.46 |
| HSL | 62.47º | 0.36% | 0.39% | - |
| HSV(B) | 62.47º | 0.53% | 0.54% | - |
| XYZ | 19.7 | 23.33 | 8.32 | - |
| YUV | 127.78 | 92.01 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 137 | 64 | 0.02 | 0 | 0.53 | 0.46 | 62.47 | 0.36 | 0.39 |
| Hex | 86 | 89 | 40 | 2 | 0 | 35 | 2E | 3E | 24 | 27 |
| Octal | 206 | 211 | 100 | 2 | 0 | 65 | 56 | 76 | 44 | 47 |
| Binary | 10000110 | 10001001 | 1000000 | 10 | 0 | 110101 | 101110 | 111110 | 100100 | 100111 |
Color Harmonies of #868940
Complementary color
Monochromatic Colors of #868940
Black with #868940
Text Example
Text Example
White with #868940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868940; }
p { color: rgb(134,137,64); }
H1.HeaderClassName
{
color: #868940;
}
.AnyTagClassName
{
color: #868940;
}
</style>
background-color css
<style>
a { background-color: #868940; }
a { background-color: rgb(134,137,64); }
div.DivClassName
{
background-color: #868940;
}
.BgClassName
{
background-color: #868940;
}
</style>
border-color css
<style>
span { border-color: #868940; }
span { border-color: rgb(134,137,64); }
td.TdClassName
{
border-color: #868940;
}
.TagClassName
{
border-color: #868940;
}
</style>