Shades of Wasabi #8C9C41
Tints of Wasabi #8C9C41
RGB
CMYK
RGB Variations
Color information
#8C9C41 (or 0x8C9C41) is known color: Wasabi. HEX triplet: 8C, 9C and 41. RGB value is (140,156,65). Sum of RGB (Red+Green+Blue) = 140+156+65=361 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.78% from 361); Green value is 156 (61.33% from 255 or 43.21% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 156 - color contains mainly: green. Hex color #8C9C41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9C41 is #7363BE. Grayscale: #8D8D8D. Windows color (decimal): -7562175 or 4299916. OLE color: 4299916.
HSL color Cylindrical-coordinate representation of color #8C9C41: hue angle of 70.55º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8C9C41 is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 140 | 156 | 65 | - |
| CMYK | 0.10 | 0 | 0.58 | 0.39 |
| HSL | 70.55º | 0.41% | 0.43% | - |
| HSV(B) | 70.55º | 0.58% | 0.61% | - |
| XYZ | 23.66 | 29.73 | 9.49 | - |
| YUV | 140.84 | 85.2 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 156 | 65 | 0.10 | 0 | 0.58 | 0.39 | 70.55 | 0.41 | 0.43 |
| Hex | 8C | 9C | 41 | A | 0 | 3A | 27 | 47 | 29 | 2B |
| Octal | 214 | 234 | 101 | 12 | 0 | 72 | 47 | 107 | 51 | 53 |
| Binary | 10001100 | 10011100 | 1000001 | 1010 | 0 | 111010 | 100111 | 1000111 | 101001 | 101011 |
Color Harmonies of #8C9C41
Complementary color
Monochromatic Colors of #8C9C41
Black with #8C9C41
Text Example
Text Example
White with #8C9C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9C41; }
p { color: rgb(140,156,65); }
H1.HeaderClassName
{
color: #8C9C41;
}
.AnyTagClassName
{
color: #8C9C41;
}
</style>
background-color css
<style>
a { background-color: #8C9C41; }
a { background-color: rgb(140,156,65); }
div.DivClassName
{
background-color: #8C9C41;
}
.BgClassName
{
background-color: #8C9C41;
}
</style>
border-color css
<style>
span { border-color: #8C9C41; }
span { border-color: rgb(140,156,65); }
td.TdClassName
{
border-color: #8C9C41;
}
.TagClassName
{
border-color: #8C9C41;
}
</style>