Shades of Wasabi #7B9132
Tints of Wasabi #7B9132
RGB
CMYK
RGB Variations
Color information
#7B9132 (or 0x7B9132) is known color: Wasabi. HEX triplet: 7B, 91 and 32. RGB value is (123,145,50). Sum of RGB (Red+Green+Blue) = 123+145+50=318 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.68% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 145 - color contains mainly: green. Hex color #7B9132 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9132 is #846ECD. Grayscale: #7F7F7F. Windows color (decimal): -8679118 or 3314043. OLE color: 3314043.
HSL color Cylindrical-coordinate representation of color #7B9132: hue angle of 73.89º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7B9132 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 123 | 145 | 50 | - |
| CMYK | 0.15 | 0 | 0.66 | 0.43 |
| HSL | 73.89º | 0.49% | 0.38% | - |
| HSV(B) | 73.89º | 0.66% | 0.57% | - |
| XYZ | 18.87 | 24.69 | 6.79 | - |
| YUV | 127.59 | 84.21 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 145 | 50 | 0.15 | 0 | 0.66 | 0.43 | 73.89 | 0.49 | 0.38 |
| Hex | 7B | 91 | 32 | F | 0 | 42 | 2B | 4A | 31 | 26 |
| Octal | 173 | 221 | 62 | 17 | 0 | 102 | 53 | 112 | 61 | 46 |
| Binary | 1111011 | 10010001 | 110010 | 1111 | 0 | 1000010 | 101011 | 1001010 | 110001 | 100110 |
Color Harmonies of #7B9132
Complementary color
Monochromatic Colors of #7B9132
Black with #7B9132
Text Example
Text Example
White with #7B9132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9132; }
p { color: rgb(123,145,50); }
H1.HeaderClassName
{
color: #7B9132;
}
.AnyTagClassName
{
color: #7B9132;
}
</style>
background-color css
<style>
a { background-color: #7B9132; }
a { background-color: rgb(123,145,50); }
div.DivClassName
{
background-color: #7B9132;
}
.BgClassName
{
background-color: #7B9132;
}
</style>
border-color css
<style>
span { border-color: #7B9132; }
span { border-color: rgb(123,145,50); }
td.TdClassName
{
border-color: #7B9132;
}
.TagClassName
{
border-color: #7B9132;
}
</style>