Shades of Wasabi #868B4E
Tints of Wasabi #868B4E
RGB
CMYK
RGB Variations
Color information
#868B4E (or 0x868B4E) is known color: Wasabi. HEX triplet: 86, 8B and 4E. RGB value is (134,139,78). Sum of RGB (Red+Green+Blue) = 134+139+78=351 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.18% from 351); Green value is 139 (54.69% from 255 or 39.60% from 351); Blue value is 78 (30.86% from 255 or 22.22% from 351); Max value from RGB is 139 - color contains mainly: green. Hex color #868B4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868B4E is #7974B1. Grayscale: #828282. Windows color (decimal): -7959730 or 5147526. OLE color: 5147526.
HSL color Cylindrical-coordinate representation of color #868B4E: hue angle of 64.92º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #868B4E is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 139 | 78 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.45 |
| HSL | 64.92º | 0.28% | 0.43% | - |
| HSV(B) | 64.92º | 0.44% | 0.55% | - |
| XYZ | 20.44 | 24.08 | 10.78 | - |
| YUV | 130.55 | 98.34 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 139 | 78 | 0.04 | 0 | 0.44 | 0.45 | 64.92 | 0.28 | 0.43 |
| Hex | 86 | 8B | 4E | 4 | 0 | 2C | 2D | 41 | 1C | 2B |
| Octal | 206 | 213 | 116 | 4 | 0 | 54 | 55 | 101 | 34 | 53 |
| Binary | 10000110 | 10001011 | 1001110 | 100 | 0 | 101100 | 101101 | 1000001 | 11100 | 101011 |
Color Harmonies of #868B4E
Complementary color
Monochromatic Colors of #868B4E
Black with #868B4E
Text Example
Text Example
White with #868B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868B4E; }
p { color: rgb(134,139,78); }
H1.HeaderClassName
{
color: #868B4E;
}
.AnyTagClassName
{
color: #868B4E;
}
</style>
background-color css
<style>
a { background-color: #868B4E; }
a { background-color: rgb(134,139,78); }
div.DivClassName
{
background-color: #868B4E;
}
.BgClassName
{
background-color: #868B4E;
}
</style>
border-color css
<style>
span { border-color: #868B4E; }
span { border-color: rgb(134,139,78); }
td.TdClassName
{
border-color: #868B4E;
}
.TagClassName
{
border-color: #868B4E;
}
</style>