Shades of Wasabi #859E47
Tints of Wasabi #859E47
RGB
CMYK
RGB Variations
Color information
#859E47 (or 0x859E47) is known color: Wasabi. HEX triplet: 85, 9E and 47. RGB value is (133,158,71). Sum of RGB (Red+Green+Blue) = 133+158+71=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 158 (62.11% from 255 or 43.65% from 362); Blue value is 71 (28.12% from 255 or 19.61% from 362); Max value from RGB is 158 - color contains mainly: green. Hex color #859E47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859E47 is #7A61B8. Grayscale: #8C8C8C. Windows color (decimal): -8020409 or 4693637. OLE color: 4693637.
HSL color Cylindrical-coordinate representation of color #859E47: hue angle of 77.24º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #859E47 is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 158 | 71 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.38 |
| HSL | 77.24º | 0.38% | 0.45% | - |
| HSV(B) | 77.24º | 0.55% | 0.62% | - |
| XYZ | 23.04 | 29.9 | 10.52 | - |
| YUV | 140.61 | 88.72 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 158 | 71 | 0.16 | 0 | 0.55 | 0.38 | 77.24 | 0.38 | 0.45 |
| Hex | 85 | 9E | 47 | 10 | 0 | 37 | 26 | 4D | 26 | 2D |
| Octal | 205 | 236 | 107 | 20 | 0 | 67 | 46 | 115 | 46 | 55 |
| Binary | 10000101 | 10011110 | 1000111 | 10000 | 0 | 110111 | 100110 | 1001101 | 100110 | 101101 |
Color Harmonies of #859E47
Complementary color
Monochromatic Colors of #859E47
Black with #859E47
Text Example
Text Example
White with #859E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859E47; }
p { color: rgb(133,158,71); }
H1.HeaderClassName
{
color: #859E47;
}
.AnyTagClassName
{
color: #859E47;
}
</style>
background-color css
<style>
a { background-color: #859E47; }
a { background-color: rgb(133,158,71); }
div.DivClassName
{
background-color: #859E47;
}
.BgClassName
{
background-color: #859E47;
}
</style>
border-color css
<style>
span { border-color: #859E47; }
span { border-color: rgb(133,158,71); }
td.TdClassName
{
border-color: #859E47;
}
.TagClassName
{
border-color: #859E47;
}
</style>