Shades of Wasabi #7B9345
Tints of Wasabi #7B9345
RGB
CMYK
RGB Variations
Color information
#7B9345 (or 0x7B9345) is known color: Wasabi. HEX triplet: 7B, 93 and 45. RGB value is (123,147,69). Sum of RGB (Red+Green+Blue) = 123+147+69=339 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.28% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 147 - color contains mainly: green. Hex color #7B9345 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9345 is #846CBA. Grayscale: #838383. Windows color (decimal): -8678587 or 4559739. OLE color: 4559739.
HSL color Cylindrical-coordinate representation of color #7B9345: hue angle of 78.46º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7B9345 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 147 | 69 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.42 |
| HSL | 78.46º | 0.36% | 0.42% | - |
| HSV(B) | 78.46º | 0.53% | 0.58% | - |
| XYZ | 19.68 | 25.51 | 9.52 | - |
| YUV | 130.93 | 93.05 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 147 | 69 | 0.16 | 0 | 0.53 | 0.42 | 78.46 | 0.36 | 0.42 |
| Hex | 7B | 93 | 45 | 10 | 0 | 35 | 2A | 4E | 24 | 2A |
| Octal | 173 | 223 | 105 | 20 | 0 | 65 | 52 | 116 | 44 | 52 |
| Binary | 1111011 | 10010011 | 1000101 | 10000 | 0 | 110101 | 101010 | 1001110 | 100100 | 101010 |
Color Harmonies of #7B9345
Complementary color
Monochromatic Colors of #7B9345
Black with #7B9345
Text Example
Text Example
White with #7B9345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9345; }
p { color: rgb(123,147,69); }
H1.HeaderClassName
{
color: #7B9345;
}
.AnyTagClassName
{
color: #7B9345;
}
</style>
background-color css
<style>
a { background-color: #7B9345; }
a { background-color: rgb(123,147,69); }
div.DivClassName
{
background-color: #7B9345;
}
.BgClassName
{
background-color: #7B9345;
}
</style>
border-color css
<style>
span { border-color: #7B9345; }
span { border-color: rgb(123,147,69); }
td.TdClassName
{
border-color: #7B9345;
}
.TagClassName
{
border-color: #7B9345;
}
</style>