Shades of Wasabi #859E46
Tints of Wasabi #859E46
RGB
CMYK
RGB Variations
Color information
#859E46 (or 0x859E46) is known color: Wasabi. HEX triplet: 85, 9E and 46. RGB value is (133,158,70). Sum of RGB (Red+Green+Blue) = 133+158+70=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 158 (62.11% from 255 or 43.77% from 361); Blue value is 70 (27.73% from 255 or 19.39% from 361); Max value from RGB is 158 - color contains mainly: green. Hex color #859E46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859E46 is #7A61B9. Grayscale: #8C8C8C. Windows color (decimal): -8020410 or 4628101. OLE color: 4628101.
HSL color Cylindrical-coordinate representation of color #859E46: hue angle of 77.05º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #859E46 is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 158 | 70 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.38 |
| HSL | 77.05º | 0.39% | 0.45% | - |
| HSV(B) | 77.05º | 0.56% | 0.62% | - |
| XYZ | 23.01 | 29.88 | 10.35 | - |
| YUV | 140.49 | 88.22 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 158 | 70 | 0.16 | 0 | 0.56 | 0.38 | 77.05 | 0.39 | 0.45 |
| Hex | 85 | 9E | 46 | 10 | 0 | 38 | 26 | 4D | 27 | 2D |
| Octal | 205 | 236 | 106 | 20 | 0 | 70 | 46 | 115 | 47 | 55 |
| Binary | 10000101 | 10011110 | 1000110 | 10000 | 0 | 111000 | 100110 | 1001101 | 100111 | 101101 |
Color Harmonies of #859E46
Complementary color
Monochromatic Colors of #859E46
Black with #859E46
Text Example
Text Example
White with #859E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859E46; }
p { color: rgb(133,158,70); }
H1.HeaderClassName
{
color: #859E46;
}
.AnyTagClassName
{
color: #859E46;
}
</style>
background-color css
<style>
a { background-color: #859E46; }
a { background-color: rgb(133,158,70); }
div.DivClassName
{
background-color: #859E46;
}
.BgClassName
{
background-color: #859E46;
}
</style>
border-color css
<style>
span { border-color: #859E46; }
span { border-color: rgb(133,158,70); }
td.TdClassName
{
border-color: #859E46;
}
.TagClassName
{
border-color: #859E46;
}
</style>