Shades of Wasabi #858E3C
Tints of Wasabi #858E3C
RGB
CMYK
RGB Variations
Color information
#858E3C (or 0x858E3C) is known color: Wasabi. HEX triplet: 85, 8E and 3C. RGB value is (133,142,60). Sum of RGB (Red+Green+Blue) = 133+142+60=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 142 (55.86% from 255 or 42.39% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 142 - color contains mainly: green. Hex color #858E3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858E3C is #7A71C3. Grayscale: #828282. Windows color (decimal): -8024516 or 3968645. OLE color: 3968645.
HSL color Cylindrical-coordinate representation of color #858E3C: hue angle of 66.59º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #858E3C is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 142 | 60 | - |
| CMYK | 0.06 | 0 | 0.58 | 0.44 |
| HSL | 66.59º | 0.41% | 0.4% | - |
| HSV(B) | 66.59º | 0.58% | 0.56% | - |
| XYZ | 20.16 | 24.66 | 7.97 | - |
| YUV | 129.96 | 88.52 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 142 | 60 | 0.06 | 0 | 0.58 | 0.44 | 66.59 | 0.41 | 0.4 |
| Hex | 85 | 8E | 3C | 6 | 0 | 3A | 2C | 43 | 29 | 28 |
| Octal | 205 | 216 | 74 | 6 | 0 | 72 | 54 | 103 | 51 | 50 |
| Binary | 10000101 | 10001110 | 111100 | 110 | 0 | 111010 | 101100 | 1000011 | 101001 | 101000 |
Color Harmonies of #858E3C
Complementary color
Monochromatic Colors of #858E3C
Black with #858E3C
Text Example
Text Example
White with #858E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858E3C; }
p { color: rgb(133,142,60); }
H1.HeaderClassName
{
color: #858E3C;
}
.AnyTagClassName
{
color: #858E3C;
}
</style>
background-color css
<style>
a { background-color: #858E3C; }
a { background-color: rgb(133,142,60); }
div.DivClassName
{
background-color: #858E3C;
}
.BgClassName
{
background-color: #858E3C;
}
</style>
border-color css
<style>
span { border-color: #858E3C; }
span { border-color: rgb(133,142,60); }
td.TdClassName
{
border-color: #858E3C;
}
.TagClassName
{
border-color: #858E3C;
}
</style>