Shades of Wasabi #70803E
Tints of Wasabi #70803E
RGB
CMYK
RGB Variations
Color information
#70803E (or 0x70803E) is known color: Wasabi. HEX triplet: 70, 80 and 3E. RGB value is (112,128,62). Sum of RGB (Red+Green+Blue) = 112+128+62=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 128 (50.39% from 255 or 42.38% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 128 - color contains mainly: green. Hex color #70803E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70803E is #8F7FC1. Grayscale: #737373. Windows color (decimal): -9404354 or 4096112. OLE color: 4096112.
HSL color Cylindrical-coordinate representation of color #70803E: hue angle of 74.55º 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 #70803E is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 128 | 62 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.50 |
| HSL | 74.55º | 0.35% | 0.37% | - |
| HSV(B) | 74.55º | 0.52% | 0.5% | - |
| XYZ | 15.27 | 19.23 | 7.46 | - |
| YUV | 115.69 | 97.7 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 128 | 62 | 0.12 | 0 | 0.52 | 0.50 | 74.55 | 0.35 | 0.37 |
| Hex | 70 | 80 | 3E | C | 0 | 34 | 32 | 4B | 23 | 25 |
| Octal | 160 | 200 | 76 | 14 | 0 | 64 | 62 | 113 | 43 | 45 |
| Binary | 1110000 | 10000000 | 111110 | 1100 | 0 | 110100 | 110010 | 1001011 | 100011 | 100101 |
Color Harmonies of #70803E
Complementary color
Monochromatic Colors of #70803E
Black with #70803E
Text Example
Text Example
White with #70803E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70803E; }
p { color: rgb(112,128,62); }
H1.HeaderClassName
{
color: #70803E;
}
.AnyTagClassName
{
color: #70803E;
}
</style>
background-color css
<style>
a { background-color: #70803E; }
a { background-color: rgb(112,128,62); }
div.DivClassName
{
background-color: #70803E;
}
.BgClassName
{
background-color: #70803E;
}
</style>
border-color css
<style>
span { border-color: #70803E; }
span { border-color: rgb(112,128,62); }
td.TdClassName
{
border-color: #70803E;
}
.TagClassName
{
border-color: #70803E;
}
</style>