Shades of Wasabi #7A9546
Tints of Wasabi #7A9546
RGB
CMYK
RGB Variations
Color information
#7A9546 (or 0x7A9546) is known color: Wasabi. HEX triplet: 7A, 95 and 46. RGB value is (122,149,70). Sum of RGB (Red+Green+Blue) = 122+149+70=341 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.78% from 341); Green value is 149 (58.59% from 255 or 43.70% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 149 - color contains mainly: green. Hex color #7A9546 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9546 is #856AB9. Grayscale: #848484. Windows color (decimal): -8743610 or 4625786. OLE color: 4625786.
HSL color Cylindrical-coordinate representation of color #7A9546: hue angle of 80.51º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A9546 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 149 | 70 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.42 |
| HSL | 80.51º | 0.36% | 0.43% | - |
| HSV(B) | 80.51º | 0.53% | 0.58% | - |
| XYZ | 19.88 | 26.07 | 9.78 | - |
| YUV | 131.92 | 93.05 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 149 | 70 | 0.18 | 0 | 0.53 | 0.42 | 80.51 | 0.36 | 0.43 |
| Hex | 7A | 95 | 46 | 12 | 0 | 35 | 2A | 51 | 24 | 2B |
| Octal | 172 | 225 | 106 | 22 | 0 | 65 | 52 | 121 | 44 | 53 |
| Binary | 1111010 | 10010101 | 1000110 | 10010 | 0 | 110101 | 101010 | 1010001 | 100100 | 101011 |
Color Harmonies of #7A9546
Complementary color
Monochromatic Colors of #7A9546
Black with #7A9546
Text Example
Text Example
White with #7A9546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9546; }
p { color: rgb(122,149,70); }
H1.HeaderClassName
{
color: #7A9546;
}
.AnyTagClassName
{
color: #7A9546;
}
</style>
background-color css
<style>
a { background-color: #7A9546; }
a { background-color: rgb(122,149,70); }
div.DivClassName
{
background-color: #7A9546;
}
.BgClassName
{
background-color: #7A9546;
}
</style>
border-color css
<style>
span { border-color: #7A9546; }
span { border-color: rgb(122,149,70); }
td.TdClassName
{
border-color: #7A9546;
}
.TagClassName
{
border-color: #7A9546;
}
</style>