Shades of Wasabi #858E41
Tints of Wasabi #858E41
RGB
CMYK
RGB Variations
Color information
#858E41 (or 0x858E41) is known color: Wasabi. HEX triplet: 85, 8E and 41. RGB value is (133,142,65). Sum of RGB (Red+Green+Blue) = 133+142+65=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 142 (55.86% from 255 or 41.76% from 340); Blue value is 65 (25.78% from 255 or 19.12% from 340); Max value from RGB is 142 - color contains mainly: green. Hex color #858E41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858E41 is #7A71BE. Grayscale: #828282. Windows color (decimal): -8024511 or 4296325. OLE color: 4296325.
HSL color Cylindrical-coordinate representation of color #858E41: hue angle of 67.01º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #858E41 is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 142 | 65 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.44 |
| HSL | 67.01º | 0.37% | 0.41% | - |
| HSV(B) | 67.01º | 0.54% | 0.56% | - |
| XYZ | 20.3 | 24.71 | 8.7 | - |
| YUV | 130.53 | 91.02 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 142 | 65 | 0.06 | 0 | 0.54 | 0.44 | 67.01 | 0.37 | 0.41 |
| Hex | 85 | 8E | 41 | 6 | 0 | 36 | 2C | 43 | 25 | 29 |
| Octal | 205 | 216 | 101 | 6 | 0 | 66 | 54 | 103 | 45 | 51 |
| Binary | 10000101 | 10001110 | 1000001 | 110 | 0 | 110110 | 101100 | 1000011 | 100101 | 101001 |
Color Harmonies of #858E41
Complementary color
Monochromatic Colors of #858E41
Black with #858E41
Text Example
Text Example
White with #858E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858E41; }
p { color: rgb(133,142,65); }
H1.HeaderClassName
{
color: #858E41;
}
.AnyTagClassName
{
color: #858E41;
}
</style>
background-color css
<style>
a { background-color: #858E41; }
a { background-color: rgb(133,142,65); }
div.DivClassName
{
background-color: #858E41;
}
.BgClassName
{
background-color: #858E41;
}
</style>
border-color css
<style>
span { border-color: #858E41; }
span { border-color: rgb(133,142,65); }
td.TdClassName
{
border-color: #858E41;
}
.TagClassName
{
border-color: #858E41;
}
</style>