Shades of Wasabi #8D933D
Tints of Wasabi #8D933D
RGB
CMYK
RGB Variations
Color information
#8D933D (or 0x8D933D) is known color: Wasabi. HEX triplet: 8D, 93 and 3D. RGB value is (141,147,61). Sum of RGB (Red+Green+Blue) = 141+147+61=349 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.40% from 349); Green value is 147 (57.81% from 255 or 42.12% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 147 - color contains mainly: green. Hex color #8D933D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D933D is #726CC2. Grayscale: #878787. Windows color (decimal): -7498947 or 4035469. OLE color: 4035469.
HSL color Cylindrical-coordinate representation of color #8D933D: hue angle of 64.19º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8D933D is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 147 | 61 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.42 |
| HSL | 64.19º | 0.41% | 0.41% | - |
| HSV(B) | 64.19º | 0.59% | 0.58% | - |
| XYZ | 22.26 | 26.87 | 8.43 | - |
| YUV | 135.4 | 86.01 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 147 | 61 | 0.04 | 0 | 0.59 | 0.42 | 64.19 | 0.41 | 0.41 |
| Hex | 8D | 93 | 3D | 4 | 0 | 3B | 2A | 40 | 29 | 29 |
| Octal | 215 | 223 | 75 | 4 | 0 | 73 | 52 | 100 | 51 | 51 |
| Binary | 10001101 | 10010011 | 111101 | 100 | 0 | 111011 | 101010 | 1000000 | 101001 | 101001 |
Color Harmonies of #8D933D
Complementary color
Monochromatic Colors of #8D933D
Black with #8D933D
Text Example
Text Example
White with #8D933D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D933D; }
p { color: rgb(141,147,61); }
H1.HeaderClassName
{
color: #8D933D;
}
.AnyTagClassName
{
color: #8D933D;
}
</style>
background-color css
<style>
a { background-color: #8D933D; }
a { background-color: rgb(141,147,61); }
div.DivClassName
{
background-color: #8D933D;
}
.BgClassName
{
background-color: #8D933D;
}
</style>
border-color css
<style>
span { border-color: #8D933D; }
span { border-color: rgb(141,147,61); }
td.TdClassName
{
border-color: #8D933D;
}
.TagClassName
{
border-color: #8D933D;
}
</style>