Shades of Wasabi #7B943C
Tints of Wasabi #7B943C
RGB
CMYK
RGB Variations
Color information
#7B943C (or 0x7B943C) is known color: Wasabi. HEX triplet: 7B, 94 and 3C. RGB value is (123,148,60). Sum of RGB (Red+Green+Blue) = 123+148+60=331 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.16% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 148 - color contains mainly: green. Hex color #7B943C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B943C is #846BC3. Grayscale: #828282. Windows color (decimal): -8678340 or 3970171. OLE color: 3970171.
HSL color Cylindrical-coordinate representation of color #7B943C: hue angle of 77.05º 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 #7B943C is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 148 | 60 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.42 |
| HSL | 77.05º | 0.42% | 0.41% | - |
| HSV(B) | 77.05º | 0.59% | 0.58% | - |
| XYZ | 19.57 | 25.72 | 8.21 | - |
| YUV | 130.49 | 88.22 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 148 | 60 | 0.17 | 0 | 0.59 | 0.42 | 77.05 | 0.42 | 0.41 |
| Hex | 7B | 94 | 3C | 11 | 0 | 3B | 2A | 4D | 2A | 29 |
| Octal | 173 | 224 | 74 | 21 | 0 | 73 | 52 | 115 | 52 | 51 |
| Binary | 1111011 | 10010100 | 111100 | 10001 | 0 | 111011 | 101010 | 1001101 | 101010 | 101001 |
Color Harmonies of #7B943C
Complementary color
Monochromatic Colors of #7B943C
Black with #7B943C
Text Example
Text Example
White with #7B943C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B943C; }
p { color: rgb(123,148,60); }
H1.HeaderClassName
{
color: #7B943C;
}
.AnyTagClassName
{
color: #7B943C;
}
</style>
background-color css
<style>
a { background-color: #7B943C; }
a { background-color: rgb(123,148,60); }
div.DivClassName
{
background-color: #7B943C;
}
.BgClassName
{
background-color: #7B943C;
}
</style>
border-color css
<style>
span { border-color: #7B943C; }
span { border-color: rgb(123,148,60); }
td.TdClassName
{
border-color: #7B943C;
}
.TagClassName
{
border-color: #7B943C;
}
</style>