Shades of Wasabi #859639
Tints of Wasabi #859639
RGB
CMYK
RGB Variations
Color information
#859639 (or 0x859639) is known color: Wasabi. HEX triplet: 85, 96 and 39. RGB value is (133,150,57). Sum of RGB (Red+Green+Blue) = 133+150+57=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 150 (58.98% from 255 or 44.12% from 340); Blue value is 57 (22.66% from 255 or 16.76% from 340); Max value from RGB is 150 - color contains mainly: green. Hex color #859639 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859639 is #7A69C6. Grayscale: #868686. Windows color (decimal): -8022471 or 3774085. OLE color: 3774085.
HSL color Cylindrical-coordinate representation of color #859639: hue angle of 70.97º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #859639 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 133 | 150 | 57 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.41 |
| HSL | 70.97º | 0.45% | 0.41% | - |
| HSV(B) | 70.97º | 0.62% | 0.59% | - |
| XYZ | 21.32 | 27.09 | 7.98 | - |
| YUV | 134.32 | 84.37 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 150 | 57 | 0.11 | 0 | 0.62 | 0.41 | 70.97 | 0.45 | 0.41 |
| Hex | 85 | 96 | 39 | B | 0 | 3E | 29 | 47 | 2D | 29 |
| Octal | 205 | 226 | 71 | 13 | 0 | 76 | 51 | 107 | 55 | 51 |
| Binary | 10000101 | 10010110 | 111001 | 1011 | 0 | 111110 | 101001 | 1000111 | 101101 | 101001 |
Color Harmonies of #859639
Complementary color
Monochromatic Colors of #859639
Black with #859639
Text Example
Text Example
White with #859639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859639; }
p { color: rgb(133,150,57); }
H1.HeaderClassName
{
color: #859639;
}
.AnyTagClassName
{
color: #859639;
}
</style>
background-color css
<style>
a { background-color: #859639; }
a { background-color: rgb(133,150,57); }
div.DivClassName
{
background-color: #859639;
}
.BgClassName
{
background-color: #859639;
}
</style>
border-color css
<style>
span { border-color: #859639; }
span { border-color: rgb(133,150,57); }
td.TdClassName
{
border-color: #859639;
}
.TagClassName
{
border-color: #859639;
}
</style>