Shades of Wasabi #858B45
Tints of Wasabi #858B45
RGB
CMYK
RGB Variations
Color information
#858B45 (or 0x858B45) is known color: Wasabi. HEX triplet: 85, 8B and 45. RGB value is (133,139,69). Sum of RGB (Red+Green+Blue) = 133+139+69=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 139 (54.69% from 255 or 40.76% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 139 - color contains mainly: green. Hex color #858B45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858B45 is #7A74BA. Grayscale: #818181. Windows color (decimal): -8025275 or 4557701. OLE color: 4557701.
HSL color Cylindrical-coordinate representation of color #858B45: hue angle of 65.14º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #858B45 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 139 | 69 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.45 |
| HSL | 65.14º | 0.34% | 0.41% | - |
| HSV(B) | 65.14º | 0.5% | 0.55% | - |
| XYZ | 19.98 | 23.88 | 9.19 | - |
| YUV | 129.23 | 94.01 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 69 | 0.04 | 0 | 0.50 | 0.45 | 65.14 | 0.34 | 0.41 |
| Hex | 85 | 8B | 45 | 4 | 0 | 32 | 2D | 41 | 22 | 29 |
| Octal | 205 | 213 | 105 | 4 | 0 | 62 | 55 | 101 | 42 | 51 |
| Binary | 10000101 | 10001011 | 1000101 | 100 | 0 | 110010 | 101101 | 1000001 | 100010 | 101001 |
Color Harmonies of #858B45
Complementary color
Monochromatic Colors of #858B45
Black with #858B45
Text Example
Text Example
White with #858B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858B45; }
p { color: rgb(133,139,69); }
H1.HeaderClassName
{
color: #858B45;
}
.AnyTagClassName
{
color: #858B45;
}
</style>
background-color css
<style>
a { background-color: #858B45; }
a { background-color: rgb(133,139,69); }
div.DivClassName
{
background-color: #858B45;
}
.BgClassName
{
background-color: #858B45;
}
</style>
border-color css
<style>
span { border-color: #858B45; }
span { border-color: rgb(133,139,69); }
td.TdClassName
{
border-color: #858B45;
}
.TagClassName
{
border-color: #858B45;
}
</style>