Shades of Wasabi #7B9342
Tints of Wasabi #7B9342
RGB
CMYK
RGB Variations
Color information
#7B9342 (or 0x7B9342) is known color: Wasabi. HEX triplet: 7B, 93 and 42. RGB value is (123,147,66). Sum of RGB (Red+Green+Blue) = 123+147+66=336 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.61% from 336); Green value is 147 (57.81% from 255 or 43.75% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 147 - color contains mainly: green. Hex color #7B9342 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9342 is #846CBD. Grayscale: #828282. Windows color (decimal): -8678590 or 4363131. OLE color: 4363131.
HSL color Cylindrical-coordinate representation of color #7B9342: hue angle of 77.78º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7B9342 is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 147 | 66 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.42 |
| HSL | 77.78º | 0.38% | 0.42% | - |
| HSV(B) | 77.78º | 0.55% | 0.58% | - |
| XYZ | 19.59 | 25.47 | 9.04 | - |
| YUV | 130.59 | 91.55 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 147 | 66 | 0.16 | 0 | 0.55 | 0.42 | 77.78 | 0.38 | 0.42 |
| Hex | 7B | 93 | 42 | 10 | 0 | 37 | 2A | 4E | 26 | 2A |
| Octal | 173 | 223 | 102 | 20 | 0 | 67 | 52 | 116 | 46 | 52 |
| Binary | 1111011 | 10010011 | 1000010 | 10000 | 0 | 110111 | 101010 | 1001110 | 100110 | 101010 |
Color Harmonies of #7B9342
Complementary color
Monochromatic Colors of #7B9342
Black with #7B9342
Text Example
Text Example
White with #7B9342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9342; }
p { color: rgb(123,147,66); }
H1.HeaderClassName
{
color: #7B9342;
}
.AnyTagClassName
{
color: #7B9342;
}
</style>
background-color css
<style>
a { background-color: #7B9342; }
a { background-color: rgb(123,147,66); }
div.DivClassName
{
background-color: #7B9342;
}
.BgClassName
{
background-color: #7B9342;
}
</style>
border-color css
<style>
span { border-color: #7B9342; }
span { border-color: rgb(123,147,66); }
td.TdClassName
{
border-color: #7B9342;
}
.TagClassName
{
border-color: #7B9342;
}
</style>