Shades of Wasabi #868D51
Tints of Wasabi #868D51
RGB
CMYK
RGB Variations
Color information
#868D51 (or 0x868D51) is known color: Wasabi. HEX triplet: 86, 8D and 51. RGB value is (134,141,81). Sum of RGB (Red+Green+Blue) = 134+141+81=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 141 (55.47% from 255 or 39.61% from 356); Blue value is 81 (32.03% from 255 or 22.75% from 356); Max value from RGB is 141 - color contains mainly: green. Hex color #868D51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868D51 is #7972AE. Grayscale: #848484. Windows color (decimal): -7959215 or 5344646. OLE color: 5344646.
HSL color Cylindrical-coordinate representation of color #868D51: hue angle of 67º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #868D51 is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 141 | 81 | - |
| CMYK | 0.05 | 0 | 0.43 | 0.45 |
| HSL | 67º | 0.27% | 0.44% | - |
| HSV(B) | 67º | 0.43% | 0.55% | - |
| XYZ | 20.84 | 24.71 | 11.46 | - |
| YUV | 132.07 | 99.18 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 141 | 81 | 0.05 | 0 | 0.43 | 0.45 | 67 | 0.27 | 0.44 |
| Hex | 86 | 8D | 51 | 5 | 0 | 2B | 2D | 43 | 1B | 2C |
| Octal | 206 | 215 | 121 | 5 | 0 | 53 | 55 | 103 | 33 | 54 |
| Binary | 10000110 | 10001101 | 1010001 | 101 | 0 | 101011 | 101101 | 1000011 | 11011 | 101100 |
Color Harmonies of #868D51
Complementary color
Monochromatic Colors of #868D51
Black with #868D51
Text Example
Text Example
White with #868D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868D51; }
p { color: rgb(134,141,81); }
H1.HeaderClassName
{
color: #868D51;
}
.AnyTagClassName
{
color: #868D51;
}
</style>
background-color css
<style>
a { background-color: #868D51; }
a { background-color: rgb(134,141,81); }
div.DivClassName
{
background-color: #868D51;
}
.BgClassName
{
background-color: #868D51;
}
</style>
border-color css
<style>
span { border-color: #868D51; }
span { border-color: rgb(134,141,81); }
td.TdClassName
{
border-color: #868D51;
}
.TagClassName
{
border-color: #868D51;
}
</style>