Shades of Wasabi #7A9341
Tints of Wasabi #7A9341
RGB
CMYK
RGB Variations
Color information
#7A9341 (or 0x7A9341) is known color: Wasabi. HEX triplet: 7A, 93 and 41. RGB value is (122,147,65). Sum of RGB (Red+Green+Blue) = 122+147+65=334 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.53% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 147 - color contains mainly: green. Hex color #7A9341 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9341 is #856CBE. Grayscale: #828282. Windows color (decimal): -8744127 or 4297594. OLE color: 4297594.
HSL color Cylindrical-coordinate representation of color #7A9341: hue angle of 78.29º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7A9341 is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 147 | 65 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.42 |
| HSL | 78.29º | 0.39% | 0.42% | - |
| HSV(B) | 78.29º | 0.56% | 0.58% | - |
| XYZ | 19.41 | 25.39 | 8.88 | - |
| YUV | 130.18 | 91.22 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 147 | 65 | 0.17 | 0 | 0.56 | 0.42 | 78.29 | 0.39 | 0.42 |
| Hex | 7A | 93 | 41 | 11 | 0 | 38 | 2A | 4E | 27 | 2A |
| Octal | 172 | 223 | 101 | 21 | 0 | 70 | 52 | 116 | 47 | 52 |
| Binary | 1111010 | 10010011 | 1000001 | 10001 | 0 | 111000 | 101010 | 1001110 | 100111 | 101010 |
Color Harmonies of #7A9341
Complementary color
Monochromatic Colors of #7A9341
Black with #7A9341
Text Example
Text Example
White with #7A9341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9341; }
p { color: rgb(122,147,65); }
H1.HeaderClassName
{
color: #7A9341;
}
.AnyTagClassName
{
color: #7A9341;
}
</style>
background-color css
<style>
a { background-color: #7A9341; }
a { background-color: rgb(122,147,65); }
div.DivClassName
{
background-color: #7A9341;
}
.BgClassName
{
background-color: #7A9341;
}
</style>
border-color css
<style>
span { border-color: #7A9341; }
span { border-color: rgb(122,147,65); }
td.TdClassName
{
border-color: #7A9341;
}
.TagClassName
{
border-color: #7A9341;
}
</style>