Shades of Wasabi #70813F
Tints of Wasabi #70813F
RGB
CMYK
RGB Variations
Color information
#70813F (or 0x70813F) is known color: Wasabi. HEX triplet: 70, 81 and 3F. RGB value is (112,129,63). Sum of RGB (Red+Green+Blue) = 112+129+63=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 129 (50.78% from 255 or 42.43% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 129 - color contains mainly: green. Hex color #70813F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70813F is #8F7EC0. Grayscale: #747474. Windows color (decimal): -9404097 or 4161904. OLE color: 4161904.
HSL color Cylindrical-coordinate representation of color #70813F: hue angle of 75.45º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70813F is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 129 | 63 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.49 |
| HSL | 75.45º | 0.34% | 0.38% | - |
| HSV(B) | 75.45º | 0.51% | 0.51% | - |
| XYZ | 15.43 | 19.5 | 7.65 | - |
| YUV | 116.39 | 97.87 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 129 | 63 | 0.13 | 0 | 0.51 | 0.49 | 75.45 | 0.34 | 0.38 |
| Hex | 70 | 81 | 3F | D | 0 | 33 | 31 | 4B | 22 | 26 |
| Octal | 160 | 201 | 77 | 15 | 0 | 63 | 61 | 113 | 42 | 46 |
| Binary | 1110000 | 10000001 | 111111 | 1101 | 0 | 110011 | 110001 | 1001011 | 100010 | 100110 |
Color Harmonies of #70813F
Complementary color
Monochromatic Colors of #70813F
Black with #70813F
Text Example
Text Example
White with #70813F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70813F; }
p { color: rgb(112,129,63); }
H1.HeaderClassName
{
color: #70813F;
}
.AnyTagClassName
{
color: #70813F;
}
</style>
background-color css
<style>
a { background-color: #70813F; }
a { background-color: rgb(112,129,63); }
div.DivClassName
{
background-color: #70813F;
}
.BgClassName
{
background-color: #70813F;
}
</style>
border-color css
<style>
span { border-color: #70813F; }
span { border-color: rgb(112,129,63); }
td.TdClassName
{
border-color: #70813F;
}
.TagClassName
{
border-color: #70813F;
}
</style>