Shades of Wasabi #718141
Tints of Wasabi #718141
RGB
CMYK
RGB Variations
Color information
#718141 (or 0x718141) is known color: Wasabi. HEX triplet: 71, 81 and 41. RGB value is (113,129,65). Sum of RGB (Red+Green+Blue) = 113+129+65=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 129 (50.78% from 255 or 42.02% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 129 - color contains mainly: green. Hex color #718141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718141 is #8E7EBE. Grayscale: #757575. Windows color (decimal): -9338559 or 4292977. OLE color: 4292977.
HSL color Cylindrical-coordinate representation of color #718141: hue angle of 75º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #718141 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 129 | 65 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.49 |
| HSL | 75º | 0.33% | 0.38% | - |
| HSV(B) | 75º | 0.5% | 0.51% | - |
| XYZ | 15.61 | 19.59 | 7.96 | - |
| YUV | 116.92 | 98.7 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 129 | 65 | 0.12 | 0 | 0.50 | 0.49 | 75 | 0.33 | 0.38 |
| Hex | 71 | 81 | 41 | C | 0 | 32 | 31 | 4B | 21 | 26 |
| Octal | 161 | 201 | 101 | 14 | 0 | 62 | 61 | 113 | 41 | 46 |
| Binary | 1110001 | 10000001 | 1000001 | 1100 | 0 | 110010 | 110001 | 1001011 | 100001 | 100110 |
Color Harmonies of #718141
Complementary color
Monochromatic Colors of #718141
Black with #718141
Text Example
Text Example
White with #718141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718141; }
p { color: rgb(113,129,65); }
H1.HeaderClassName
{
color: #718141;
}
.AnyTagClassName
{
color: #718141;
}
</style>
background-color css
<style>
a { background-color: #718141; }
a { background-color: rgb(113,129,65); }
div.DivClassName
{
background-color: #718141;
}
.BgClassName
{
background-color: #718141;
}
</style>
border-color css
<style>
span { border-color: #718141; }
span { border-color: rgb(113,129,65); }
td.TdClassName
{
border-color: #718141;
}
.TagClassName
{
border-color: #718141;
}
</style>