Shades of Wasabi #8CA044
Tints of Wasabi #8CA044
RGB
CMYK
RGB Variations
Color information
#8CA044 (or 0x8CA044) is known color: Wasabi. HEX triplet: 8C, A0 and 44. RGB value is (140,160,68). Sum of RGB (Red+Green+Blue) = 140+160+68=368 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.04% from 368); Green value is 160 (62.89% from 255 or 43.48% from 368); Blue value is 68 (26.95% from 255 or 18.48% from 368); Max value from RGB is 160 - color contains mainly: green. Hex color #8CA044 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA044 is #735FBB. Grayscale: #8F8F8F. Windows color (decimal): -7561148 or 4497548. OLE color: 4497548.
HSL color Cylindrical-coordinate representation of color #8CA044: hue angle of 73.04º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8CA044 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 140 | 160 | 68 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.37 |
| HSL | 73.04º | 0.4% | 0.45% | - |
| HSV(B) | 73.04º | 0.58% | 0.63% | - |
| XYZ | 24.43 | 31.13 | 10.19 | - |
| YUV | 143.53 | 85.37 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 160 | 68 | 0.12 | 0 | 0.57 | 0.37 | 73.04 | 0.4 | 0.45 |
| Hex | 8C | A0 | 44 | C | 0 | 39 | 25 | 49 | 28 | 2D |
| Octal | 214 | 240 | 104 | 14 | 0 | 71 | 45 | 111 | 50 | 55 |
| Binary | 10001100 | 10100000 | 1000100 | 1100 | 0 | 111001 | 100101 | 1001001 | 101000 | 101101 |
Color Harmonies of #8CA044
Complementary color
Monochromatic Colors of #8CA044
Black with #8CA044
Text Example
Text Example
White with #8CA044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA044; }
p { color: rgb(140,160,68); }
H1.HeaderClassName
{
color: #8CA044;
}
.AnyTagClassName
{
color: #8CA044;
}
</style>
background-color css
<style>
a { background-color: #8CA044; }
a { background-color: rgb(140,160,68); }
div.DivClassName
{
background-color: #8CA044;
}
.BgClassName
{
background-color: #8CA044;
}
</style>
border-color css
<style>
span { border-color: #8CA044; }
span { border-color: rgb(140,160,68); }
td.TdClassName
{
border-color: #8CA044;
}
.TagClassName
{
border-color: #8CA044;
}
</style>