Shades of Wasabi #7B943D
Tints of Wasabi #7B943D
RGB
CMYK
RGB Variations
Color information
#7B943D (or 0x7B943D) is known color: Wasabi. HEX triplet: 7B, 94 and 3D. RGB value is (123,148,61). Sum of RGB (Red+Green+Blue) = 123+148+61=332 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.05% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 148 - color contains mainly: green. Hex color #7B943D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B943D is #846BC2. Grayscale: #828282. Windows color (decimal): -8678339 or 4035707. OLE color: 4035707.
HSL color Cylindrical-coordinate representation of color #7B943D: hue angle of 77.24º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B943D is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 148 | 61 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.42 |
| HSL | 77.24º | 0.42% | 0.41% | - |
| HSV(B) | 77.24º | 0.59% | 0.58% | - |
| XYZ | 19.6 | 25.73 | 8.35 | - |
| YUV | 130.61 | 88.72 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 148 | 61 | 0.17 | 0 | 0.59 | 0.42 | 77.24 | 0.42 | 0.41 |
| Hex | 7B | 94 | 3D | 11 | 0 | 3B | 2A | 4D | 2A | 29 |
| Octal | 173 | 224 | 75 | 21 | 0 | 73 | 52 | 115 | 52 | 51 |
| Binary | 1111011 | 10010100 | 111101 | 10001 | 0 | 111011 | 101010 | 1001101 | 101010 | 101001 |
Color Harmonies of #7B943D
Complementary color
Monochromatic Colors of #7B943D
Black with #7B943D
Text Example
Text Example
White with #7B943D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B943D; }
p { color: rgb(123,148,61); }
H1.HeaderClassName
{
color: #7B943D;
}
.AnyTagClassName
{
color: #7B943D;
}
</style>
background-color css
<style>
a { background-color: #7B943D; }
a { background-color: rgb(123,148,61); }
div.DivClassName
{
background-color: #7B943D;
}
.BgClassName
{
background-color: #7B943D;
}
</style>
border-color css
<style>
span { border-color: #7B943D; }
span { border-color: rgb(123,148,61); }
td.TdClassName
{
border-color: #7B943D;
}
.TagClassName
{
border-color: #7B943D;
}
</style>