Shades of Wasabi #858B4B
Tints of Wasabi #858B4B
RGB
CMYK
RGB Variations
Color information
#858B4B (or 0x858B4B) is known color: Wasabi. HEX triplet: 85, 8B and 4B. RGB value is (133,139,75). Sum of RGB (Red+Green+Blue) = 133+139+75=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 139 (54.69% from 255 or 40.06% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 139 - color contains mainly: green. Hex color #858B4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858B4B is #7A74B4. Grayscale: #828282. Windows color (decimal): -8025269 or 4950917. OLE color: 4950917.
HSL color Cylindrical-coordinate representation of color #858B4B: hue angle of 65.62º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #858B4B is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 139 | 75 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.45 |
| HSL | 65.63º | 0.3% | 0.42% | - |
| HSV(B) | 65.63º | 0.46% | 0.55% | - |
| XYZ | 20.18 | 23.96 | 10.22 | - |
| YUV | 129.91 | 97.01 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 75 | 0.04 | 0 | 0.46 | 0.45 | 65.63 | 0.3 | 0.42 |
| Hex | 85 | 8B | 4B | 4 | 0 | 2E | 2D | 42 | 1E | 2A |
| Octal | 205 | 213 | 113 | 4 | 0 | 56 | 55 | 102 | 36 | 52 |
| Binary | 10000101 | 10001011 | 1001011 | 100 | 0 | 101110 | 101101 | 1000010 | 11110 | 101010 |
Color Harmonies of #858B4B
Complementary color
Monochromatic Colors of #858B4B
Black with #858B4B
Text Example
Text Example
White with #858B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858B4B; }
p { color: rgb(133,139,75); }
H1.HeaderClassName
{
color: #858B4B;
}
.AnyTagClassName
{
color: #858B4B;
}
</style>
background-color css
<style>
a { background-color: #858B4B; }
a { background-color: rgb(133,139,75); }
div.DivClassName
{
background-color: #858B4B;
}
.BgClassName
{
background-color: #858B4B;
}
</style>
border-color css
<style>
span { border-color: #858B4B; }
span { border-color: rgb(133,139,75); }
td.TdClassName
{
border-color: #858B4B;
}
.TagClassName
{
border-color: #858B4B;
}
</style>