Shades of Wasabi #718242
Tints of Wasabi #718242
RGB
CMYK
RGB Variations
Color information
#718242 (or 0x718242) is known color: Wasabi. HEX triplet: 71, 82 and 42. RGB value is (113,130,66). Sum of RGB (Red+Green+Blue) = 113+130+66=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 130 - color contains mainly: green. Hex color #718242 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718242 is #8E7DBD. Grayscale: #757575. Windows color (decimal): -9338302 or 4358769. OLE color: 4358769.
HSL color Cylindrical-coordinate representation of color #718242: hue angle of 75.94º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #718242 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 130 | 66 | - |
| CMYK | 0.13 | 0 | 0.49 | 0.49 |
| HSL | 75.94º | 0.33% | 0.38% | - |
| HSV(B) | 75.94º | 0.49% | 0.51% | - |
| XYZ | 15.78 | 19.87 | 8.16 | - |
| YUV | 117.62 | 98.87 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 130 | 66 | 0.13 | 0 | 0.49 | 0.49 | 75.94 | 0.33 | 0.38 |
| Hex | 71 | 82 | 42 | D | 0 | 31 | 31 | 4C | 21 | 26 |
| Octal | 161 | 202 | 102 | 15 | 0 | 61 | 61 | 114 | 41 | 46 |
| Binary | 1110001 | 10000010 | 1000010 | 1101 | 0 | 110001 | 110001 | 1001100 | 100001 | 100110 |
Color Harmonies of #718242
Complementary color
Monochromatic Colors of #718242
Black with #718242
Text Example
Text Example
White with #718242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718242; }
p { color: rgb(113,130,66); }
H1.HeaderClassName
{
color: #718242;
}
.AnyTagClassName
{
color: #718242;
}
</style>
background-color css
<style>
a { background-color: #718242; }
a { background-color: rgb(113,130,66); }
div.DivClassName
{
background-color: #718242;
}
.BgClassName
{
background-color: #718242;
}
</style>
border-color css
<style>
span { border-color: #718242; }
span { border-color: rgb(113,130,66); }
td.TdClassName
{
border-color: #718242;
}
.TagClassName
{
border-color: #718242;
}
</style>