Shades of Wasabi #70803C
Tints of Wasabi #70803C
RGB
CMYK
RGB Variations
Color information
#70803C (or 0x70803C) is known color: Wasabi. HEX triplet: 70, 80 and 3C. RGB value is (112,128,60). Sum of RGB (Red+Green+Blue) = 112+128+60=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 128 (50.39% from 255 or 42.67% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 128 - color contains mainly: green. Hex color #70803C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70803C is #8F7FC3. Grayscale: #737373. Windows color (decimal): -9404356 or 3965040. OLE color: 3965040.
HSL color Cylindrical-coordinate representation of color #70803C: hue angle of 74.12º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70803C is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 128 | 60 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.50 |
| HSL | 74.12º | 0.36% | 0.37% | - |
| HSV(B) | 74.12º | 0.53% | 0.5% | - |
| XYZ | 15.22 | 19.21 | 7.18 | - |
| YUV | 115.46 | 96.7 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 128 | 60 | 0.12 | 0 | 0.53 | 0.50 | 74.12 | 0.36 | 0.37 |
| Hex | 70 | 80 | 3C | C | 0 | 35 | 32 | 4A | 24 | 25 |
| Octal | 160 | 200 | 74 | 14 | 0 | 65 | 62 | 112 | 44 | 45 |
| Binary | 1110000 | 10000000 | 111100 | 1100 | 0 | 110101 | 110010 | 1001010 | 100100 | 100101 |
Color Harmonies of #70803C
Complementary color
Monochromatic Colors of #70803C
Black with #70803C
Text Example
Text Example
White with #70803C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70803C; }
p { color: rgb(112,128,60); }
H1.HeaderClassName
{
color: #70803C;
}
.AnyTagClassName
{
color: #70803C;
}
</style>
background-color css
<style>
a { background-color: #70803C; }
a { background-color: rgb(112,128,60); }
div.DivClassName
{
background-color: #70803C;
}
.BgClassName
{
background-color: #70803C;
}
</style>
border-color css
<style>
span { border-color: #70803C; }
span { border-color: rgb(112,128,60); }
td.TdClassName
{
border-color: #70803C;
}
.TagClassName
{
border-color: #70803C;
}
</style>