Shades of Wasabi #7A8341
Tints of Wasabi #7A8341
RGB
CMYK
RGB Variations
Color information
#7A8341 (or 0x7A8341) is known color: Wasabi. HEX triplet: 7A, 83 and 41. RGB value is (122,131,65). Sum of RGB (Red+Green+Blue) = 122+131+65=318 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.36% from 318); Green value is 131 (51.56% from 255 or 41.19% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 131 - color contains mainly: green. Hex color #7A8341 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8341 is #857CBE. Grayscale: #797979. Windows color (decimal): -8748223 or 4293498. OLE color: 4293498.
HSL color Cylindrical-coordinate representation of color #7A8341: hue angle of 68.18º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A8341 is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 131 | 65 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.49 |
| HSL | 68.18º | 0.34% | 0.38% | - |
| HSV(B) | 68.18º | 0.5% | 0.51% | - |
| XYZ | 17.1 | 20.75 | 8.11 | - |
| YUV | 120.79 | 96.52 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 131 | 65 | 0.07 | 0 | 0.50 | 0.49 | 68.18 | 0.34 | 0.38 |
| Hex | 7A | 83 | 41 | 7 | 0 | 32 | 31 | 44 | 22 | 26 |
| Octal | 172 | 203 | 101 | 7 | 0 | 62 | 61 | 104 | 42 | 46 |
| Binary | 1111010 | 10000011 | 1000001 | 111 | 0 | 110010 | 110001 | 1000100 | 100010 | 100110 |
Color Harmonies of #7A8341
Complementary color
Monochromatic Colors of #7A8341
Black with #7A8341
Text Example
Text Example
White with #7A8341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8341; }
p { color: rgb(122,131,65); }
H1.HeaderClassName
{
color: #7A8341;
}
.AnyTagClassName
{
color: #7A8341;
}
</style>
background-color css
<style>
a { background-color: #7A8341; }
a { background-color: rgb(122,131,65); }
div.DivClassName
{
background-color: #7A8341;
}
.BgClassName
{
background-color: #7A8341;
}
</style>
border-color css
<style>
span { border-color: #7A8341; }
span { border-color: rgb(122,131,65); }
td.TdClassName
{
border-color: #7A8341;
}
.TagClassName
{
border-color: #7A8341;
}
</style>