Shades of Wasabi #8C943D
Tints of Wasabi #8C943D
RGB
CMYK
RGB Variations
Color information
#8C943D (or 0x8C943D) is known color: Wasabi. HEX triplet: 8C, 94 and 3D. RGB value is (140,148,61). Sum of RGB (Red+Green+Blue) = 140+148+61=349 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.11% from 349); Green value is 148 (58.20% from 255 or 42.41% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 148 - color contains mainly: green. Hex color #8C943D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C943D is #736BC2. Grayscale: #888888. Windows color (decimal): -7564227 or 4035724. OLE color: 4035724.
HSL color Cylindrical-coordinate representation of color #8C943D: hue angle of 65.52º degrees, saturation: 0.42, 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 #8C943D is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 148 | 61 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.42 |
| HSL | 65.52º | 0.42% | 0.41% | - |
| HSV(B) | 65.52º | 0.59% | 0.58% | - |
| XYZ | 22.25 | 27.09 | 8.47 | - |
| YUV | 135.69 | 85.85 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 148 | 61 | 0.05 | 0 | 0.59 | 0.42 | 65.52 | 0.42 | 0.41 |
| Hex | 8C | 94 | 3D | 5 | 0 | 3B | 2A | 42 | 2A | 29 |
| Octal | 214 | 224 | 75 | 5 | 0 | 73 | 52 | 102 | 52 | 51 |
| Binary | 10001100 | 10010100 | 111101 | 101 | 0 | 111011 | 101010 | 1000010 | 101010 | 101001 |
Color Harmonies of #8C943D
Complementary color
Monochromatic Colors of #8C943D
Black with #8C943D
Text Example
Text Example
White with #8C943D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C943D; }
p { color: rgb(140,148,61); }
H1.HeaderClassName
{
color: #8C943D;
}
.AnyTagClassName
{
color: #8C943D;
}
</style>
background-color css
<style>
a { background-color: #8C943D; }
a { background-color: rgb(140,148,61); }
div.DivClassName
{
background-color: #8C943D;
}
.BgClassName
{
background-color: #8C943D;
}
</style>
border-color css
<style>
span { border-color: #8C943D; }
span { border-color: rgb(140,148,61); }
td.TdClassName
{
border-color: #8C943D;
}
.TagClassName
{
border-color: #8C943D;
}
</style>