Shades of Wasabi #8C9341
Tints of Wasabi #8C9341
RGB
CMYK
RGB Variations
Color information
#8C9341 (or 0x8C9341) is known color: Wasabi. HEX triplet: 8C, 93 and 41. RGB value is (140,147,65). Sum of RGB (Red+Green+Blue) = 140+147+65=352 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.77% from 352); Green value is 147 (57.81% from 255 or 41.76% from 352); Blue value is 65 (25.78% from 255 or 18.47% from 352); Max value from RGB is 147 - color contains mainly: green. Hex color #8C9341 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9341 is #736CBE. Grayscale: #878787. Windows color (decimal): -7564479 or 4297612. OLE color: 4297612.
HSL color Cylindrical-coordinate representation of color #8C9341: hue angle of 65.12º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C9341 is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 147 | 65 | - |
| CMYK | 0.05 | 0 | 0.56 | 0.42 |
| HSL | 65.12º | 0.39% | 0.42% | - |
| HSV(B) | 65.12º | 0.56% | 0.58% | - |
| XYZ | 22.2 | 26.82 | 9.01 | - |
| YUV | 135.56 | 88.18 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 147 | 65 | 0.05 | 0 | 0.56 | 0.42 | 65.12 | 0.39 | 0.42 |
| Hex | 8C | 93 | 41 | 5 | 0 | 38 | 2A | 41 | 27 | 2A |
| Octal | 214 | 223 | 101 | 5 | 0 | 70 | 52 | 101 | 47 | 52 |
| Binary | 10001100 | 10010011 | 1000001 | 101 | 0 | 111000 | 101010 | 1000001 | 100111 | 101010 |
Color Harmonies of #8C9341
Complementary color
Monochromatic Colors of #8C9341
Black with #8C9341
Text Example
Text Example
White with #8C9341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9341; }
p { color: rgb(140,147,65); }
H1.HeaderClassName
{
color: #8C9341;
}
.AnyTagClassName
{
color: #8C9341;
}
</style>
background-color css
<style>
a { background-color: #8C9341; }
a { background-color: rgb(140,147,65); }
div.DivClassName
{
background-color: #8C9341;
}
.BgClassName
{
background-color: #8C9341;
}
</style>
border-color css
<style>
span { border-color: #8C9341; }
span { border-color: rgb(140,147,65); }
td.TdClassName
{
border-color: #8C9341;
}
.TagClassName
{
border-color: #8C9341;
}
</style>