Shades of Wasabi #86914D
Tints of Wasabi #86914D
RGB
CMYK
RGB Variations
Color information
#86914D (or 0x86914D) is known color: Wasabi. HEX triplet: 86, 91 and 4D. RGB value is (134,145,77). Sum of RGB (Red+Green+Blue) = 134+145+77=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 145 - color contains mainly: green. Hex color #86914D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86914D is #796EB2. Grayscale: #868686. Windows color (decimal): -7958195 or 5083526. OLE color: 5083526.
HSL color Cylindrical-coordinate representation of color #86914D: hue angle of 69.71º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86914D is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 134 | 145 | 77 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.43 |
| HSL | 69.71º | 0.31% | 0.44% | - |
| HSV(B) | 69.71º | 0.47% | 0.57% | - |
| XYZ | 21.3 | 25.85 | 10.89 | - |
| YUV | 133.96 | 95.86 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 145 | 77 | 0.08 | 0 | 0.47 | 0.43 | 69.71 | 0.31 | 0.44 |
| Hex | 86 | 91 | 4D | 8 | 0 | 2F | 2B | 46 | 1F | 2C |
| Octal | 206 | 221 | 115 | 10 | 0 | 57 | 53 | 106 | 37 | 54 |
| Binary | 10000110 | 10010001 | 1001101 | 1000 | 0 | 101111 | 101011 | 1000110 | 11111 | 101100 |
Color Harmonies of #86914D
Complementary color
Monochromatic Colors of #86914D
Black with #86914D
Text Example
Text Example
White with #86914D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86914D; }
p { color: rgb(134,145,77); }
H1.HeaderClassName
{
color: #86914D;
}
.AnyTagClassName
{
color: #86914D;
}
</style>
background-color css
<style>
a { background-color: #86914D; }
a { background-color: rgb(134,145,77); }
div.DivClassName
{
background-color: #86914D;
}
.BgClassName
{
background-color: #86914D;
}
</style>
border-color css
<style>
span { border-color: #86914D; }
span { border-color: rgb(134,145,77); }
td.TdClassName
{
border-color: #86914D;
}
.TagClassName
{
border-color: #86914D;
}
</style>