Shades of Wasabi #858C40
Tints of Wasabi #858C40
RGB
CMYK
RGB Variations
Color information
#858C40 (or 0x858C40) is known color: Wasabi. HEX triplet: 85, 8C and 40. RGB value is (133,140,64). Sum of RGB (Red+Green+Blue) = 133+140+64=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 140 (55.08% from 255 or 41.54% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 140 - color contains mainly: green. Hex color #858C40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858C40 is #7A73BF. Grayscale: #818181. Windows color (decimal): -8025024 or 4230277. OLE color: 4230277.
HSL color Cylindrical-coordinate representation of color #858C40: hue angle of 65.53º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #858C40 is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 140 | 64 | - |
| CMYK | 0.05 | 0 | 0.54 | 0.45 |
| HSL | 65.53º | 0.37% | 0.4% | - |
| HSV(B) | 65.53º | 0.54% | 0.55% | - |
| XYZ | 19.98 | 24.11 | 8.45 | - |
| YUV | 129.24 | 91.18 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 140 | 64 | 0.05 | 0 | 0.54 | 0.45 | 65.53 | 0.37 | 0.4 |
| Hex | 85 | 8C | 40 | 5 | 0 | 36 | 2D | 42 | 25 | 28 |
| Octal | 205 | 214 | 100 | 5 | 0 | 66 | 55 | 102 | 45 | 50 |
| Binary | 10000101 | 10001100 | 1000000 | 101 | 0 | 110110 | 101101 | 1000010 | 100101 | 101000 |
Color Harmonies of #858C40
Complementary color
Monochromatic Colors of #858C40
Black with #858C40
Text Example
Text Example
White with #858C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858C40; }
p { color: rgb(133,140,64); }
H1.HeaderClassName
{
color: #858C40;
}
.AnyTagClassName
{
color: #858C40;
}
</style>
background-color css
<style>
a { background-color: #858C40; }
a { background-color: rgb(133,140,64); }
div.DivClassName
{
background-color: #858C40;
}
.BgClassName
{
background-color: #858C40;
}
</style>
border-color css
<style>
span { border-color: #858C40; }
span { border-color: rgb(133,140,64); }
td.TdClassName
{
border-color: #858C40;
}
.TagClassName
{
border-color: #858C40;
}
</style>