Shades of Wasabi #7A8141
Tints of Wasabi #7A8141
RGB
CMYK
RGB Variations
Color information
#7A8141 (or 0x7A8141) is known color: Wasabi. HEX triplet: 7A, 81 and 41. RGB value is (122,129,65). Sum of RGB (Red+Green+Blue) = 122+129+65=316 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.61% from 316); Green value is 129 (50.78% from 255 or 40.82% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 129 - color contains mainly: green. Hex color #7A8141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8141 is #857EBE. Grayscale: #777777. Windows color (decimal): -8748735 or 4292986. OLE color: 4292986.
HSL color Cylindrical-coordinate representation of color #7A8141: hue angle of 66.56º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A8141 is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 129 | 65 | - |
| CMYK | 0.05 | 0 | 0.50 | 0.49 |
| HSL | 66.56º | 0.33% | 0.38% | - |
| HSV(B) | 66.56º | 0.5% | 0.51% | - |
| XYZ | 16.83 | 20.22 | 8.02 | - |
| YUV | 119.61 | 97.18 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 129 | 65 | 0.05 | 0 | 0.50 | 0.49 | 66.56 | 0.33 | 0.38 |
| Hex | 7A | 81 | 41 | 5 | 0 | 32 | 31 | 43 | 21 | 26 |
| Octal | 172 | 201 | 101 | 5 | 0 | 62 | 61 | 103 | 41 | 46 |
| Binary | 1111010 | 10000001 | 1000001 | 101 | 0 | 110010 | 110001 | 1000011 | 100001 | 100110 |
Color Harmonies of #7A8141
Complementary color
Monochromatic Colors of #7A8141
Black with #7A8141
Text Example
Text Example
White with #7A8141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8141; }
p { color: rgb(122,129,65); }
H1.HeaderClassName
{
color: #7A8141;
}
.AnyTagClassName
{
color: #7A8141;
}
</style>
background-color css
<style>
a { background-color: #7A8141; }
a { background-color: rgb(122,129,65); }
div.DivClassName
{
background-color: #7A8141;
}
.BgClassName
{
background-color: #7A8141;
}
</style>
border-color css
<style>
span { border-color: #7A8141; }
span { border-color: rgb(122,129,65); }
td.TdClassName
{
border-color: #7A8141;
}
.TagClassName
{
border-color: #7A8141;
}
</style>