Shades of Wasabi #858B3E
Tints of Wasabi #858B3E
RGB
CMYK
RGB Variations
Color information
#858B3E (or 0x858B3E) is known color: Wasabi. HEX triplet: 85, 8B and 3E. RGB value is (133,139,62). Sum of RGB (Red+Green+Blue) = 133+139+62=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 62 (24.61% from 255 or 18.56% from 334); Max value from RGB is 139 - color contains mainly: green. Hex color #858B3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858B3E is #7A74C1. Grayscale: #808080. Windows color (decimal): -8025282 or 4098949. OLE color: 4098949.
HSL color Cylindrical-coordinate representation of color #858B3E: hue angle of 64.68º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #858B3E is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 139 | 62 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.45 |
| HSL | 64.68º | 0.38% | 0.39% | - |
| HSV(B) | 64.68º | 0.55% | 0.55% | - |
| XYZ | 19.77 | 23.8 | 8.11 | - |
| YUV | 128.43 | 90.51 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 62 | 0.04 | 0 | 0.55 | 0.45 | 64.68 | 0.38 | 0.39 |
| Hex | 85 | 8B | 3E | 4 | 0 | 37 | 2D | 41 | 26 | 27 |
| Octal | 205 | 213 | 76 | 4 | 0 | 67 | 55 | 101 | 46 | 47 |
| Binary | 10000101 | 10001011 | 111110 | 100 | 0 | 110111 | 101101 | 1000001 | 100110 | 100111 |
Color Harmonies of #858B3E
Complementary color
Monochromatic Colors of #858B3E
Black with #858B3E
Text Example
Text Example
White with #858B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858B3E; }
p { color: rgb(133,139,62); }
H1.HeaderClassName
{
color: #858B3E;
}
.AnyTagClassName
{
color: #858B3E;
}
</style>
background-color css
<style>
a { background-color: #858B3E; }
a { background-color: rgb(133,139,62); }
div.DivClassName
{
background-color: #858B3E;
}
.BgClassName
{
background-color: #858B3E;
}
</style>
border-color css
<style>
span { border-color: #858B3E; }
span { border-color: rgb(133,139,62); }
td.TdClassName
{
border-color: #858B3E;
}
.TagClassName
{
border-color: #858B3E;
}
</style>