Shades of Wasabi #7B9341
Tints of Wasabi #7B9341
RGB
CMYK
RGB Variations
Color information
#7B9341 (or 0x7B9341) is known color: Wasabi. HEX triplet: 7B, 93 and 41. RGB value is (123,147,65). Sum of RGB (Red+Green+Blue) = 123+147+65=335 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.72% from 335); Green value is 147 (57.81% from 255 or 43.88% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 147 - color contains mainly: green. Hex color #7B9341 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9341 is #846CBE. Grayscale: #828282. Windows color (decimal): -8678591 or 4297595. OLE color: 4297595.
HSL color Cylindrical-coordinate representation of color #7B9341: hue angle of 77.56º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7B9341 is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 147 | 65 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.42 |
| HSL | 77.56º | 0.39% | 0.42% | - |
| HSV(B) | 77.56º | 0.56% | 0.58% | - |
| XYZ | 19.56 | 25.46 | 8.88 | - |
| YUV | 130.48 | 91.05 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 147 | 65 | 0.16 | 0 | 0.56 | 0.42 | 77.56 | 0.39 | 0.42 |
| Hex | 7B | 93 | 41 | 10 | 0 | 38 | 2A | 4E | 27 | 2A |
| Octal | 173 | 223 | 101 | 20 | 0 | 70 | 52 | 116 | 47 | 52 |
| Binary | 1111011 | 10010011 | 1000001 | 10000 | 0 | 111000 | 101010 | 1001110 | 100111 | 101010 |
Color Harmonies of #7B9341
Complementary color
Monochromatic Colors of #7B9341
Black with #7B9341
Text Example
Text Example
White with #7B9341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9341; }
p { color: rgb(123,147,65); }
H1.HeaderClassName
{
color: #7B9341;
}
.AnyTagClassName
{
color: #7B9341;
}
</style>
background-color css
<style>
a { background-color: #7B9341; }
a { background-color: rgb(123,147,65); }
div.DivClassName
{
background-color: #7B9341;
}
.BgClassName
{
background-color: #7B9341;
}
</style>
border-color css
<style>
span { border-color: #7B9341; }
span { border-color: rgb(123,147,65); }
td.TdClassName
{
border-color: #7B9341;
}
.TagClassName
{
border-color: #7B9341;
}
</style>