Shades of Wasabi #7A8B48
Tints of Wasabi #7A8B48
RGB
CMYK
RGB Variations
Color information
#7A8B48 (or 0x7A8B48) is known color: Wasabi. HEX triplet: 7A, 8B and 48. RGB value is (122,139,72). Sum of RGB (Red+Green+Blue) = 122+139+72=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 139 (54.69% from 255 or 41.74% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 139 - color contains mainly: green. Hex color #7A8B48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8B48 is #8574B7. Grayscale: #7E7E7E. Windows color (decimal): -8746168 or 4754298. OLE color: 4754298.
HSL color Cylindrical-coordinate representation of color #7A8B48: hue angle of 75.22º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A8B48 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 139 | 72 | - |
| CMYK | 0.12 | 0 | 0.48 | 0.45 |
| HSL | 75.22º | 0.32% | 0.41% | - |
| HSV(B) | 75.22º | 0.48% | 0.55% | - |
| XYZ | 18.43 | 23.07 | 9.61 | - |
| YUV | 126.28 | 97.37 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 139 | 72 | 0.12 | 0 | 0.48 | 0.45 | 75.22 | 0.32 | 0.41 |
| Hex | 7A | 8B | 48 | C | 0 | 30 | 2D | 4B | 20 | 29 |
| Octal | 172 | 213 | 110 | 14 | 0 | 60 | 55 | 113 | 40 | 51 |
| Binary | 1111010 | 10001011 | 1001000 | 1100 | 0 | 110000 | 101101 | 1001011 | 100000 | 101001 |
Color Harmonies of #7A8B48
Complementary color
Monochromatic Colors of #7A8B48
Black with #7A8B48
Text Example
Text Example
White with #7A8B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8B48; }
p { color: rgb(122,139,72); }
H1.HeaderClassName
{
color: #7A8B48;
}
.AnyTagClassName
{
color: #7A8B48;
}
</style>
background-color css
<style>
a { background-color: #7A8B48; }
a { background-color: rgb(122,139,72); }
div.DivClassName
{
background-color: #7A8B48;
}
.BgClassName
{
background-color: #7A8B48;
}
</style>
border-color css
<style>
span { border-color: #7A8B48; }
span { border-color: rgb(122,139,72); }
td.TdClassName
{
border-color: #7A8B48;
}
.TagClassName
{
border-color: #7A8B48;
}
</style>