Shades of Wasabi #859839
Tints of Wasabi #859839
RGB
CMYK
RGB Variations
Color information
#859839 (or 0x859839) is known color: Wasabi. HEX triplet: 85, 98 and 39. RGB value is (133,152,57). Sum of RGB (Red+Green+Blue) = 133+152+57=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 152 (59.77% from 255 or 44.44% from 342); Blue value is 57 (22.66% from 255 or 16.67% from 342); Max value from RGB is 152 - color contains mainly: green. Hex color #859839 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859839 is #7A67C6. Grayscale: #878787. Windows color (decimal): -8021959 or 3774597. OLE color: 3774597.
HSL color Cylindrical-coordinate representation of color #859839: hue angle of 72º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #859839 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 152 | 57 | - |
| CMYK | 0.13 | 0 | 0.62 | 0.40 |
| HSL | 72º | 0.45% | 0.41% | - |
| HSV(B) | 72º | 0.63% | 0.6% | - |
| XYZ | 21.64 | 27.74 | 8.08 | - |
| YUV | 135.49 | 83.71 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 152 | 57 | 0.13 | 0 | 0.62 | 0.40 | 72 | 0.45 | 0.41 |
| Hex | 85 | 98 | 39 | D | 0 | 3E | 28 | 48 | 2D | 29 |
| Octal | 205 | 230 | 71 | 15 | 0 | 76 | 50 | 110 | 55 | 51 |
| Binary | 10000101 | 10011000 | 111001 | 1101 | 0 | 111110 | 101000 | 1001000 | 101101 | 101001 |
Color Harmonies of #859839
Complementary color
Monochromatic Colors of #859839
Black with #859839
Text Example
Text Example
White with #859839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859839; }
p { color: rgb(133,152,57); }
H1.HeaderClassName
{
color: #859839;
}
.AnyTagClassName
{
color: #859839;
}
</style>
background-color css
<style>
a { background-color: #859839; }
a { background-color: rgb(133,152,57); }
div.DivClassName
{
background-color: #859839;
}
.BgClassName
{
background-color: #859839;
}
</style>
border-color css
<style>
span { border-color: #859839; }
span { border-color: rgb(133,152,57); }
td.TdClassName
{
border-color: #859839;
}
.TagClassName
{
border-color: #859839;
}
</style>