Shades of Wasabi #7A9347
Tints of Wasabi #7A9347
RGB
CMYK
RGB Variations
Color information
#7A9347 (or 0x7A9347) is known color: Wasabi. HEX triplet: 7A, 93 and 47. RGB value is (122,147,71). Sum of RGB (Red+Green+Blue) = 122+147+71=340 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.88% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 71 (28.12% from 255 or 20.88% from 340); Max value from RGB is 147 - color contains mainly: green. Hex color #7A9347 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9347 is #856CB8. Grayscale: #838383. Windows color (decimal): -8744121 or 4690810. OLE color: 4690810.
HSL color Cylindrical-coordinate representation of color #7A9347: hue angle of 79.74º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A9347 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 147 | 71 | - |
| CMYK | 0.17 | 0 | 0.52 | 0.42 |
| HSL | 79.74º | 0.35% | 0.43% | - |
| HSV(B) | 79.74º | 0.52% | 0.58% | - |
| XYZ | 19.6 | 25.46 | 9.84 | - |
| YUV | 130.86 | 94.22 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 147 | 71 | 0.17 | 0 | 0.52 | 0.42 | 79.74 | 0.35 | 0.43 |
| Hex | 7A | 93 | 47 | 11 | 0 | 34 | 2A | 50 | 23 | 2B |
| Octal | 172 | 223 | 107 | 21 | 0 | 64 | 52 | 120 | 43 | 53 |
| Binary | 1111010 | 10010011 | 1000111 | 10001 | 0 | 110100 | 101010 | 1010000 | 100011 | 101011 |
Color Harmonies of #7A9347
Complementary color
Monochromatic Colors of #7A9347
Black with #7A9347
Text Example
Text Example
White with #7A9347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9347; }
p { color: rgb(122,147,71); }
H1.HeaderClassName
{
color: #7A9347;
}
.AnyTagClassName
{
color: #7A9347;
}
</style>
background-color css
<style>
a { background-color: #7A9347; }
a { background-color: rgb(122,147,71); }
div.DivClassName
{
background-color: #7A9347;
}
.BgClassName
{
background-color: #7A9347;
}
</style>
border-color css
<style>
span { border-color: #7A9347; }
span { border-color: rgb(122,147,71); }
td.TdClassName
{
border-color: #7A9347;
}
.TagClassName
{
border-color: #7A9347;
}
</style>