Shades of Wasabi #859150
Tints of Wasabi #859150
RGB
CMYK
RGB Variations
Color information
#859150 (or 0x859150) is known color: Wasabi. HEX triplet: 85, 91 and 50. RGB value is (133,145,80). Sum of RGB (Red+Green+Blue) = 133+145+80=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 145 (57.03% from 255 or 40.50% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 145 - color contains mainly: green. Hex color #859150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859150 is #7A6EAF. Grayscale: #868686. Windows color (decimal): -8023728 or 5280133. OLE color: 5280133.
HSL color Cylindrical-coordinate representation of color #859150: hue angle of 71.08º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #859150 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 145 | 80 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.43 |
| HSL | 71.08º | 0.29% | 0.44% | - |
| HSV(B) | 71.08º | 0.45% | 0.57% | - |
| XYZ | 21.25 | 25.82 | 11.45 | - |
| YUV | 134 | 97.52 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 145 | 80 | 0.08 | 0 | 0.45 | 0.43 | 71.08 | 0.29 | 0.44 |
| Hex | 85 | 91 | 50 | 8 | 0 | 2D | 2B | 47 | 1D | 2C |
| Octal | 205 | 221 | 120 | 10 | 0 | 55 | 53 | 107 | 35 | 54 |
| Binary | 10000101 | 10010001 | 1010000 | 1000 | 0 | 101101 | 101011 | 1000111 | 11101 | 101100 |
Color Harmonies of #859150
Complementary color
Monochromatic Colors of #859150
Black with #859150
Text Example
Text Example
White with #859150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859150; }
p { color: rgb(133,145,80); }
H1.HeaderClassName
{
color: #859150;
}
.AnyTagClassName
{
color: #859150;
}
</style>
background-color css
<style>
a { background-color: #859150; }
a { background-color: rgb(133,145,80); }
div.DivClassName
{
background-color: #859150;
}
.BgClassName
{
background-color: #859150;
}
</style>
border-color css
<style>
span { border-color: #859150; }
span { border-color: rgb(133,145,80); }
td.TdClassName
{
border-color: #859150;
}
.TagClassName
{
border-color: #859150;
}
</style>