Shades of Wasabi #7B933F
Tints of Wasabi #7B933F
RGB
CMYK
RGB Variations
Color information
#7B933F (or 0x7B933F) is known color: Wasabi. HEX triplet: 7B, 93 and 3F. RGB value is (123,147,63). Sum of RGB (Red+Green+Blue) = 123+147+63=333 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.94% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 147 - color contains mainly: green. Hex color #7B933F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B933F is #846CC0. Grayscale: #828282. Windows color (decimal): -8678593 or 4166523. OLE color: 4166523.
HSL color Cylindrical-coordinate representation of color #7B933F: hue angle of 77.14º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7B933F is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 147 | 63 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.42 |
| HSL | 77.14º | 0.4% | 0.41% | - |
| HSV(B) | 77.14º | 0.57% | 0.58% | - |
| XYZ | 19.5 | 25.44 | 8.58 | - |
| YUV | 130.25 | 90.05 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 147 | 63 | 0.16 | 0 | 0.57 | 0.42 | 77.14 | 0.4 | 0.41 |
| Hex | 7B | 93 | 3F | 10 | 0 | 39 | 2A | 4D | 28 | 29 |
| Octal | 173 | 223 | 77 | 20 | 0 | 71 | 52 | 115 | 50 | 51 |
| Binary | 1111011 | 10010011 | 111111 | 10000 | 0 | 111001 | 101010 | 1001101 | 101000 | 101001 |
Color Harmonies of #7B933F
Complementary color
Monochromatic Colors of #7B933F
Black with #7B933F
Text Example
Text Example
White with #7B933F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B933F; }
p { color: rgb(123,147,63); }
H1.HeaderClassName
{
color: #7B933F;
}
.AnyTagClassName
{
color: #7B933F;
}
</style>
background-color css
<style>
a { background-color: #7B933F; }
a { background-color: rgb(123,147,63); }
div.DivClassName
{
background-color: #7B933F;
}
.BgClassName
{
background-color: #7B933F;
}
</style>
border-color css
<style>
span { border-color: #7B933F; }
span { border-color: rgb(123,147,63); }
td.TdClassName
{
border-color: #7B933F;
}
.TagClassName
{
border-color: #7B933F;
}
</style>