Shades of Wasabi #7A893D
Tints of Wasabi #7A893D
RGB
CMYK
RGB Variations
Color information
#7A893D (or 0x7A893D) is known color: Wasabi. HEX triplet: 7A, 89 and 3D. RGB value is (122,137,61). Sum of RGB (Red+Green+Blue) = 122+137+61=320 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.12% from 320); Green value is 137 (53.91% from 255 or 42.81% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 137 - color contains mainly: green. Hex color #7A893D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A893D is #8576C2. Grayscale: #7C7C7C. Windows color (decimal): -8746691 or 4032890. OLE color: 4032890.
HSL color Cylindrical-coordinate representation of color #7A893D: hue angle of 71.84º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A893D is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 122 | 137 | 61 | - |
| CMYK | 0.11 | 0 | 0.55 | 0.46 |
| HSL | 71.84º | 0.38% | 0.39% | - |
| HSV(B) | 71.84º | 0.55% | 0.54% | - |
| XYZ | 17.81 | 22.37 | 7.79 | - |
| YUV | 123.85 | 92.53 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 137 | 61 | 0.11 | 0 | 0.55 | 0.46 | 71.84 | 0.38 | 0.39 |
| Hex | 7A | 89 | 3D | B | 0 | 37 | 2E | 48 | 26 | 27 |
| Octal | 172 | 211 | 75 | 13 | 0 | 67 | 56 | 110 | 46 | 47 |
| Binary | 1111010 | 10001001 | 111101 | 1011 | 0 | 110111 | 101110 | 1001000 | 100110 | 100111 |
Color Harmonies of #7A893D
Complementary color
Monochromatic Colors of #7A893D
Black with #7A893D
Text Example
Text Example
White with #7A893D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A893D; }
p { color: rgb(122,137,61); }
H1.HeaderClassName
{
color: #7A893D;
}
.AnyTagClassName
{
color: #7A893D;
}
</style>
background-color css
<style>
a { background-color: #7A893D; }
a { background-color: rgb(122,137,61); }
div.DivClassName
{
background-color: #7A893D;
}
.BgClassName
{
background-color: #7A893D;
}
</style>
border-color css
<style>
span { border-color: #7A893D; }
span { border-color: rgb(122,137,61); }
td.TdClassName
{
border-color: #7A893D;
}
.TagClassName
{
border-color: #7A893D;
}
</style>