Shades of Wasabi #7B9049
Tints of Wasabi #7B9049
RGB
CMYK
RGB Variations
Color information
#7B9049 (or 0x7B9049) is known color: Wasabi. HEX triplet: 7B, 90 and 49. RGB value is (123,144,73). Sum of RGB (Red+Green+Blue) = 123+144+73=340 (45% of max value = 765). Red value is 123 (48.44% from 255 or 36.18% from 340); Green value is 144 (56.64% from 255 or 42.35% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 144 - color contains mainly: green. Hex color #7B9049 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9049 is #846FB6. Grayscale: #818181. Windows color (decimal): -8679351 or 4821115. OLE color: 4821115.
HSL color Cylindrical-coordinate representation of color #7B9049: hue angle of 77.75º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B9049 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 123 | 144 | 73 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.44 |
| HSL | 77.75º | 0.33% | 0.43% | - |
| HSV(B) | 77.75º | 0.49% | 0.56% | - |
| XYZ | 19.34 | 24.64 | 10.04 | - |
| YUV | 129.63 | 96.04 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 144 | 73 | 0.15 | 0 | 0.49 | 0.44 | 77.75 | 0.33 | 0.43 |
| Hex | 7B | 90 | 49 | F | 0 | 31 | 2C | 4E | 21 | 2B |
| Octal | 173 | 220 | 111 | 17 | 0 | 61 | 54 | 116 | 41 | 53 |
| Binary | 1111011 | 10010000 | 1001001 | 1111 | 0 | 110001 | 101100 | 1001110 | 100001 | 101011 |
Color Harmonies of #7B9049
Complementary color
Monochromatic Colors of #7B9049
Black with #7B9049
Text Example
Text Example
White with #7B9049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9049; }
p { color: rgb(123,144,73); }
H1.HeaderClassName
{
color: #7B9049;
}
.AnyTagClassName
{
color: #7B9049;
}
</style>
background-color css
<style>
a { background-color: #7B9049; }
a { background-color: rgb(123,144,73); }
div.DivClassName
{
background-color: #7B9049;
}
.BgClassName
{
background-color: #7B9049;
}
</style>
border-color css
<style>
span { border-color: #7B9049; }
span { border-color: rgb(123,144,73); }
td.TdClassName
{
border-color: #7B9049;
}
.TagClassName
{
border-color: #7B9049;
}
</style>