Shades of Wasabi #86A045
Tints of Wasabi #86A045
RGB
CMYK
RGB Variations
Color information
#86A045 (or 0x86A045) is known color: Wasabi. HEX triplet: 86, A0 and 45. RGB value is (134,160,69). Sum of RGB (Red+Green+Blue) = 134+160+69=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 160 - color contains mainly: green. Hex color #86A045 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A045 is #795FBA. Grayscale: #8E8E8E. Windows color (decimal): -7954363 or 4563078. OLE color: 4563078.
HSL color Cylindrical-coordinate representation of color #86A045: hue angle of 77.14º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #86A045 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 160 | 69 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.37 |
| HSL | 77.14º | 0.4% | 0.45% | - |
| HSV(B) | 77.14º | 0.57% | 0.63% | - |
| XYZ | 23.48 | 30.64 | 10.31 | - |
| YUV | 141.85 | 86.89 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 160 | 69 | 0.16 | 0 | 0.57 | 0.37 | 77.14 | 0.4 | 0.45 |
| Hex | 86 | A0 | 45 | 10 | 0 | 39 | 25 | 4D | 28 | 2D |
| Octal | 206 | 240 | 105 | 20 | 0 | 71 | 45 | 115 | 50 | 55 |
| Binary | 10000110 | 10100000 | 1000101 | 10000 | 0 | 111001 | 100101 | 1001101 | 101000 | 101101 |
Color Harmonies of #86A045
Complementary color
Monochromatic Colors of #86A045
Black with #86A045
Text Example
Text Example
White with #86A045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A045; }
p { color: rgb(134,160,69); }
H1.HeaderClassName
{
color: #86A045;
}
.AnyTagClassName
{
color: #86A045;
}
</style>
background-color css
<style>
a { background-color: #86A045; }
a { background-color: rgb(134,160,69); }
div.DivClassName
{
background-color: #86A045;
}
.BgClassName
{
background-color: #86A045;
}
</style>
border-color css
<style>
span { border-color: #86A045; }
span { border-color: rgb(134,160,69); }
td.TdClassName
{
border-color: #86A045;
}
.TagClassName
{
border-color: #86A045;
}
</style>