Shades of Wasabi #858F47
Tints of Wasabi #858F47
RGB
CMYK
RGB Variations
Color information
#858F47 (or 0x858F47) is known color: Wasabi. HEX triplet: 85, 8F and 47. RGB value is (133,143,71). Sum of RGB (Red+Green+Blue) = 133+143+71=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 143 (56.25% from 255 or 41.21% from 347); Blue value is 71 (28.12% from 255 or 20.46% from 347); Max value from RGB is 143 - color contains mainly: green. Hex color #858F47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858F47 is #7A70B8. Grayscale: #848484. Windows color (decimal): -8024249 or 4689797. OLE color: 4689797.
HSL color Cylindrical-coordinate representation of color #858F47: hue angle of 68.33º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #858F47 is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 143 | 71 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.44 |
| HSL | 68.33º | 0.34% | 0.42% | - |
| HSV(B) | 68.33º | 0.5% | 0.56% | - |
| XYZ | 20.63 | 25.09 | 9.72 | - |
| YUV | 131.8 | 93.69 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 143 | 71 | 0.07 | 0 | 0.50 | 0.44 | 68.33 | 0.34 | 0.42 |
| Hex | 85 | 8F | 47 | 7 | 0 | 32 | 2C | 44 | 22 | 2A |
| Octal | 205 | 217 | 107 | 7 | 0 | 62 | 54 | 104 | 42 | 52 |
| Binary | 10000101 | 10001111 | 1000111 | 111 | 0 | 110010 | 101100 | 1000100 | 100010 | 101010 |
Color Harmonies of #858F47
Complementary color
Monochromatic Colors of #858F47
Black with #858F47
Text Example
Text Example
White with #858F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858F47; }
p { color: rgb(133,143,71); }
H1.HeaderClassName
{
color: #858F47;
}
.AnyTagClassName
{
color: #858F47;
}
</style>
background-color css
<style>
a { background-color: #858F47; }
a { background-color: rgb(133,143,71); }
div.DivClassName
{
background-color: #858F47;
}
.BgClassName
{
background-color: #858F47;
}
</style>
border-color css
<style>
span { border-color: #858F47; }
span { border-color: rgb(133,143,71); }
td.TdClassName
{
border-color: #858F47;
}
.TagClassName
{
border-color: #858F47;
}
</style>