Shades of Wasabi #70853E
Tints of Wasabi #70853E
RGB
CMYK
RGB Variations
Color information
#70853E (or 0x70853E) is known color: Wasabi. HEX triplet: 70, 85 and 3E. RGB value is (112,133,62). Sum of RGB (Red+Green+Blue) = 112+133+62=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 133 - color contains mainly: green. Hex color #70853E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70853E is #8F7AC1. Grayscale: #767676. Windows color (decimal): -9403074 or 4097392. OLE color: 4097392.
HSL color Cylindrical-coordinate representation of color #70853E: hue angle of 77.75º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70853E is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 133 | 62 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.48 |
| HSL | 77.75º | 0.36% | 0.38% | - |
| HSV(B) | 77.75º | 0.53% | 0.52% | - |
| XYZ | 15.94 | 20.57 | 7.69 | - |
| YUV | 118.63 | 96.04 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 133 | 62 | 0.16 | 0 | 0.53 | 0.48 | 77.75 | 0.36 | 0.38 |
| Hex | 70 | 85 | 3E | 10 | 0 | 35 | 30 | 4E | 24 | 26 |
| Octal | 160 | 205 | 76 | 20 | 0 | 65 | 60 | 116 | 44 | 46 |
| Binary | 1110000 | 10000101 | 111110 | 10000 | 0 | 110101 | 110000 | 1001110 | 100100 | 100110 |
Color Harmonies of #70853E
Complementary color
Monochromatic Colors of #70853E
Black with #70853E
Text Example
Text Example
White with #70853E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70853E; }
p { color: rgb(112,133,62); }
H1.HeaderClassName
{
color: #70853E;
}
.AnyTagClassName
{
color: #70853E;
}
</style>
background-color css
<style>
a { background-color: #70853E; }
a { background-color: rgb(112,133,62); }
div.DivClassName
{
background-color: #70853E;
}
.BgClassName
{
background-color: #70853E;
}
</style>
border-color css
<style>
span { border-color: #70853E; }
span { border-color: rgb(112,133,62); }
td.TdClassName
{
border-color: #70853E;
}
.TagClassName
{
border-color: #70853E;
}
</style>