Shades of Wasabi #7A8A3A
Tints of Wasabi #7A8A3A
RGB
CMYK
RGB Variations
Color information
#7A8A3A (or 0x7A8A3A) is known color: Wasabi. HEX triplet: 7A, 8A and 3A. RGB value is (122,138,58). Sum of RGB (Red+Green+Blue) = 122+138+58=318 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.36% from 318); Green value is 138 (54.30% from 255 or 43.40% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 138 - color contains mainly: green. Hex color #7A8A3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8A3A is #8575C5. Grayscale: #7C7C7C. Windows color (decimal): -8746438 or 3836538. OLE color: 3836538.
HSL color Cylindrical-coordinate representation of color #7A8A3A: hue angle of 72º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7A8A3A is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 122 | 138 | 58 | - |
| CMYK | 0.12 | 0 | 0.58 | 0.46 |
| HSL | 72º | 0.41% | 0.38% | - |
| HSV(B) | 72º | 0.58% | 0.54% | - |
| XYZ | 17.88 | 22.62 | 7.43 | - |
| YUV | 124.1 | 90.7 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 138 | 58 | 0.12 | 0 | 0.58 | 0.46 | 72 | 0.41 | 0.38 |
| Hex | 7A | 8A | 3A | C | 0 | 3A | 2E | 48 | 29 | 26 |
| Octal | 172 | 212 | 72 | 14 | 0 | 72 | 56 | 110 | 51 | 46 |
| Binary | 1111010 | 10001010 | 111010 | 1100 | 0 | 111010 | 101110 | 1001000 | 101001 | 100110 |
Color Harmonies of #7A8A3A
Complementary color
Monochromatic Colors of #7A8A3A
Black with #7A8A3A
Text Example
Text Example
White with #7A8A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8A3A; }
p { color: rgb(122,138,58); }
H1.HeaderClassName
{
color: #7A8A3A;
}
.AnyTagClassName
{
color: #7A8A3A;
}
</style>
background-color css
<style>
a { background-color: #7A8A3A; }
a { background-color: rgb(122,138,58); }
div.DivClassName
{
background-color: #7A8A3A;
}
.BgClassName
{
background-color: #7A8A3A;
}
</style>
border-color css
<style>
span { border-color: #7A8A3A; }
span { border-color: rgb(122,138,58); }
td.TdClassName
{
border-color: #7A8A3A;
}
.TagClassName
{
border-color: #7A8A3A;
}
</style>