Shades of Wasabi #7B803F
Tints of Wasabi #7B803F
RGB
CMYK
RGB Variations
Color information
#7B803F (or 0x7B803F) is known color: Wasabi. HEX triplet: 7B, 80 and 3F. RGB value is (123,128,63). Sum of RGB (Red+Green+Blue) = 123+128+63=314 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.17% from 314); Green value is 128 (50.39% from 255 or 40.76% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 128 - color contains mainly: green. Hex color #7B803F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B803F is #847FC0. Grayscale: #777777. Windows color (decimal): -8683457 or 4161659. OLE color: 4161659.
HSL color Cylindrical-coordinate representation of color #7B803F: hue angle of 64.62º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B803F is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 123 | 128 | 63 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.50 |
| HSL | 64.62º | 0.34% | 0.37% | - |
| HSV(B) | 64.62º | 0.51% | 0.5% | - |
| XYZ | 16.78 | 20.01 | 7.68 | - |
| YUV | 119.1 | 96.34 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 128 | 63 | 0.04 | 0 | 0.51 | 0.50 | 64.62 | 0.34 | 0.37 |
| Hex | 7B | 80 | 3F | 4 | 0 | 33 | 32 | 41 | 22 | 25 |
| Octal | 173 | 200 | 77 | 4 | 0 | 63 | 62 | 101 | 42 | 45 |
| Binary | 1111011 | 10000000 | 111111 | 100 | 0 | 110011 | 110010 | 1000001 | 100010 | 100101 |
Color Harmonies of #7B803F
Complementary color
Monochromatic Colors of #7B803F
Black with #7B803F
Text Example
Text Example
White with #7B803F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B803F; }
p { color: rgb(123,128,63); }
H1.HeaderClassName
{
color: #7B803F;
}
.AnyTagClassName
{
color: #7B803F;
}
</style>
background-color css
<style>
a { background-color: #7B803F; }
a { background-color: rgb(123,128,63); }
div.DivClassName
{
background-color: #7B803F;
}
.BgClassName
{
background-color: #7B803F;
}
</style>
border-color css
<style>
span { border-color: #7B803F; }
span { border-color: rgb(123,128,63); }
td.TdClassName
{
border-color: #7B803F;
}
.TagClassName
{
border-color: #7B803F;
}
</style>