Shades of Wasabi #879343
Tints of Wasabi #879343
RGB
CMYK
RGB Variations
Color information
#879343 (or 0x879343) is known color: Wasabi. HEX triplet: 87, 93 and 43. RGB value is (135,147,67). Sum of RGB (Red+Green+Blue) = 135+147+67=349 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.68% from 349); Green value is 147 (57.81% from 255 or 42.12% from 349); Blue value is 67 (26.56% from 255 or 19.20% from 349); Max value from RGB is 147 - color contains mainly: green. Hex color #879343 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #879343 is #786CBC. Grayscale: #868686. Windows color (decimal): -7892157 or 4428679. OLE color: 4428679.
HSL color Cylindrical-coordinate representation of color #879343: hue angle of 69º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #879343 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 147 | 67 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.42 |
| HSL | 69º | 0.37% | 0.42% | - |
| HSV(B) | 69º | 0.54% | 0.58% | - |
| XYZ | 21.44 | 26.42 | 9.28 | - |
| YUV | 134.29 | 90.02 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 147 | 67 | 0.08 | 0 | 0.54 | 0.42 | 69 | 0.37 | 0.42 |
| Hex | 87 | 93 | 43 | 8 | 0 | 36 | 2A | 45 | 25 | 2A |
| Octal | 207 | 223 | 103 | 10 | 0 | 66 | 52 | 105 | 45 | 52 |
| Binary | 10000111 | 10010011 | 1000011 | 1000 | 0 | 110110 | 101010 | 1000101 | 100101 | 101010 |
Color Harmonies of #879343
Complementary color
Monochromatic Colors of #879343
Black with #879343
Text Example
Text Example
White with #879343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879343; }
p { color: rgb(135,147,67); }
H1.HeaderClassName
{
color: #879343;
}
.AnyTagClassName
{
color: #879343;
}
</style>
background-color css
<style>
a { background-color: #879343; }
a { background-color: rgb(135,147,67); }
div.DivClassName
{
background-color: #879343;
}
.BgClassName
{
background-color: #879343;
}
</style>
border-color css
<style>
span { border-color: #879343; }
span { border-color: rgb(135,147,67); }
td.TdClassName
{
border-color: #879343;
}
.TagClassName
{
border-color: #879343;
}
</style>