Shades of Wasabi #8D964A
Tints of Wasabi #8D964A
RGB
CMYK
RGB Variations
Color information
#8D964A (or 0x8D964A) is known color: Wasabi. HEX triplet: 8D, 96 and 4A. RGB value is (141,150,74). Sum of RGB (Red+Green+Blue) = 141+150+74=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 150 - color contains mainly: green. Hex color #8D964A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D964A is #7269B5. Grayscale: #8A8A8A. Windows color (decimal): -7498166 or 4888205. OLE color: 4888205.
HSL color Cylindrical-coordinate representation of color #8D964A: hue angle of 67.11º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D964A is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 141 | 150 | 74 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.41 |
| HSL | 67.11º | 0.34% | 0.44% | - |
| HSV(B) | 67.11º | 0.51% | 0.59% | - |
| XYZ | 23.13 | 27.97 | 10.66 | - |
| YUV | 138.65 | 91.52 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 150 | 74 | 0.06 | 0 | 0.51 | 0.41 | 67.11 | 0.34 | 0.44 |
| Hex | 8D | 96 | 4A | 6 | 0 | 33 | 29 | 43 | 22 | 2C |
| Octal | 215 | 226 | 112 | 6 | 0 | 63 | 51 | 103 | 42 | 54 |
| Binary | 10001101 | 10010110 | 1001010 | 110 | 0 | 110011 | 101001 | 1000011 | 100010 | 101100 |
Color Harmonies of #8D964A
Complementary color
Monochromatic Colors of #8D964A
Black with #8D964A
Text Example
Text Example
White with #8D964A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D964A; }
p { color: rgb(141,150,74); }
H1.HeaderClassName
{
color: #8D964A;
}
.AnyTagClassName
{
color: #8D964A;
}
</style>
background-color css
<style>
a { background-color: #8D964A; }
a { background-color: rgb(141,150,74); }
div.DivClassName
{
background-color: #8D964A;
}
.BgClassName
{
background-color: #8D964A;
}
</style>
border-color css
<style>
span { border-color: #8D964A; }
span { border-color: rgb(141,150,74); }
td.TdClassName
{
border-color: #8D964A;
}
.TagClassName
{
border-color: #8D964A;
}
</style>