Shades of Wasabi #859841
Tints of Wasabi #859841
RGB
CMYK
RGB Variations
Color information
#859841 (or 0x859841) is known color: Wasabi. HEX triplet: 85, 98 and 41. RGB value is (133,152,65). Sum of RGB (Red+Green+Blue) = 133+152+65=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 152 (59.77% from 255 or 43.43% from 350); Blue value is 65 (25.78% from 255 or 18.57% from 350); Max value from RGB is 152 - color contains mainly: green. Hex color #859841 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859841 is #7A67BE. Grayscale: #888888. Windows color (decimal): -8021951 or 4298885. OLE color: 4298885.
HSL color Cylindrical-coordinate representation of color #859841: hue angle of 73.1º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #859841 is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 152 | 65 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.40 |
| HSL | 73.1º | 0.4% | 0.43% | - |
| HSV(B) | 73.1º | 0.57% | 0.6% | - |
| XYZ | 21.86 | 27.82 | 9.22 | - |
| YUV | 136.4 | 87.71 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 152 | 65 | 0.13 | 0 | 0.57 | 0.40 | 73.1 | 0.4 | 0.43 |
| Hex | 85 | 98 | 41 | D | 0 | 39 | 28 | 49 | 28 | 2B |
| Octal | 205 | 230 | 101 | 15 | 0 | 71 | 50 | 111 | 50 | 53 |
| Binary | 10000101 | 10011000 | 1000001 | 1101 | 0 | 111001 | 101000 | 1001001 | 101000 | 101011 |
Color Harmonies of #859841
Complementary color
Monochromatic Colors of #859841
Black with #859841
Text Example
Text Example
White with #859841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859841; }
p { color: rgb(133,152,65); }
H1.HeaderClassName
{
color: #859841;
}
.AnyTagClassName
{
color: #859841;
}
</style>
background-color css
<style>
a { background-color: #859841; }
a { background-color: rgb(133,152,65); }
div.DivClassName
{
background-color: #859841;
}
.BgClassName
{
background-color: #859841;
}
</style>
border-color css
<style>
span { border-color: #859841; }
span { border-color: rgb(133,152,65); }
td.TdClassName
{
border-color: #859841;
}
.TagClassName
{
border-color: #859841;
}
</style>