Shades of Wasabi #7B9348
Tints of Wasabi #7B9348
RGB
CMYK
RGB Variations
Color information
#7B9348 (or 0x7B9348) is known color: Wasabi. HEX triplet: 7B, 93 and 48. RGB value is (123,147,72). Sum of RGB (Red+Green+Blue) = 123+147+72=342 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.96% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 147 - color contains mainly: green. Hex color #7B9348 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9348 is #846CB7. Grayscale: #838383. Windows color (decimal): -8678584 or 4756347. OLE color: 4756347.
HSL color Cylindrical-coordinate representation of color #7B9348: hue angle of 79.2º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B9348 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 147 | 72 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.42 |
| HSL | 79.2º | 0.34% | 0.43% | - |
| HSV(B) | 79.2º | 0.51% | 0.58% | - |
| XYZ | 19.77 | 25.55 | 10.02 | - |
| YUV | 131.27 | 94.55 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 147 | 72 | 0.16 | 0 | 0.51 | 0.42 | 79.2 | 0.34 | 0.43 |
| Hex | 7B | 93 | 48 | 10 | 0 | 33 | 2A | 4F | 22 | 2B |
| Octal | 173 | 223 | 110 | 20 | 0 | 63 | 52 | 117 | 42 | 53 |
| Binary | 1111011 | 10010011 | 1001000 | 10000 | 0 | 110011 | 101010 | 1001111 | 100010 | 101011 |
Color Harmonies of #7B9348
Complementary color
Monochromatic Colors of #7B9348
Black with #7B9348
Text Example
Text Example
White with #7B9348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9348; }
p { color: rgb(123,147,72); }
H1.HeaderClassName
{
color: #7B9348;
}
.AnyTagClassName
{
color: #7B9348;
}
</style>
background-color css
<style>
a { background-color: #7B9348; }
a { background-color: rgb(123,147,72); }
div.DivClassName
{
background-color: #7B9348;
}
.BgClassName
{
background-color: #7B9348;
}
</style>
border-color css
<style>
span { border-color: #7B9348; }
span { border-color: rgb(123,147,72); }
td.TdClassName
{
border-color: #7B9348;
}
.TagClassName
{
border-color: #7B9348;
}
</style>