Shades of Wasabi #7A833E
Tints of Wasabi #7A833E
RGB
CMYK
RGB Variations
Color information
#7A833E (or 0x7A833E) is known color: Wasabi. HEX triplet: 7A, 83 and 3E. RGB value is (122,131,62). Sum of RGB (Red+Green+Blue) = 122+131+62=315 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.73% from 315); Green value is 131 (51.56% from 255 or 41.59% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 131 - color contains mainly: green. Hex color #7A833E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A833E is #857CC1. Grayscale: #787878. Windows color (decimal): -8748226 or 4096890. OLE color: 4096890.
HSL color Cylindrical-coordinate representation of color #7A833E: hue angle of 67.83º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A833E is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 131 | 62 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.49 |
| HSL | 67.83º | 0.36% | 0.38% | - |
| HSV(B) | 67.83º | 0.53% | 0.51% | - |
| XYZ | 17.01 | 20.72 | 7.66 | - |
| YUV | 120.44 | 95.02 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 131 | 62 | 0.07 | 0 | 0.53 | 0.49 | 67.83 | 0.36 | 0.38 |
| Hex | 7A | 83 | 3E | 7 | 0 | 35 | 31 | 44 | 24 | 26 |
| Octal | 172 | 203 | 76 | 7 | 0 | 65 | 61 | 104 | 44 | 46 |
| Binary | 1111010 | 10000011 | 111110 | 111 | 0 | 110101 | 110001 | 1000100 | 100100 | 100110 |
Color Harmonies of #7A833E
Complementary color
Monochromatic Colors of #7A833E
Black with #7A833E
Text Example
Text Example
White with #7A833E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A833E; }
p { color: rgb(122,131,62); }
H1.HeaderClassName
{
color: #7A833E;
}
.AnyTagClassName
{
color: #7A833E;
}
</style>
background-color css
<style>
a { background-color: #7A833E; }
a { background-color: rgb(122,131,62); }
div.DivClassName
{
background-color: #7A833E;
}
.BgClassName
{
background-color: #7A833E;
}
</style>
border-color css
<style>
span { border-color: #7A833E; }
span { border-color: rgb(122,131,62); }
td.TdClassName
{
border-color: #7A833E;
}
.TagClassName
{
border-color: #7A833E;
}
</style>