Shades of Wasabi #868A47
Tints of Wasabi #868A47
RGB
CMYK
RGB Variations
Color information
#868A47 (or 0x868A47) is known color: Wasabi. HEX triplet: 86, 8A and 47. RGB value is (134,138,71). Sum of RGB (Red+Green+Blue) = 134+138+71=343 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.07% from 343); Green value is 138 (54.30% from 255 or 40.23% from 343); Blue value is 71 (28.12% from 255 or 20.70% from 343); Max value from RGB is 138 - color contains mainly: green. Hex color #868A47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868A47 is #7975B8. Grayscale: #818181. Windows color (decimal): -7959993 or 4688518. OLE color: 4688518.
HSL color Cylindrical-coordinate representation of color #868A47: hue angle of 63.58º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #868A47 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 134 | 138 | 71 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.46 |
| HSL | 63.58º | 0.32% | 0.41% | - |
| HSV(B) | 63.58º | 0.49% | 0.54% | - |
| XYZ | 20.06 | 23.7 | 9.48 | - |
| YUV | 129.17 | 95.17 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 138 | 71 | 0.03 | 0 | 0.49 | 0.46 | 63.58 | 0.32 | 0.41 |
| Hex | 86 | 8A | 47 | 3 | 0 | 31 | 2E | 40 | 20 | 29 |
| Octal | 206 | 212 | 107 | 3 | 0 | 61 | 56 | 100 | 40 | 51 |
| Binary | 10000110 | 10001010 | 1000111 | 11 | 0 | 110001 | 101110 | 1000000 | 100000 | 101001 |
Color Harmonies of #868A47
Complementary color
Monochromatic Colors of #868A47
Black with #868A47
Text Example
Text Example
White with #868A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868A47; }
p { color: rgb(134,138,71); }
H1.HeaderClassName
{
color: #868A47;
}
.AnyTagClassName
{
color: #868A47;
}
</style>
background-color css
<style>
a { background-color: #868A47; }
a { background-color: rgb(134,138,71); }
div.DivClassName
{
background-color: #868A47;
}
.BgClassName
{
background-color: #868A47;
}
</style>
border-color css
<style>
span { border-color: #868A47; }
span { border-color: rgb(134,138,71); }
td.TdClassName
{
border-color: #868A47;
}
.TagClassName
{
border-color: #868A47;
}
</style>