Shades of Wasabi #7A9143
Tints of Wasabi #7A9143
RGB
CMYK
RGB Variations
Color information
#7A9143 (or 0x7A9143) is known color: Wasabi. HEX triplet: 7A, 91 and 43. RGB value is (122,145,67). Sum of RGB (Red+Green+Blue) = 122+145+67=334 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.53% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 67 (26.56% from 255 or 20.06% from 334); Max value from RGB is 145 - color contains mainly: green. Hex color #7A9143 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9143 is #856EBC. Grayscale: #818181. Windows color (decimal): -8744637 or 4428154. OLE color: 4428154.
HSL color Cylindrical-coordinate representation of color #7A9143: hue angle of 77.69º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7A9143 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 122 | 145 | 67 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.43 |
| HSL | 77.69º | 0.37% | 0.42% | - |
| HSV(B) | 77.69º | 0.54% | 0.57% | - |
| XYZ | 19.16 | 24.79 | 9.09 | - |
| YUV | 129.23 | 92.88 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 145 | 67 | 0.16 | 0 | 0.54 | 0.43 | 77.69 | 0.37 | 0.42 |
| Hex | 7A | 91 | 43 | 10 | 0 | 36 | 2B | 4E | 25 | 2A |
| Octal | 172 | 221 | 103 | 20 | 0 | 66 | 53 | 116 | 45 | 52 |
| Binary | 1111010 | 10010001 | 1000011 | 10000 | 0 | 110110 | 101011 | 1001110 | 100101 | 101010 |
Color Harmonies of #7A9143
Complementary color
Monochromatic Colors of #7A9143
Black with #7A9143
Text Example
Text Example
White with #7A9143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9143; }
p { color: rgb(122,145,67); }
H1.HeaderClassName
{
color: #7A9143;
}
.AnyTagClassName
{
color: #7A9143;
}
</style>
background-color css
<style>
a { background-color: #7A9143; }
a { background-color: rgb(122,145,67); }
div.DivClassName
{
background-color: #7A9143;
}
.BgClassName
{
background-color: #7A9143;
}
</style>
border-color css
<style>
span { border-color: #7A9143; }
span { border-color: rgb(122,145,67); }
td.TdClassName
{
border-color: #7A9143;
}
.TagClassName
{
border-color: #7A9143;
}
</style>