Shades of Wasabi #858B3D
Tints of Wasabi #858B3D
RGB
CMYK
RGB Variations
Color information
#858B3D (or 0x858B3D) is known color: Wasabi. HEX triplet: 85, 8B and 3D. RGB value is (133,139,61). Sum of RGB (Red+Green+Blue) = 133+139+61=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 139 (54.69% from 255 or 41.74% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 139 - color contains mainly: green. Hex color #858B3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858B3D is #7A74C2. Grayscale: #808080. Windows color (decimal): -8025283 or 4033413. OLE color: 4033413.
HSL color Cylindrical-coordinate representation of color #858B3D: hue angle of 64.62º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #858B3D is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 139 | 61 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.45 |
| HSL | 64.62º | 0.39% | 0.39% | - |
| HSV(B) | 64.62º | 0.56% | 0.55% | - |
| XYZ | 19.75 | 23.79 | 7.97 | - |
| YUV | 128.31 | 90.01 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 61 | 0.04 | 0 | 0.56 | 0.45 | 64.62 | 0.39 | 0.39 |
| Hex | 85 | 8B | 3D | 4 | 0 | 38 | 2D | 41 | 27 | 27 |
| Octal | 205 | 213 | 75 | 4 | 0 | 70 | 55 | 101 | 47 | 47 |
| Binary | 10000101 | 10001011 | 111101 | 100 | 0 | 111000 | 101101 | 1000001 | 100111 | 100111 |
Color Harmonies of #858B3D
Complementary color
Monochromatic Colors of #858B3D
Black with #858B3D
Text Example
Text Example
White with #858B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858B3D; }
p { color: rgb(133,139,61); }
H1.HeaderClassName
{
color: #858B3D;
}
.AnyTagClassName
{
color: #858B3D;
}
</style>
background-color css
<style>
a { background-color: #858B3D; }
a { background-color: rgb(133,139,61); }
div.DivClassName
{
background-color: #858B3D;
}
.BgClassName
{
background-color: #858B3D;
}
</style>
border-color css
<style>
span { border-color: #858B3D; }
span { border-color: rgb(133,139,61); }
td.TdClassName
{
border-color: #858B3D;
}
.TagClassName
{
border-color: #858B3D;
}
</style>