Shades of Wasabi #8C974D
Tints of Wasabi #8C974D
RGB
CMYK
RGB Variations
Color information
#8C974D (or 0x8C974D) is known color: Wasabi. HEX triplet: 8C, 97 and 4D. RGB value is (140,151,77). Sum of RGB (Red+Green+Blue) = 140+151+77=368 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.04% from 368); Green value is 151 (59.38% from 255 or 41.03% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 151 - color contains mainly: green. Hex color #8C974D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C974D is #7368B2. Grayscale: #8B8B8B. Windows color (decimal): -7563443 or 5085068. OLE color: 5085068.
HSL color Cylindrical-coordinate representation of color #8C974D: hue angle of 68.92º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C974D is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 140 | 151 | 77 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.41 |
| HSL | 68.92º | 0.32% | 0.45% | - |
| HSV(B) | 68.92º | 0.49% | 0.59% | - |
| XYZ | 23.22 | 28.24 | 11.25 | - |
| YUV | 139.28 | 92.86 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 151 | 77 | 0.07 | 0 | 0.49 | 0.41 | 68.92 | 0.32 | 0.45 |
| Hex | 8C | 97 | 4D | 7 | 0 | 31 | 29 | 45 | 20 | 2D |
| Octal | 214 | 227 | 115 | 7 | 0 | 61 | 51 | 105 | 40 | 55 |
| Binary | 10001100 | 10010111 | 1001101 | 111 | 0 | 110001 | 101001 | 1000101 | 100000 | 101101 |
Color Harmonies of #8C974D
Complementary color
Monochromatic Colors of #8C974D
Black with #8C974D
Text Example
Text Example
White with #8C974D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C974D; }
p { color: rgb(140,151,77); }
H1.HeaderClassName
{
color: #8C974D;
}
.AnyTagClassName
{
color: #8C974D;
}
</style>
background-color css
<style>
a { background-color: #8C974D; }
a { background-color: rgb(140,151,77); }
div.DivClassName
{
background-color: #8C974D;
}
.BgClassName
{
background-color: #8C974D;
}
</style>
border-color css
<style>
span { border-color: #8C974D; }
span { border-color: rgb(140,151,77); }
td.TdClassName
{
border-color: #8C974D;
}
.TagClassName
{
border-color: #8C974D;
}
</style>