Shades of Wasabi #7B9047
Tints of Wasabi #7B9047
RGB
CMYK
RGB Variations
Color information
#7B9047 (or 0x7B9047) is known color: Wasabi. HEX triplet: 7B, 90 and 47. RGB value is (123,144,71). Sum of RGB (Red+Green+Blue) = 123+144+71=338 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.39% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 71 (28.12% from 255 or 21.01% from 338); Max value from RGB is 144 - color contains mainly: green. Hex color #7B9047 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9047 is #846FB8. Grayscale: #818181. Windows color (decimal): -8679353 or 4690043. OLE color: 4690043.
HSL color Cylindrical-coordinate representation of color #7B9047: hue angle of 77.26º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B9047 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 123 | 144 | 71 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.44 |
| HSL | 77.26º | 0.34% | 0.42% | - |
| HSV(B) | 77.26º | 0.51% | 0.56% | - |
| XYZ | 19.28 | 24.61 | 9.7 | - |
| YUV | 129.4 | 95.04 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 144 | 71 | 0.15 | 0 | 0.51 | 0.44 | 77.26 | 0.34 | 0.42 |
| Hex | 7B | 90 | 47 | F | 0 | 33 | 2C | 4D | 22 | 2A |
| Octal | 173 | 220 | 107 | 17 | 0 | 63 | 54 | 115 | 42 | 52 |
| Binary | 1111011 | 10010000 | 1000111 | 1111 | 0 | 110011 | 101100 | 1001101 | 100010 | 101010 |
Color Harmonies of #7B9047
Complementary color
Monochromatic Colors of #7B9047
Black with #7B9047
Text Example
Text Example
White with #7B9047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9047; }
p { color: rgb(123,144,71); }
H1.HeaderClassName
{
color: #7B9047;
}
.AnyTagClassName
{
color: #7B9047;
}
</style>
background-color css
<style>
a { background-color: #7B9047; }
a { background-color: rgb(123,144,71); }
div.DivClassName
{
background-color: #7B9047;
}
.BgClassName
{
background-color: #7B9047;
}
</style>
border-color css
<style>
span { border-color: #7B9047; }
span { border-color: rgb(123,144,71); }
td.TdClassName
{
border-color: #7B9047;
}
.TagClassName
{
border-color: #7B9047;
}
</style>