Shades of Wasabi #8C8F31
Tints of Wasabi #8C8F31
RGB
CMYK
RGB Variations
Color information
#8C8F31 (or 0x8C8F31) is known color: Wasabi. HEX triplet: 8C, 8F and 31. RGB value is (140,143,49). Sum of RGB (Red+Green+Blue) = 140+143+49=332 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.17% from 332); Green value is 143 (56.25% from 255 or 43.07% from 332); Blue value is 49 (19.53% from 255 or 14.76% from 332); Max value from RGB is 143 - color contains mainly: green. Hex color #8C8F31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8F31 is #7370CE. Grayscale: #838383. Windows color (decimal): -7565519 or 3248012. OLE color: 3248012.
HSL color Cylindrical-coordinate representation of color #8C8F31: hue angle of 61.91º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C8F31 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 143 | 49 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.44 |
| HSL | 61.91º | 0.49% | 0.38% | - |
| HSV(B) | 61.91º | 0.66% | 0.56% | - |
| XYZ | 21.19 | 25.44 | 6.7 | - |
| YUV | 131.39 | 81.51 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 143 | 49 | 0.02 | 0 | 0.66 | 0.44 | 61.91 | 0.49 | 0.38 |
| Hex | 8C | 8F | 31 | 2 | 0 | 42 | 2C | 3E | 31 | 26 |
| Octal | 214 | 217 | 61 | 2 | 0 | 102 | 54 | 76 | 61 | 46 |
| Binary | 10001100 | 10001111 | 110001 | 10 | 0 | 1000010 | 101100 | 111110 | 110001 | 100110 |
Color Harmonies of #8C8F31
Complementary color
Monochromatic Colors of #8C8F31
Black with #8C8F31
Text Example
Text Example
White with #8C8F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8F31; }
p { color: rgb(140,143,49); }
H1.HeaderClassName
{
color: #8C8F31;
}
.AnyTagClassName
{
color: #8C8F31;
}
</style>
background-color css
<style>
a { background-color: #8C8F31; }
a { background-color: rgb(140,143,49); }
div.DivClassName
{
background-color: #8C8F31;
}
.BgClassName
{
background-color: #8C8F31;
}
</style>
border-color css
<style>
span { border-color: #8C8F31; }
span { border-color: rgb(140,143,49); }
td.TdClassName
{
border-color: #8C8F31;
}
.TagClassName
{
border-color: #8C8F31;
}
</style>