Shades of Wasabi #7A9148
Tints of Wasabi #7A9148
RGB
CMYK
RGB Variations
Color information
#7A9148 (or 0x7A9148) is known color: Wasabi. HEX triplet: 7A, 91 and 48. RGB value is (122,145,72). Sum of RGB (Red+Green+Blue) = 122+145+72=339 (44% of max value = 765). Red value is 122 (48.05% from 255 or 35.99% from 339); Green value is 145 (57.03% from 255 or 42.77% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 145 - color contains mainly: green. Hex color #7A9148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9148 is #856EB7. Grayscale: #828282. Windows color (decimal): -8744632 or 4755834. OLE color: 4755834.
HSL color Cylindrical-coordinate representation of color #7A9148: hue angle of 78.9º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A9148 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 122 | 145 | 72 | - |
| CMYK | 0.16 | 0 | 0.50 | 0.43 |
| HSL | 78.9º | 0.34% | 0.43% | - |
| HSV(B) | 78.9º | 0.5% | 0.57% | - |
| XYZ | 19.32 | 24.86 | 9.91 | - |
| YUV | 129.8 | 95.38 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 145 | 72 | 0.16 | 0 | 0.50 | 0.43 | 78.9 | 0.34 | 0.43 |
| Hex | 7A | 91 | 48 | 10 | 0 | 32 | 2B | 4F | 22 | 2B |
| Octal | 172 | 221 | 110 | 20 | 0 | 62 | 53 | 117 | 42 | 53 |
| Binary | 1111010 | 10010001 | 1001000 | 10000 | 0 | 110010 | 101011 | 1001111 | 100010 | 101011 |
Color Harmonies of #7A9148
Complementary color
Monochromatic Colors of #7A9148
Black with #7A9148
Text Example
Text Example
White with #7A9148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9148; }
p { color: rgb(122,145,72); }
H1.HeaderClassName
{
color: #7A9148;
}
.AnyTagClassName
{
color: #7A9148;
}
</style>
background-color css
<style>
a { background-color: #7A9148; }
a { background-color: rgb(122,145,72); }
div.DivClassName
{
background-color: #7A9148;
}
.BgClassName
{
background-color: #7A9148;
}
</style>
border-color css
<style>
span { border-color: #7A9148; }
span { border-color: rgb(122,145,72); }
td.TdClassName
{
border-color: #7A9148;
}
.TagClassName
{
border-color: #7A9148;
}
</style>