Shades of Wasabi #858A44
Tints of Wasabi #858A44
RGB
CMYK
RGB Variations
Color information
#858A44 (or 0x858A44) is known color: Wasabi. HEX triplet: 85, 8A and 44. RGB value is (133,138,68). Sum of RGB (Red+Green+Blue) = 133+138+68=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 138 (54.30% from 255 or 40.71% from 339); Blue value is 68 (26.95% from 255 or 20.06% from 339); Max value from RGB is 138 - color contains mainly: green. Hex color #858A44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858A44 is #7A75BB. Grayscale: #808080. Windows color (decimal): -8025532 or 4491909. OLE color: 4491909.
HSL color Cylindrical-coordinate representation of color #858A44: hue angle of 64.29º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #858A44 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 138 | 68 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.46 |
| HSL | 64.29º | 0.34% | 0.4% | - |
| HSV(B) | 64.29º | 0.51% | 0.54% | - |
| XYZ | 19.8 | 23.58 | 8.98 | - |
| YUV | 128.53 | 93.84 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 138 | 68 | 0.04 | 0 | 0.51 | 0.46 | 64.29 | 0.34 | 0.4 |
| Hex | 85 | 8A | 44 | 4 | 0 | 33 | 2E | 40 | 22 | 28 |
| Octal | 205 | 212 | 104 | 4 | 0 | 63 | 56 | 100 | 42 | 50 |
| Binary | 10000101 | 10001010 | 1000100 | 100 | 0 | 110011 | 101110 | 1000000 | 100010 | 101000 |
Color Harmonies of #858A44
Complementary color
Monochromatic Colors of #858A44
Black with #858A44
Text Example
Text Example
White with #858A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858A44; }
p { color: rgb(133,138,68); }
H1.HeaderClassName
{
color: #858A44;
}
.AnyTagClassName
{
color: #858A44;
}
</style>
background-color css
<style>
a { background-color: #858A44; }
a { background-color: rgb(133,138,68); }
div.DivClassName
{
background-color: #858A44;
}
.BgClassName
{
background-color: #858A44;
}
</style>
border-color css
<style>
span { border-color: #858A44; }
span { border-color: rgb(133,138,68); }
td.TdClassName
{
border-color: #858A44;
}
.TagClassName
{
border-color: #858A44;
}
</style>