Shades of Wasabi #859F45
Tints of Wasabi #859F45
RGB
CMYK
RGB Variations
Color information
#859F45 (or 0x859F45) is known color: Wasabi. HEX triplet: 85, 9F and 45. RGB value is (133,159,69). Sum of RGB (Red+Green+Blue) = 133+159+69=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 159 (62.5% from 255 or 44.04% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 159 - color contains mainly: green. Hex color #859F45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859F45 is #7A60BA. Grayscale: #8D8D8D. Windows color (decimal): -8020155 or 4562821. OLE color: 4562821.
HSL color Cylindrical-coordinate representation of color #859F45: hue angle of 77.33º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #859F45 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 159 | 69 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.38 |
| HSL | 77.33º | 0.39% | 0.45% | - |
| HSV(B) | 77.33º | 0.57% | 0.62% | - |
| XYZ | 23.15 | 30.21 | 10.24 | - |
| YUV | 140.97 | 87.39 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 159 | 69 | 0.16 | 0 | 0.57 | 0.38 | 77.33 | 0.39 | 0.45 |
| Hex | 85 | 9F | 45 | 10 | 0 | 39 | 26 | 4D | 27 | 2D |
| Octal | 205 | 237 | 105 | 20 | 0 | 71 | 46 | 115 | 47 | 55 |
| Binary | 10000101 | 10011111 | 1000101 | 10000 | 0 | 111001 | 100110 | 1001101 | 100111 | 101101 |
Color Harmonies of #859F45
Complementary color
Monochromatic Colors of #859F45
Black with #859F45
Text Example
Text Example
White with #859F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859F45; }
p { color: rgb(133,159,69); }
H1.HeaderClassName
{
color: #859F45;
}
.AnyTagClassName
{
color: #859F45;
}
</style>
background-color css
<style>
a { background-color: #859F45; }
a { background-color: rgb(133,159,69); }
div.DivClassName
{
background-color: #859F45;
}
.BgClassName
{
background-color: #859F45;
}
</style>
border-color css
<style>
span { border-color: #859F45; }
span { border-color: rgb(133,159,69); }
td.TdClassName
{
border-color: #859F45;
}
.TagClassName
{
border-color: #859F45;
}
</style>