Shades of Wasabi #858D4C
Tints of Wasabi #858D4C
RGB
CMYK
RGB Variations
Color information
#858D4C (or 0x858D4C) is known color: Wasabi. HEX triplet: 85, 8D and 4C. RGB value is (133,141,76). Sum of RGB (Red+Green+Blue) = 133+141+76=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 141 (55.47% from 255 or 40.29% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 141 - color contains mainly: green. Hex color #858D4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858D4C is #7A72B3. Grayscale: #838383. Windows color (decimal): -8024756 or 5016965. OLE color: 5016965.
HSL color Cylindrical-coordinate representation of color #858D4C: hue angle of 67.38º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #858D4C is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 141 | 76 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.45 |
| HSL | 67.38º | 0.3% | 0.43% | - |
| HSV(B) | 67.38º | 0.46% | 0.55% | - |
| XYZ | 20.5 | 24.56 | 10.5 | - |
| YUV | 131.2 | 96.85 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 141 | 76 | 0.06 | 0 | 0.46 | 0.45 | 67.38 | 0.3 | 0.43 |
| Hex | 85 | 8D | 4C | 6 | 0 | 2E | 2D | 43 | 1E | 2B |
| Octal | 205 | 215 | 114 | 6 | 0 | 56 | 55 | 103 | 36 | 53 |
| Binary | 10000101 | 10001101 | 1001100 | 110 | 0 | 101110 | 101101 | 1000011 | 11110 | 101011 |
Color Harmonies of #858D4C
Complementary color
Monochromatic Colors of #858D4C
Black with #858D4C
Text Example
Text Example
White with #858D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858D4C; }
p { color: rgb(133,141,76); }
H1.HeaderClassName
{
color: #858D4C;
}
.AnyTagClassName
{
color: #858D4C;
}
</style>
background-color css
<style>
a { background-color: #858D4C; }
a { background-color: rgb(133,141,76); }
div.DivClassName
{
background-color: #858D4C;
}
.BgClassName
{
background-color: #858D4C;
}
</style>
border-color css
<style>
span { border-color: #858D4C; }
span { border-color: rgb(133,141,76); }
td.TdClassName
{
border-color: #858D4C;
}
.TagClassName
{
border-color: #858D4C;
}
</style>