Shades of Wasabi #70803D
Tints of Wasabi #70803D
RGB
CMYK
RGB Variations
Color information
#70803D (or 0x70803D) is known color: Wasabi. HEX triplet: 70, 80 and 3D. RGB value is (112,128,61). Sum of RGB (Red+Green+Blue) = 112+128+61=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 128 - color contains mainly: green. Hex color #70803D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70803D is #8F7FC2. Grayscale: #737373. Windows color (decimal): -9404355 or 4030576. OLE color: 4030576.
HSL color Cylindrical-coordinate representation of color #70803D: hue angle of 74.33º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70803D is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 128 | 61 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.50 |
| HSL | 74.33º | 0.35% | 0.37% | - |
| HSV(B) | 74.33º | 0.52% | 0.5% | - |
| XYZ | 15.24 | 19.22 | 7.32 | - |
| YUV | 115.58 | 97.2 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 128 | 61 | 0.12 | 0 | 0.52 | 0.50 | 74.33 | 0.35 | 0.37 |
| Hex | 70 | 80 | 3D | C | 0 | 34 | 32 | 4A | 23 | 25 |
| Octal | 160 | 200 | 75 | 14 | 0 | 64 | 62 | 112 | 43 | 45 |
| Binary | 1110000 | 10000000 | 111101 | 1100 | 0 | 110100 | 110010 | 1001010 | 100011 | 100101 |
Color Harmonies of #70803D
Complementary color
Monochromatic Colors of #70803D
Black with #70803D
Text Example
Text Example
White with #70803D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70803D; }
p { color: rgb(112,128,61); }
H1.HeaderClassName
{
color: #70803D;
}
.AnyTagClassName
{
color: #70803D;
}
</style>
background-color css
<style>
a { background-color: #70803D; }
a { background-color: rgb(112,128,61); }
div.DivClassName
{
background-color: #70803D;
}
.BgClassName
{
background-color: #70803D;
}
</style>
border-color css
<style>
span { border-color: #70803D; }
span { border-color: rgb(112,128,61); }
td.TdClassName
{
border-color: #70803D;
}
.TagClassName
{
border-color: #70803D;
}
</style>