Shades of Wasabi #8C973F
Tints of Wasabi #8C973F
RGB
CMYK
RGB Variations
Color information
#8C973F (or 0x8C973F) is known color: Wasabi. HEX triplet: 8C, 97 and 3F. RGB value is (140,151,63). Sum of RGB (Red+Green+Blue) = 140+151+63=354 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.55% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 151 - color contains mainly: green. Hex color #8C973F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C973F is #7368C0. Grayscale: #8A8A8A. Windows color (decimal): -7563457 or 4167564. OLE color: 4167564.
HSL color Cylindrical-coordinate representation of color #8C973F: hue angle of 67.5º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8C973F is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 140 | 151 | 63 | - |
| CMYK | 0.07 | 0 | 0.58 | 0.41 |
| HSL | 67.5º | 0.41% | 0.42% | - |
| HSV(B) | 67.5º | 0.58% | 0.59% | - |
| XYZ | 22.78 | 28.07 | 8.92 | - |
| YUV | 137.68 | 85.86 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 151 | 63 | 0.07 | 0 | 0.58 | 0.41 | 67.5 | 0.41 | 0.42 |
| Hex | 8C | 97 | 3F | 7 | 0 | 3A | 29 | 44 | 29 | 2A |
| Octal | 214 | 227 | 77 | 7 | 0 | 72 | 51 | 104 | 51 | 52 |
| Binary | 10001100 | 10010111 | 111111 | 111 | 0 | 111010 | 101001 | 1000100 | 101001 | 101010 |
Color Harmonies of #8C973F
Complementary color
Monochromatic Colors of #8C973F
Black with #8C973F
Text Example
Text Example
White with #8C973F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C973F; }
p { color: rgb(140,151,63); }
H1.HeaderClassName
{
color: #8C973F;
}
.AnyTagClassName
{
color: #8C973F;
}
</style>
background-color css
<style>
a { background-color: #8C973F; }
a { background-color: rgb(140,151,63); }
div.DivClassName
{
background-color: #8C973F;
}
.BgClassName
{
background-color: #8C973F;
}
</style>
border-color css
<style>
span { border-color: #8C973F; }
span { border-color: rgb(140,151,63); }
td.TdClassName
{
border-color: #8C973F;
}
.TagClassName
{
border-color: #8C973F;
}
</style>