Shades of Wasabi #859943
Tints of Wasabi #859943
RGB
CMYK
RGB Variations
Color information
#859943 (or 0x859943) is known color: Wasabi. HEX triplet: 85, 99 and 43. RGB value is (133,153,67). Sum of RGB (Red+Green+Blue) = 133+153+67=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 153 (60.16% from 255 or 43.34% from 353); Blue value is 67 (26.56% from 255 or 18.98% from 353); Max value from RGB is 153 - color contains mainly: green. Hex color #859943 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859943 is #7A66BC. Grayscale: #898989. Windows color (decimal): -8021693 or 4430213. OLE color: 4430213.
HSL color Cylindrical-coordinate representation of color #859943: hue angle of 73.95º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #859943 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 133 | 153 | 67 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.4 |
| HSL | 73.95º | 0.39% | 0.43% | - |
| HSV(B) | 73.95º | 0.56% | 0.6% | - |
| XYZ | 22.08 | 28.17 | 9.58 | - |
| YUV | 137.22 | 88.37 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 153 | 67 | 0.13 | 0 | 0.56 | 0.4 | 73.95 | 0.39 | 0.43 |
| Hex | 85 | 99 | 43 | D | 0 | 38 | 28 | 4A | 27 | 2B |
| Octal | 205 | 231 | 103 | 15 | 0 | 70 | 50 | 112 | 47 | 53 |
| Binary | 10000101 | 10011001 | 1000011 | 1101 | 0 | 111000 | 101000 | 1001010 | 100111 | 101011 |
Color Harmonies of #859943
Complementary color
Monochromatic Colors of #859943
Black with #859943
Text Example
Text Example
White with #859943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859943; }
p { color: rgb(133,153,67); }
H1.HeaderClassName
{
color: #859943;
}
.AnyTagClassName
{
color: #859943;
}
</style>
background-color css
<style>
a { background-color: #859943; }
a { background-color: rgb(133,153,67); }
div.DivClassName
{
background-color: #859943;
}
.BgClassName
{
background-color: #859943;
}
</style>
border-color css
<style>
span { border-color: #859943; }
span { border-color: rgb(133,153,67); }
td.TdClassName
{
border-color: #859943;
}
.TagClassName
{
border-color: #859943;
}
</style>