Shades of Wasabi #8C934D
Tints of Wasabi #8C934D
RGB
CMYK
RGB Variations
Color information
#8C934D (or 0x8C934D) is known color: Wasabi. HEX triplet: 8C, 93 and 4D. RGB value is (140,147,77). Sum of RGB (Red+Green+Blue) = 140+147+77=364 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.46% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 147 - color contains mainly: green. Hex color #8C934D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C934D is #736CB2. Grayscale: #898989. Windows color (decimal): -7564467 or 5084044. OLE color: 5084044.
HSL color Cylindrical-coordinate representation of color #8C934D: hue angle of 66º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8C934D is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 147 | 77 | - |
| CMYK | 0.05 | 0 | 0.48 | 0.42 |
| HSL | 66º | 0.31% | 0.44% | - |
| HSV(B) | 66º | 0.48% | 0.58% | - |
| XYZ | 22.59 | 26.98 | 11.04 | - |
| YUV | 136.93 | 94.18 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 147 | 77 | 0.05 | 0 | 0.48 | 0.42 | 66 | 0.31 | 0.44 |
| Hex | 8C | 93 | 4D | 5 | 0 | 30 | 2A | 42 | 1F | 2C |
| Octal | 214 | 223 | 115 | 5 | 0 | 60 | 52 | 102 | 37 | 54 |
| Binary | 10001100 | 10010011 | 1001101 | 101 | 0 | 110000 | 101010 | 1000010 | 11111 | 101100 |
Color Harmonies of #8C934D
Complementary color
Monochromatic Colors of #8C934D
Black with #8C934D
Text Example
Text Example
White with #8C934D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C934D; }
p { color: rgb(140,147,77); }
H1.HeaderClassName
{
color: #8C934D;
}
.AnyTagClassName
{
color: #8C934D;
}
</style>
background-color css
<style>
a { background-color: #8C934D; }
a { background-color: rgb(140,147,77); }
div.DivClassName
{
background-color: #8C934D;
}
.BgClassName
{
background-color: #8C934D;
}
</style>
border-color css
<style>
span { border-color: #8C934D; }
span { border-color: rgb(140,147,77); }
td.TdClassName
{
border-color: #8C934D;
}
.TagClassName
{
border-color: #8C934D;
}
</style>