Shades of Wasabi #7A863D
Tints of Wasabi #7A863D
RGB
CMYK
RGB Variations
Color information
#7A863D (or 0x7A863D) is known color: Wasabi. HEX triplet: 7A, 86 and 3D. RGB value is (122,134,61). Sum of RGB (Red+Green+Blue) = 122+134+61=317 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.49% from 317); Green value is 134 (52.73% from 255 or 42.27% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 134 - color contains mainly: green. Hex color #7A863D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A863D is #8579C2. Grayscale: #7A7A7A. Windows color (decimal): -8747459 or 4032122. OLE color: 4032122.
HSL color Cylindrical-coordinate representation of color #7A863D: hue angle of 69.86º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7A863D is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 134 | 61 | - |
| CMYK | 0.09 | 0 | 0.54 | 0.47 |
| HSL | 69.86º | 0.37% | 0.38% | - |
| HSV(B) | 69.86º | 0.54% | 0.53% | - |
| XYZ | 17.39 | 21.52 | 7.65 | - |
| YUV | 122.09 | 93.52 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 134 | 61 | 0.09 | 0 | 0.54 | 0.47 | 69.86 | 0.37 | 0.38 |
| Hex | 7A | 86 | 3D | 9 | 0 | 36 | 2F | 46 | 25 | 26 |
| Octal | 172 | 206 | 75 | 11 | 0 | 66 | 57 | 106 | 45 | 46 |
| Binary | 1111010 | 10000110 | 111101 | 1001 | 0 | 110110 | 101111 | 1000110 | 100101 | 100110 |
Color Harmonies of #7A863D
Complementary color
Monochromatic Colors of #7A863D
Black with #7A863D
Text Example
Text Example
White with #7A863D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A863D; }
p { color: rgb(122,134,61); }
H1.HeaderClassName
{
color: #7A863D;
}
.AnyTagClassName
{
color: #7A863D;
}
</style>
background-color css
<style>
a { background-color: #7A863D; }
a { background-color: rgb(122,134,61); }
div.DivClassName
{
background-color: #7A863D;
}
.BgClassName
{
background-color: #7A863D;
}
</style>
border-color css
<style>
span { border-color: #7A863D; }
span { border-color: rgb(122,134,61); }
td.TdClassName
{
border-color: #7A863D;
}
.TagClassName
{
border-color: #7A863D;
}
</style>