Shades of Wasabi #7A8A47
Tints of Wasabi #7A8A47
RGB
CMYK
RGB Variations
Color information
#7A8A47 (or 0x7A8A47) is known color: Wasabi. HEX triplet: 7A, 8A and 47. RGB value is (122,138,71). Sum of RGB (Red+Green+Blue) = 122+138+71=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 138 (54.30% from 255 or 41.69% from 331); Blue value is 71 (28.12% from 255 or 21.45% from 331); Max value from RGB is 138 - color contains mainly: green. Hex color #7A8A47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8A47 is #8575B8. Grayscale: #7D7D7D. Windows color (decimal): -8746425 or 4688506. OLE color: 4688506.
HSL color Cylindrical-coordinate representation of color #7A8A47: hue angle of 74.33º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A8A47 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 122 | 138 | 71 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.46 |
| HSL | 74.33º | 0.32% | 0.41% | - |
| HSV(B) | 74.33º | 0.49% | 0.54% | - |
| XYZ | 18.25 | 22.77 | 9.39 | - |
| YUV | 125.58 | 97.2 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 138 | 71 | 0.12 | 0 | 0.49 | 0.46 | 74.33 | 0.32 | 0.41 |
| Hex | 7A | 8A | 47 | C | 0 | 31 | 2E | 4A | 20 | 29 |
| Octal | 172 | 212 | 107 | 14 | 0 | 61 | 56 | 112 | 40 | 51 |
| Binary | 1111010 | 10001010 | 1000111 | 1100 | 0 | 110001 | 101110 | 1001010 | 100000 | 101001 |
Color Harmonies of #7A8A47
Complementary color
Monochromatic Colors of #7A8A47
Black with #7A8A47
Text Example
Text Example
White with #7A8A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8A47; }
p { color: rgb(122,138,71); }
H1.HeaderClassName
{
color: #7A8A47;
}
.AnyTagClassName
{
color: #7A8A47;
}
</style>
background-color css
<style>
a { background-color: #7A8A47; }
a { background-color: rgb(122,138,71); }
div.DivClassName
{
background-color: #7A8A47;
}
.BgClassName
{
background-color: #7A8A47;
}
</style>
border-color css
<style>
span { border-color: #7A8A47; }
span { border-color: rgb(122,138,71); }
td.TdClassName
{
border-color: #7A8A47;
}
.TagClassName
{
border-color: #7A8A47;
}
</style>