Shades of Wasabi #8D944B
Tints of Wasabi #8D944B
RGB
CMYK
RGB Variations
Color information
#8D944B (or 0x8D944B) is known color: Wasabi. HEX triplet: 8D, 94 and 4B. RGB value is (141,148,75). Sum of RGB (Red+Green+Blue) = 141+148+75=364 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.74% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 75 (29.69% from 255 or 20.60% from 364); Max value from RGB is 148 - color contains mainly: green. Hex color #8D944B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D944B is #726BB4. Grayscale: #898989. Windows color (decimal): -7498677 or 4953229. OLE color: 4953229.
HSL color Cylindrical-coordinate representation of color #8D944B: hue angle of 65.75º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8D944B is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 148 | 75 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.42 |
| HSL | 65.75º | 0.33% | 0.44% | - |
| HSV(B) | 65.75º | 0.49% | 0.58% | - |
| XYZ | 22.84 | 27.35 | 10.73 | - |
| YUV | 137.59 | 92.68 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 148 | 75 | 0.05 | 0 | 0.49 | 0.42 | 65.75 | 0.33 | 0.44 |
| Hex | 8D | 94 | 4B | 5 | 0 | 31 | 2A | 42 | 21 | 2C |
| Octal | 215 | 224 | 113 | 5 | 0 | 61 | 52 | 102 | 41 | 54 |
| Binary | 10001101 | 10010100 | 1001011 | 101 | 0 | 110001 | 101010 | 1000010 | 100001 | 101100 |
Color Harmonies of #8D944B
Complementary color
Monochromatic Colors of #8D944B
Black with #8D944B
Text Example
Text Example
White with #8D944B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D944B; }
p { color: rgb(141,148,75); }
H1.HeaderClassName
{
color: #8D944B;
}
.AnyTagClassName
{
color: #8D944B;
}
</style>
background-color css
<style>
a { background-color: #8D944B; }
a { background-color: rgb(141,148,75); }
div.DivClassName
{
background-color: #8D944B;
}
.BgClassName
{
background-color: #8D944B;
}
</style>
border-color css
<style>
span { border-color: #8D944B; }
span { border-color: rgb(141,148,75); }
td.TdClassName
{
border-color: #8D944B;
}
.TagClassName
{
border-color: #8D944B;
}
</style>