Shades of Wasabi #7A8837
Tints of Wasabi #7A8837
RGB
CMYK
RGB Variations
Color information
#7A8837 (or 0x7A8837) is known color: Wasabi. HEX triplet: 7A, 88 and 37. RGB value is (122,136,55). Sum of RGB (Red+Green+Blue) = 122+136+55=313 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.98% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 55 (21.88% from 255 or 17.57% from 313); Max value from RGB is 136 - color contains mainly: green. Hex color #7A8837 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8837 is #8577C8. Grayscale: #7A7A7A. Windows color (decimal): -8746953 or 3639418. OLE color: 3639418.
HSL color Cylindrical-coordinate representation of color #7A8837: hue angle of 70.37º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7A8837 is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 136 | 55 | - |
| CMYK | 0.10 | 0 | 0.60 | 0.47 |
| HSL | 70.37º | 0.42% | 0.37% | - |
| HSV(B) | 70.37º | 0.6% | 0.53% | - |
| XYZ | 17.52 | 22.02 | 6.94 | - |
| YUV | 122.58 | 89.86 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 136 | 55 | 0.10 | 0 | 0.60 | 0.47 | 70.37 | 0.42 | 0.37 |
| Hex | 7A | 88 | 37 | A | 0 | 3C | 2F | 46 | 2A | 25 |
| Octal | 172 | 210 | 67 | 12 | 0 | 74 | 57 | 106 | 52 | 45 |
| Binary | 1111010 | 10001000 | 110111 | 1010 | 0 | 111100 | 101111 | 1000110 | 101010 | 100101 |
Color Harmonies of #7A8837
Complementary color
Monochromatic Colors of #7A8837
Black with #7A8837
Text Example
Text Example
White with #7A8837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8837; }
p { color: rgb(122,136,55); }
H1.HeaderClassName
{
color: #7A8837;
}
.AnyTagClassName
{
color: #7A8837;
}
</style>
background-color css
<style>
a { background-color: #7A8837; }
a { background-color: rgb(122,136,55); }
div.DivClassName
{
background-color: #7A8837;
}
.BgClassName
{
background-color: #7A8837;
}
</style>
border-color css
<style>
span { border-color: #7A8837; }
span { border-color: rgb(122,136,55); }
td.TdClassName
{
border-color: #7A8837;
}
.TagClassName
{
border-color: #7A8837;
}
</style>