Shades of Wasabi #858F3D
Tints of Wasabi #858F3D
RGB
CMYK
RGB Variations
Color information
#858F3D (or 0x858F3D) is known color: Wasabi. HEX triplet: 85, 8F and 3D. RGB value is (133,143,61). Sum of RGB (Red+Green+Blue) = 133+143+61=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 143 (56.25% from 255 or 42.43% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 143 - color contains mainly: green. Hex color #858F3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858F3D is #7A70C2. Grayscale: #828282. Windows color (decimal): -8024259 or 4034437. OLE color: 4034437.
HSL color Cylindrical-coordinate representation of color #858F3D: hue angle of 67.32º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #858F3D is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 143 | 61 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.44 |
| HSL | 67.32º | 0.4% | 0.4% | - |
| HSV(B) | 67.32º | 0.57% | 0.56% | - |
| XYZ | 20.34 | 24.97 | 8.16 | - |
| YUV | 130.66 | 88.69 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 143 | 61 | 0.07 | 0 | 0.57 | 0.44 | 67.32 | 0.4 | 0.4 |
| Hex | 85 | 8F | 3D | 7 | 0 | 39 | 2C | 43 | 28 | 28 |
| Octal | 205 | 217 | 75 | 7 | 0 | 71 | 54 | 103 | 50 | 50 |
| Binary | 10000101 | 10001111 | 111101 | 111 | 0 | 111001 | 101100 | 1000011 | 101000 | 101000 |
Color Harmonies of #858F3D
Complementary color
Monochromatic Colors of #858F3D
Black with #858F3D
Text Example
Text Example
White with #858F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858F3D; }
p { color: rgb(133,143,61); }
H1.HeaderClassName
{
color: #858F3D;
}
.AnyTagClassName
{
color: #858F3D;
}
</style>
background-color css
<style>
a { background-color: #858F3D; }
a { background-color: rgb(133,143,61); }
div.DivClassName
{
background-color: #858F3D;
}
.BgClassName
{
background-color: #858F3D;
}
</style>
border-color css
<style>
span { border-color: #858F3D; }
span { border-color: rgb(133,143,61); }
td.TdClassName
{
border-color: #858F3D;
}
.TagClassName
{
border-color: #858F3D;
}
</style>