Shades of Wasabi #8C964D
Tints of Wasabi #8C964D
RGB
CMYK
RGB Variations
Color information
#8C964D (or 0x8C964D) is known color: Wasabi. HEX triplet: 8C, 96 and 4D. RGB value is (140,150,77). Sum of RGB (Red+Green+Blue) = 140+150+77=367 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.15% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 150 - color contains mainly: green. Hex color #8C964D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C964D is #7369B2. Grayscale: #8A8A8A. Windows color (decimal): -7563699 or 5084812. OLE color: 5084812.
HSL color Cylindrical-coordinate representation of color #8C964D: hue angle of 68.22º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C964D is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 140 | 150 | 77 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.41 |
| HSL | 68.22º | 0.32% | 0.45% | - |
| HSV(B) | 68.22º | 0.49% | 0.59% | - |
| XYZ | 23.06 | 27.92 | 11.2 | - |
| YUV | 138.69 | 93.19 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 150 | 77 | 0.07 | 0 | 0.49 | 0.41 | 68.22 | 0.32 | 0.45 |
| Hex | 8C | 96 | 4D | 7 | 0 | 31 | 29 | 44 | 20 | 2D |
| Octal | 214 | 226 | 115 | 7 | 0 | 61 | 51 | 104 | 40 | 55 |
| Binary | 10001100 | 10010110 | 1001101 | 111 | 0 | 110001 | 101001 | 1000100 | 100000 | 101101 |
Color Harmonies of #8C964D
Complementary color
Monochromatic Colors of #8C964D
Black with #8C964D
Text Example
Text Example
White with #8C964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C964D; }
p { color: rgb(140,150,77); }
H1.HeaderClassName
{
color: #8C964D;
}
.AnyTagClassName
{
color: #8C964D;
}
</style>
background-color css
<style>
a { background-color: #8C964D; }
a { background-color: rgb(140,150,77); }
div.DivClassName
{
background-color: #8C964D;
}
.BgClassName
{
background-color: #8C964D;
}
</style>
border-color css
<style>
span { border-color: #8C964D; }
span { border-color: rgb(140,150,77); }
td.TdClassName
{
border-color: #8C964D;
}
.TagClassName
{
border-color: #8C964D;
}
</style>