Shades of Wasabi #708140
Tints of Wasabi #708140
RGB
CMYK
RGB Variations
Color information
#708140 (or 0x708140) is known color: Wasabi. HEX triplet: 70, 81 and 40. RGB value is (112,129,64). Sum of RGB (Red+Green+Blue) = 112+129+64=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 129 - color contains mainly: green. Hex color #708140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708140 is #8F7EBF. Grayscale: #747474. Windows color (decimal): -9404096 or 4227440. OLE color: 4227440.
HSL color Cylindrical-coordinate representation of color #708140: hue angle of 75.69º degrees, saturation: 0.34, 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 #708140 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 129 | 64 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.49 |
| HSL | 75.69º | 0.34% | 0.38% | - |
| HSV(B) | 75.69º | 0.5% | 0.51% | - |
| XYZ | 15.46 | 19.52 | 7.8 | - |
| YUV | 116.51 | 98.37 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 129 | 64 | 0.13 | 0 | 0.50 | 0.49 | 75.69 | 0.34 | 0.38 |
| Hex | 70 | 81 | 40 | D | 0 | 32 | 31 | 4C | 22 | 26 |
| Octal | 160 | 201 | 100 | 15 | 0 | 62 | 61 | 114 | 42 | 46 |
| Binary | 1110000 | 10000001 | 1000000 | 1101 | 0 | 110010 | 110001 | 1001100 | 100010 | 100110 |
Color Harmonies of #708140
Complementary color
Monochromatic Colors of #708140
Black with #708140
Text Example
Text Example
White with #708140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708140; }
p { color: rgb(112,129,64); }
H1.HeaderClassName
{
color: #708140;
}
.AnyTagClassName
{
color: #708140;
}
</style>
background-color css
<style>
a { background-color: #708140; }
a { background-color: rgb(112,129,64); }
div.DivClassName
{
background-color: #708140;
}
.BgClassName
{
background-color: #708140;
}
</style>
border-color css
<style>
span { border-color: #708140; }
span { border-color: rgb(112,129,64); }
td.TdClassName
{
border-color: #708140;
}
.TagClassName
{
border-color: #708140;
}
</style>