Shades of Wasabi #868943
Tints of Wasabi #868943
RGB
CMYK
RGB Variations
Color information
#868943 (or 0x868943) is known color: Wasabi. HEX triplet: 86, 89 and 43. RGB value is (134,137,67). Sum of RGB (Red+Green+Blue) = 134+137+67=338 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.64% from 338); Green value is 137 (53.91% from 255 or 40.53% from 338); Blue value is 67 (26.56% from 255 or 19.82% from 338); Max value from RGB is 137 - color contains mainly: green. Hex color #868943 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868943 is #7976BC. Grayscale: #808080. Windows color (decimal): -7960253 or 4426118. OLE color: 4426118.
HSL color Cylindrical-coordinate representation of color #868943: hue angle of 62.57º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #868943 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 134 | 137 | 67 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.46 |
| HSL | 62.57º | 0.34% | 0.4% | - |
| HSV(B) | 62.57º | 0.51% | 0.54% | - |
| XYZ | 19.79 | 23.36 | 8.78 | - |
| YUV | 128.12 | 93.51 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 137 | 67 | 0.02 | 0 | 0.51 | 0.46 | 62.57 | 0.34 | 0.4 |
| Hex | 86 | 89 | 43 | 2 | 0 | 33 | 2E | 3F | 22 | 28 |
| Octal | 206 | 211 | 103 | 2 | 0 | 63 | 56 | 77 | 42 | 50 |
| Binary | 10000110 | 10001001 | 1000011 | 10 | 0 | 110011 | 101110 | 111111 | 100010 | 101000 |
Color Harmonies of #868943
Complementary color
Monochromatic Colors of #868943
Black with #868943
Text Example
Text Example
White with #868943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868943; }
p { color: rgb(134,137,67); }
H1.HeaderClassName
{
color: #868943;
}
.AnyTagClassName
{
color: #868943;
}
</style>
background-color css
<style>
a { background-color: #868943; }
a { background-color: rgb(134,137,67); }
div.DivClassName
{
background-color: #868943;
}
.BgClassName
{
background-color: #868943;
}
</style>
border-color css
<style>
span { border-color: #868943; }
span { border-color: rgb(134,137,67); }
td.TdClassName
{
border-color: #868943;
}
.TagClassName
{
border-color: #868943;
}
</style>