Shades of Wasabi #7A9440
Tints of Wasabi #7A9440
RGB
CMYK
RGB Variations
Color information
#7A9440 (or 0x7A9440) is known color: Wasabi. HEX triplet: 7A, 94 and 40. RGB value is (122,148,64). Sum of RGB (Red+Green+Blue) = 122+148+64=334 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.53% from 334); Green value is 148 (58.20% from 255 or 44.31% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 148 - color contains mainly: green. Hex color #7A9440 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9440 is #856BBF. Grayscale: #828282. Windows color (decimal): -8743872 or 4232314. OLE color: 4232314.
HSL color Cylindrical-coordinate representation of color #7A9440: hue angle of 78.57º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A9440 is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 148 | 64 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.42 |
| HSL | 78.57º | 0.4% | 0.42% | - |
| HSV(B) | 78.57º | 0.57% | 0.58% | - |
| XYZ | 19.54 | 25.69 | 8.78 | - |
| YUV | 130.65 | 90.39 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 148 | 64 | 0.18 | 0 | 0.57 | 0.42 | 78.57 | 0.4 | 0.42 |
| Hex | 7A | 94 | 40 | 12 | 0 | 39 | 2A | 4F | 28 | 2A |
| Octal | 172 | 224 | 100 | 22 | 0 | 71 | 52 | 117 | 50 | 52 |
| Binary | 1111010 | 10010100 | 1000000 | 10010 | 0 | 111001 | 101010 | 1001111 | 101000 | 101010 |
Color Harmonies of #7A9440
Complementary color
Monochromatic Colors of #7A9440
Black with #7A9440
Text Example
Text Example
White with #7A9440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9440; }
p { color: rgb(122,148,64); }
H1.HeaderClassName
{
color: #7A9440;
}
.AnyTagClassName
{
color: #7A9440;
}
</style>
background-color css
<style>
a { background-color: #7A9440; }
a { background-color: rgb(122,148,64); }
div.DivClassName
{
background-color: #7A9440;
}
.BgClassName
{
background-color: #7A9440;
}
</style>
border-color css
<style>
span { border-color: #7A9440; }
span { border-color: rgb(122,148,64); }
td.TdClassName
{
border-color: #7A9440;
}
.TagClassName
{
border-color: #7A9440;
}
</style>