Shades of Wasabi #8C9344
Tints of Wasabi #8C9344
RGB
CMYK
RGB Variations
Color information
#8C9344 (or 0x8C9344) is known color: Wasabi. HEX triplet: 8C, 93 and 44. RGB value is (140,147,68). Sum of RGB (Red+Green+Blue) = 140+147+68=355 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.44% from 355); Green value is 147 (57.81% from 255 or 41.41% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 147 - color contains mainly: green. Hex color #8C9344 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9344 is #736CBB. Grayscale: #888888. Windows color (decimal): -7564476 or 4494220. OLE color: 4494220.
HSL color Cylindrical-coordinate representation of color #8C9344: hue angle of 65.32º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C9344 is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 147 | 68 | - |
| CMYK | 0.05 | 0 | 0.54 | 0.42 |
| HSL | 65.32º | 0.37% | 0.42% | - |
| HSV(B) | 65.32º | 0.54% | 0.58% | - |
| XYZ | 22.29 | 26.86 | 9.48 | - |
| YUV | 135.9 | 89.68 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 147 | 68 | 0.05 | 0 | 0.54 | 0.42 | 65.32 | 0.37 | 0.42 |
| Hex | 8C | 93 | 44 | 5 | 0 | 36 | 2A | 41 | 25 | 2A |
| Octal | 214 | 223 | 104 | 5 | 0 | 66 | 52 | 101 | 45 | 52 |
| Binary | 10001100 | 10010011 | 1000100 | 101 | 0 | 110110 | 101010 | 1000001 | 100101 | 101010 |
Color Harmonies of #8C9344
Complementary color
Monochromatic Colors of #8C9344
Black with #8C9344
Text Example
Text Example
White with #8C9344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9344; }
p { color: rgb(140,147,68); }
H1.HeaderClassName
{
color: #8C9344;
}
.AnyTagClassName
{
color: #8C9344;
}
</style>
background-color css
<style>
a { background-color: #8C9344; }
a { background-color: rgb(140,147,68); }
div.DivClassName
{
background-color: #8C9344;
}
.BgClassName
{
background-color: #8C9344;
}
</style>
border-color css
<style>
span { border-color: #8C9344; }
span { border-color: rgb(140,147,68); }
td.TdClassName
{
border-color: #8C9344;
}
.TagClassName
{
border-color: #8C9344;
}
</style>