Shades of Wasabi #8C974C
Tints of Wasabi #8C974C
RGB
CMYK
RGB Variations
Color information
#8C974C (or 0x8C974C) is known color: Wasabi. HEX triplet: 8C, 97 and 4C. RGB value is (140,151,76). Sum of RGB (Red+Green+Blue) = 140+151+76=367 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.15% from 367); Green value is 151 (59.38% from 255 or 41.14% from 367); Blue value is 76 (30.08% from 255 or 20.71% from 367); Max value from RGB is 151 - color contains mainly: green. Hex color #8C974C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C974C is #7368B3. Grayscale: #8B8B8B. Windows color (decimal): -7563444 or 5019532. OLE color: 5019532.
HSL color Cylindrical-coordinate representation of color #8C974C: hue angle of 68.8º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C974C is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 140 | 151 | 76 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.41 |
| HSL | 68.8º | 0.33% | 0.45% | - |
| HSV(B) | 68.8º | 0.5% | 0.59% | - |
| XYZ | 23.19 | 28.23 | 11.06 | - |
| YUV | 139.16 | 92.36 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 151 | 76 | 0.07 | 0 | 0.50 | 0.41 | 68.8 | 0.33 | 0.45 |
| Hex | 8C | 97 | 4C | 7 | 0 | 32 | 29 | 45 | 21 | 2D |
| Octal | 214 | 227 | 114 | 7 | 0 | 62 | 51 | 105 | 41 | 55 |
| Binary | 10001100 | 10010111 | 1001100 | 111 | 0 | 110010 | 101001 | 1000101 | 100001 | 101101 |
Color Harmonies of #8C974C
Complementary color
Monochromatic Colors of #8C974C
Black with #8C974C
Text Example
Text Example
White with #8C974C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C974C; }
p { color: rgb(140,151,76); }
H1.HeaderClassName
{
color: #8C974C;
}
.AnyTagClassName
{
color: #8C974C;
}
</style>
background-color css
<style>
a { background-color: #8C974C; }
a { background-color: rgb(140,151,76); }
div.DivClassName
{
background-color: #8C974C;
}
.BgClassName
{
background-color: #8C974C;
}
</style>
border-color css
<style>
span { border-color: #8C974C; }
span { border-color: rgb(140,151,76); }
td.TdClassName
{
border-color: #8C974C;
}
.TagClassName
{
border-color: #8C974C;
}
</style>