Shades of Wasabi #858D3C
Tints of Wasabi #858D3C
RGB
CMYK
RGB Variations
Color information
#858D3C (or 0x858D3C) is known color: Wasabi. HEX triplet: 85, 8D and 3C. RGB value is (133,141,60). Sum of RGB (Red+Green+Blue) = 133+141+60=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 141 - color contains mainly: green. Hex color #858D3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858D3C is #7A72C3. Grayscale: #818181. Windows color (decimal): -8024772 or 3968389. OLE color: 3968389.
HSL color Cylindrical-coordinate representation of color #858D3C: hue angle of 65.93º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #858D3C is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 141 | 60 | - |
| CMYK | 0.06 | 0 | 0.57 | 0.45 |
| HSL | 65.93º | 0.4% | 0.39% | - |
| HSV(B) | 65.93º | 0.57% | 0.55% | - |
| XYZ | 20.01 | 24.36 | 7.92 | - |
| YUV | 129.37 | 88.85 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 141 | 60 | 0.06 | 0 | 0.57 | 0.45 | 65.93 | 0.4 | 0.39 |
| Hex | 85 | 8D | 3C | 6 | 0 | 39 | 2D | 42 | 28 | 27 |
| Octal | 205 | 215 | 74 | 6 | 0 | 71 | 55 | 102 | 50 | 47 |
| Binary | 10000101 | 10001101 | 111100 | 110 | 0 | 111001 | 101101 | 1000010 | 101000 | 100111 |
Color Harmonies of #858D3C
Complementary color
Monochromatic Colors of #858D3C
Black with #858D3C
Text Example
Text Example
White with #858D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858D3C; }
p { color: rgb(133,141,60); }
H1.HeaderClassName
{
color: #858D3C;
}
.AnyTagClassName
{
color: #858D3C;
}
</style>
background-color css
<style>
a { background-color: #858D3C; }
a { background-color: rgb(133,141,60); }
div.DivClassName
{
background-color: #858D3C;
}
.BgClassName
{
background-color: #858D3C;
}
</style>
border-color css
<style>
span { border-color: #858D3C; }
span { border-color: rgb(133,141,60); }
td.TdClassName
{
border-color: #858D3C;
}
.TagClassName
{
border-color: #858D3C;
}
</style>