Shades of Wasabi #7A8934
Tints of Wasabi #7A8934
RGB
CMYK
RGB Variations
Color information
#7A8934 (or 0x7A8934) is known color: Wasabi. HEX triplet: 7A, 89 and 34. RGB value is (122,137,52). Sum of RGB (Red+Green+Blue) = 122+137+52=311 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.23% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 52 (20.70% from 255 or 16.72% from 311); Max value from RGB is 137 - color contains mainly: green. Hex color #7A8934 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8934 is #8576CB. Grayscale: #7B7B7B. Windows color (decimal): -8746700 or 3443066. OLE color: 3443066.
HSL color Cylindrical-coordinate representation of color #7A8934: hue angle of 70.59º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7A8934 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 122 | 137 | 52 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.46 |
| HSL | 70.59º | 0.45% | 0.37% | - |
| HSV(B) | 70.59º | 0.62% | 0.54% | - |
| XYZ | 17.59 | 22.28 | 6.62 | - |
| YUV | 122.83 | 88.03 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 137 | 52 | 0.11 | 0 | 0.62 | 0.46 | 70.59 | 0.45 | 0.37 |
| Hex | 7A | 89 | 34 | B | 0 | 3E | 2E | 47 | 2D | 25 |
| Octal | 172 | 211 | 64 | 13 | 0 | 76 | 56 | 107 | 55 | 45 |
| Binary | 1111010 | 10001001 | 110100 | 1011 | 0 | 111110 | 101110 | 1000111 | 101101 | 100101 |
Color Harmonies of #7A8934
Complementary color
Monochromatic Colors of #7A8934
Black with #7A8934
Text Example
Text Example
White with #7A8934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8934; }
p { color: rgb(122,137,52); }
H1.HeaderClassName
{
color: #7A8934;
}
.AnyTagClassName
{
color: #7A8934;
}
</style>
background-color css
<style>
a { background-color: #7A8934; }
a { background-color: rgb(122,137,52); }
div.DivClassName
{
background-color: #7A8934;
}
.BgClassName
{
background-color: #7A8934;
}
</style>
border-color css
<style>
span { border-color: #7A8934; }
span { border-color: rgb(122,137,52); }
td.TdClassName
{
border-color: #7A8934;
}
.TagClassName
{
border-color: #7A8934;
}
</style>