Shades of Wasabi #7A8941
Tints of Wasabi #7A8941
RGB
CMYK
RGB Variations
Color information
#7A8941 (or 0x7A8941) is known color: Wasabi. HEX triplet: 7A, 89 and 41. RGB value is (122,137,65). Sum of RGB (Red+Green+Blue) = 122+137+65=324 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.65% from 324); Green value is 137 (53.91% from 255 or 42.28% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 137 - color contains mainly: green. Hex color #7A8941 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8941 is #8576BE. Grayscale: #7C7C7C. Windows color (decimal): -8746687 or 4295034. OLE color: 4295034.
HSL color Cylindrical-coordinate representation of color #7A8941: hue angle of 72.5º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A8941 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 122 | 137 | 65 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.46 |
| HSL | 72.5º | 0.36% | 0.4% | - |
| HSV(B) | 72.5º | 0.53% | 0.54% | - |
| XYZ | 17.93 | 22.41 | 8.38 | - |
| YUV | 124.31 | 94.53 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 137 | 65 | 0.11 | 0 | 0.53 | 0.46 | 72.5 | 0.36 | 0.4 |
| Hex | 7A | 89 | 41 | B | 0 | 35 | 2E | 48 | 24 | 28 |
| Octal | 172 | 211 | 101 | 13 | 0 | 65 | 56 | 110 | 44 | 50 |
| Binary | 1111010 | 10001001 | 1000001 | 1011 | 0 | 110101 | 101110 | 1001000 | 100100 | 101000 |
Color Harmonies of #7A8941
Complementary color
Monochromatic Colors of #7A8941
Black with #7A8941
Text Example
Text Example
White with #7A8941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8941; }
p { color: rgb(122,137,65); }
H1.HeaderClassName
{
color: #7A8941;
}
.AnyTagClassName
{
color: #7A8941;
}
</style>
background-color css
<style>
a { background-color: #7A8941; }
a { background-color: rgb(122,137,65); }
div.DivClassName
{
background-color: #7A8941;
}
.BgClassName
{
background-color: #7A8941;
}
</style>
border-color css
<style>
span { border-color: #7A8941; }
span { border-color: rgb(122,137,65); }
td.TdClassName
{
border-color: #7A8941;
}
.TagClassName
{
border-color: #7A8941;
}
</style>