Shades of Wasabi #859343
Tints of Wasabi #859343
RGB
CMYK
RGB Variations
Color information
#859343 (or 0x859343) is known color: Wasabi. HEX triplet: 85, 93 and 43. RGB value is (133,147,67). Sum of RGB (Red+Green+Blue) = 133+147+67=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 67 (26.56% from 255 or 19.31% from 347); Max value from RGB is 147 - color contains mainly: green. Hex color #859343 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859343 is #7A6CBC. Grayscale: #868686. Windows color (decimal): -8023229 or 4428677. OLE color: 4428677.
HSL color Cylindrical-coordinate representation of color #859343: hue angle of 70.5º 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 #859343 is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 147 | 67 | - |
| CMYK | 0.10 | 0 | 0.54 | 0.42 |
| HSL | 70.5º | 0.37% | 0.42% | - |
| HSV(B) | 70.5º | 0.54% | 0.58% | - |
| XYZ | 21.12 | 26.26 | 9.27 | - |
| YUV | 133.69 | 90.36 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 147 | 67 | 0.10 | 0 | 0.54 | 0.42 | 70.5 | 0.37 | 0.42 |
| Hex | 85 | 93 | 43 | A | 0 | 36 | 2A | 46 | 25 | 2A |
| Octal | 205 | 223 | 103 | 12 | 0 | 66 | 52 | 106 | 45 | 52 |
| Binary | 10000101 | 10010011 | 1000011 | 1010 | 0 | 110110 | 101010 | 1000110 | 100101 | 101010 |
Color Harmonies of #859343
Complementary color
Monochromatic Colors of #859343
Black with #859343
Text Example
Text Example
White with #859343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859343; }
p { color: rgb(133,147,67); }
H1.HeaderClassName
{
color: #859343;
}
.AnyTagClassName
{
color: #859343;
}
</style>
background-color css
<style>
a { background-color: #859343; }
a { background-color: rgb(133,147,67); }
div.DivClassName
{
background-color: #859343;
}
.BgClassName
{
background-color: #859343;
}
</style>
border-color css
<style>
span { border-color: #859343; }
span { border-color: rgb(133,147,67); }
td.TdClassName
{
border-color: #859343;
}
.TagClassName
{
border-color: #859343;
}
</style>