Shades of Wasabi #7A8930
Tints of Wasabi #7A8930
RGB
CMYK
RGB Variations
Color information
#7A8930 (or 0x7A8930) is known color: Wasabi. HEX triplet: 7A, 89 and 30. RGB value is (122,137,48). Sum of RGB (Red+Green+Blue) = 122+137+48=307 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.74% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 48 (19.14% from 255 or 15.64% from 307); Max value from RGB is 137 - color contains mainly: green. Hex color #7A8930 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8930 is #8576CF. Grayscale: #7A7A7A. Windows color (decimal): -8746704 or 3180922. OLE color: 3180922.
HSL color Cylindrical-coordinate representation of color #7A8930: hue angle of 70.11º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7A8930 is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 122 | 137 | 48 | - |
| CMYK | 0.11 | 0 | 0.65 | 0.46 |
| HSL | 70.11º | 0.48% | 0.36% | - |
| HSV(B) | 70.11º | 0.65% | 0.54% | - |
| XYZ | 17.51 | 22.24 | 6.17 | - |
| YUV | 122.37 | 86.03 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 137 | 48 | 0.11 | 0 | 0.65 | 0.46 | 70.11 | 0.48 | 0.36 |
| Hex | 7A | 89 | 30 | B | 0 | 41 | 2E | 46 | 30 | 24 |
| Octal | 172 | 211 | 60 | 13 | 0 | 101 | 56 | 106 | 60 | 44 |
| Binary | 1111010 | 10001001 | 110000 | 1011 | 0 | 1000001 | 101110 | 1000110 | 110000 | 100100 |
Color Harmonies of #7A8930
Complementary color
Monochromatic Colors of #7A8930
Black with #7A8930
Text Example
Text Example
White with #7A8930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8930; }
p { color: rgb(122,137,48); }
H1.HeaderClassName
{
color: #7A8930;
}
.AnyTagClassName
{
color: #7A8930;
}
</style>
background-color css
<style>
a { background-color: #7A8930; }
a { background-color: rgb(122,137,48); }
div.DivClassName
{
background-color: #7A8930;
}
.BgClassName
{
background-color: #7A8930;
}
</style>
border-color css
<style>
span { border-color: #7A8930; }
span { border-color: rgb(122,137,48); }
td.TdClassName
{
border-color: #7A8930;
}
.TagClassName
{
border-color: #7A8930;
}
</style>