Shades of Wasabi #86964A
Tints of Wasabi #86964A
RGB
CMYK
RGB Variations
Color information
#86964A (or 0x86964A) is known color: Wasabi. HEX triplet: 86, 96 and 4A. RGB value is (134,150,74). Sum of RGB (Red+Green+Blue) = 134+150+74=358 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.43% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 150 - color contains mainly: green. Hex color #86964A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86964A is #7969B5. Grayscale: #888888. Windows color (decimal): -7956918 or 4888198. OLE color: 4888198.
HSL color Cylindrical-coordinate representation of color #86964A: hue angle of 72.63º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #86964A is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 134 | 150 | 74 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.41 |
| HSL | 72.63º | 0.34% | 0.44% | - |
| HSV(B) | 72.63º | 0.51% | 0.59% | - |
| XYZ | 21.97 | 27.38 | 10.6 | - |
| YUV | 136.55 | 92.7 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 150 | 74 | 0.11 | 0 | 0.51 | 0.41 | 72.63 | 0.34 | 0.44 |
| Hex | 86 | 96 | 4A | B | 0 | 33 | 29 | 49 | 22 | 2C |
| Octal | 206 | 226 | 112 | 13 | 0 | 63 | 51 | 111 | 42 | 54 |
| Binary | 10000110 | 10010110 | 1001010 | 1011 | 0 | 110011 | 101001 | 1001001 | 100010 | 101100 |
Color Harmonies of #86964A
Complementary color
Monochromatic Colors of #86964A
Black with #86964A
Text Example
Text Example
White with #86964A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86964A; }
p { color: rgb(134,150,74); }
H1.HeaderClassName
{
color: #86964A;
}
.AnyTagClassName
{
color: #86964A;
}
</style>
background-color css
<style>
a { background-color: #86964A; }
a { background-color: rgb(134,150,74); }
div.DivClassName
{
background-color: #86964A;
}
.BgClassName
{
background-color: #86964A;
}
</style>
border-color css
<style>
span { border-color: #86964A; }
span { border-color: rgb(134,150,74); }
td.TdClassName
{
border-color: #86964A;
}
.TagClassName
{
border-color: #86964A;
}
</style>