Shades of Wasabi #859643
Tints of Wasabi #859643
RGB
CMYK
RGB Variations
Color information
#859643 (or 0x859643) is known color: Wasabi. HEX triplet: 85, 96 and 43. RGB value is (133,150,67). Sum of RGB (Red+Green+Blue) = 133+150+67=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 150 (58.98% from 255 or 42.86% from 350); Blue value is 67 (26.56% from 255 or 19.14% from 350); Max value from RGB is 150 - color contains mainly: green. Hex color #859643 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859643 is #7A69BC. Grayscale: #878787. Windows color (decimal): -8022461 or 4429445. OLE color: 4429445.
HSL color Cylindrical-coordinate representation of color #859643: hue angle of 72.29º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #859643 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 133 | 150 | 67 | - |
| CMYK | 0.11 | 0 | 0.55 | 0.41 |
| HSL | 72.29º | 0.38% | 0.43% | - |
| HSV(B) | 72.29º | 0.55% | 0.59% | - |
| XYZ | 21.59 | 27.2 | 9.42 | - |
| YUV | 135.46 | 89.37 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 150 | 67 | 0.11 | 0 | 0.55 | 0.41 | 72.29 | 0.38 | 0.43 |
| Hex | 85 | 96 | 43 | B | 0 | 37 | 29 | 48 | 26 | 2B |
| Octal | 205 | 226 | 103 | 13 | 0 | 67 | 51 | 110 | 46 | 53 |
| Binary | 10000101 | 10010110 | 1000011 | 1011 | 0 | 110111 | 101001 | 1001000 | 100110 | 101011 |
Color Harmonies of #859643
Complementary color
Monochromatic Colors of #859643
Black with #859643
Text Example
Text Example
White with #859643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859643; }
p { color: rgb(133,150,67); }
H1.HeaderClassName
{
color: #859643;
}
.AnyTagClassName
{
color: #859643;
}
</style>
background-color css
<style>
a { background-color: #859643; }
a { background-color: rgb(133,150,67); }
div.DivClassName
{
background-color: #859643;
}
.BgClassName
{
background-color: #859643;
}
</style>
border-color css
<style>
span { border-color: #859643; }
span { border-color: rgb(133,150,67); }
td.TdClassName
{
border-color: #859643;
}
.TagClassName
{
border-color: #859643;
}
</style>