Shades of Wasabi #8E973D
Tints of Wasabi #8E973D
RGB
CMYK
RGB Variations
Color information
#8E973D (or 0x8E973D) is known color: Wasabi. HEX triplet: 8E, 97 and 3D. RGB value is (142,151,61). Sum of RGB (Red+Green+Blue) = 142+151+61=354 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.11% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 151 - color contains mainly: green. Hex color #8E973D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E973D is #7168C2. Grayscale: #8A8A8A. Windows color (decimal): -7432387 or 4036494. OLE color: 4036494.
HSL color Cylindrical-coordinate representation of color #8E973D: hue angle of 66º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8E973D is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 142 | 151 | 61 | - |
| CMYK | 0.06 | 0 | 0.60 | 0.41 |
| HSL | 66º | 0.42% | 0.42% | - |
| HSV(B) | 66º | 0.6% | 0.59% | - |
| XYZ | 23.06 | 28.22 | 8.65 | - |
| YUV | 138.05 | 84.52 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 151 | 61 | 0.06 | 0 | 0.60 | 0.41 | 66 | 0.42 | 0.42 |
| Hex | 8E | 97 | 3D | 6 | 0 | 3C | 29 | 42 | 2A | 2A |
| Octal | 216 | 227 | 75 | 6 | 0 | 74 | 51 | 102 | 52 | 52 |
| Binary | 10001110 | 10010111 | 111101 | 110 | 0 | 111100 | 101001 | 1000010 | 101010 | 101010 |
Color Harmonies of #8E973D
Complementary color
Monochromatic Colors of #8E973D
Black with #8E973D
Text Example
Text Example
White with #8E973D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E973D; }
p { color: rgb(142,151,61); }
H1.HeaderClassName
{
color: #8E973D;
}
.AnyTagClassName
{
color: #8E973D;
}
</style>
background-color css
<style>
a { background-color: #8E973D; }
a { background-color: rgb(142,151,61); }
div.DivClassName
{
background-color: #8E973D;
}
.BgClassName
{
background-color: #8E973D;
}
</style>
border-color css
<style>
span { border-color: #8E973D; }
span { border-color: rgb(142,151,61); }
td.TdClassName
{
border-color: #8E973D;
}
.TagClassName
{
border-color: #8E973D;
}
</style>