Shades of Wasabi #879346
Tints of Wasabi #879346
RGB
CMYK
RGB Variations
Color information
#879346 (or 0x879346) is known color: Wasabi. HEX triplet: 87, 93 and 46. RGB value is (135,147,70). Sum of RGB (Red+Green+Blue) = 135+147+70=352 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.35% from 352); Green value is 147 (57.81% from 255 or 41.76% from 352); Blue value is 70 (27.73% from 255 or 19.89% from 352); Max value from RGB is 147 - color contains mainly: green. Hex color #879346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #879346 is #786CB9. Grayscale: #868686. Windows color (decimal): -7892154 or 4625287. OLE color: 4625287.
HSL color Cylindrical-coordinate representation of color #879346: hue angle of 69.35º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #879346 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 147 | 70 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.42 |
| HSL | 69.35º | 0.35% | 0.43% | - |
| HSV(B) | 69.35º | 0.52% | 0.58% | - |
| XYZ | 21.53 | 26.46 | 9.77 | - |
| YUV | 134.63 | 91.52 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 147 | 70 | 0.08 | 0 | 0.52 | 0.42 | 69.35 | 0.35 | 0.43 |
| Hex | 87 | 93 | 46 | 8 | 0 | 34 | 2A | 45 | 23 | 2B |
| Octal | 207 | 223 | 106 | 10 | 0 | 64 | 52 | 105 | 43 | 53 |
| Binary | 10000111 | 10010011 | 1000110 | 1000 | 0 | 110100 | 101010 | 1000101 | 100011 | 101011 |
Color Harmonies of #879346
Complementary color
Monochromatic Colors of #879346
Black with #879346
Text Example
Text Example
White with #879346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879346; }
p { color: rgb(135,147,70); }
H1.HeaderClassName
{
color: #879346;
}
.AnyTagClassName
{
color: #879346;
}
</style>
background-color css
<style>
a { background-color: #879346; }
a { background-color: rgb(135,147,70); }
div.DivClassName
{
background-color: #879346;
}
.BgClassName
{
background-color: #879346;
}
</style>
border-color css
<style>
span { border-color: #879346; }
span { border-color: rgb(135,147,70); }
td.TdClassName
{
border-color: #879346;
}
.TagClassName
{
border-color: #879346;
}
</style>