Shades of Wasabi #858F2D
Tints of Wasabi #858F2D
RGB
CMYK
RGB Variations
Color information
#858F2D (or 0x858F2D) is known color: Wasabi. HEX triplet: 85, 8F and 2D. RGB value is (133,143,45). Sum of RGB (Red+Green+Blue) = 133+143+45=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 143 (56.25% from 255 or 44.55% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 143 - color contains mainly: green. Hex color #858F2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858F2D is #7A70D2. Grayscale: #818181. Windows color (decimal): -8024275 or 2985861. OLE color: 2985861.
HSL color Cylindrical-coordinate representation of color #858F2D: hue angle of 66.12º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #858F2D is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 143 | 45 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.44 |
| HSL | 66.12º | 0.52% | 0.37% | - |
| HSV(B) | 66.12º | 0.69% | 0.56% | - |
| XYZ | 19.97 | 24.82 | 6.22 | - |
| YUV | 128.84 | 80.69 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 143 | 45 | 0.07 | 0 | 0.69 | 0.44 | 66.12 | 0.52 | 0.37 |
| Hex | 85 | 8F | 2D | 7 | 0 | 45 | 2C | 42 | 34 | 25 |
| Octal | 205 | 217 | 55 | 7 | 0 | 105 | 54 | 102 | 64 | 45 |
| Binary | 10000101 | 10001111 | 101101 | 111 | 0 | 1000101 | 101100 | 1000010 | 110100 | 100101 |
Color Harmonies of #858F2D
Complementary color
Monochromatic Colors of #858F2D
Black with #858F2D
Text Example
Text Example
White with #858F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858F2D; }
p { color: rgb(133,143,45); }
H1.HeaderClassName
{
color: #858F2D;
}
.AnyTagClassName
{
color: #858F2D;
}
</style>
background-color css
<style>
a { background-color: #858F2D; }
a { background-color: rgb(133,143,45); }
div.DivClassName
{
background-color: #858F2D;
}
.BgClassName
{
background-color: #858F2D;
}
</style>
border-color css
<style>
span { border-color: #858F2D; }
span { border-color: rgb(133,143,45); }
td.TdClassName
{
border-color: #858F2D;
}
.TagClassName
{
border-color: #858F2D;
}
</style>