Shades of Wasabi #7B943B
Tints of Wasabi #7B943B
RGB
CMYK
RGB Variations
Color information
#7B943B (or 0x7B943B) is known color: Wasabi. HEX triplet: 7B, 94 and 3B. RGB value is (123,148,59). Sum of RGB (Red+Green+Blue) = 123+148+59=330 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.27% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 59 (23.44% from 255 or 17.88% from 330); Max value from RGB is 148 - color contains mainly: green. Hex color #7B943B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B943B is #846BC4. Grayscale: #828282. Windows color (decimal): -8678341 or 3904635. OLE color: 3904635.
HSL color Cylindrical-coordinate representation of color #7B943B: hue angle of 76.85º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7B943B is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 148 | 59 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.42 |
| HSL | 76.85º | 0.43% | 0.41% | - |
| HSV(B) | 76.85º | 0.6% | 0.58% | - |
| XYZ | 19.55 | 25.71 | 8.07 | - |
| YUV | 130.38 | 87.72 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 148 | 59 | 0.17 | 0 | 0.60 | 0.42 | 76.85 | 0.43 | 0.41 |
| Hex | 7B | 94 | 3B | 11 | 0 | 3C | 2A | 4D | 2B | 29 |
| Octal | 173 | 224 | 73 | 21 | 0 | 74 | 52 | 115 | 53 | 51 |
| Binary | 1111011 | 10010100 | 111011 | 10001 | 0 | 111100 | 101010 | 1001101 | 101011 | 101001 |
Color Harmonies of #7B943B
Complementary color
Monochromatic Colors of #7B943B
Black with #7B943B
Text Example
Text Example
White with #7B943B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B943B; }
p { color: rgb(123,148,59); }
H1.HeaderClassName
{
color: #7B943B;
}
.AnyTagClassName
{
color: #7B943B;
}
</style>
background-color css
<style>
a { background-color: #7B943B; }
a { background-color: rgb(123,148,59); }
div.DivClassName
{
background-color: #7B943B;
}
.BgClassName
{
background-color: #7B943B;
}
</style>
border-color css
<style>
span { border-color: #7B943B; }
span { border-color: rgb(123,148,59); }
td.TdClassName
{
border-color: #7B943B;
}
.TagClassName
{
border-color: #7B943B;
}
</style>