Shades of Wasabi #718040
Tints of Wasabi #718040
RGB
CMYK
RGB Variations
Color information
#718040 (or 0x718040) is known color: Wasabi. HEX triplet: 71, 80 and 40. RGB value is (113,128,64). Sum of RGB (Red+Green+Blue) = 113+128+64=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 128 - color contains mainly: green. Hex color #718040 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718040 is #8E7FBF. Grayscale: #747474. Windows color (decimal): -9338816 or 4227185. OLE color: 4227185.
HSL color Cylindrical-coordinate representation of color #718040: hue angle of 74.06º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #718040 is Cyan = 0.12, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 113 | 128 | 64 | - |
| CMYK | 0.12 | 0 | 0.5 | 0.50 |
| HSL | 74.06º | 0.33% | 0.38% | - |
| HSV(B) | 74.06º | 0.5% | 0.5% | - |
| XYZ | 15.45 | 19.32 | 7.76 | - |
| YUV | 116.22 | 98.53 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 128 | 64 | 0.12 | 0 | 0.5 | 0.50 | 74.06 | 0.33 | 0.38 |
| Hex | 71 | 80 | 40 | C | 0 | 32 | 32 | 4A | 21 | 26 |
| Octal | 161 | 200 | 100 | 14 | 0 | 62 | 62 | 112 | 41 | 46 |
| Binary | 1110001 | 10000000 | 1000000 | 1100 | 0 | 110010 | 110010 | 1001010 | 100001 | 100110 |
Color Harmonies of #718040
Complementary color
Monochromatic Colors of #718040
Black with #718040
Text Example
Text Example
White with #718040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718040; }
p { color: rgb(113,128,64); }
H1.HeaderClassName
{
color: #718040;
}
.AnyTagClassName
{
color: #718040;
}
</style>
background-color css
<style>
a { background-color: #718040; }
a { background-color: rgb(113,128,64); }
div.DivClassName
{
background-color: #718040;
}
.BgClassName
{
background-color: #718040;
}
</style>
border-color css
<style>
span { border-color: #718040; }
span { border-color: rgb(113,128,64); }
td.TdClassName
{
border-color: #718040;
}
.TagClassName
{
border-color: #718040;
}
</style>