Shades of Wasabi #7C843A
Tints of Wasabi #7C843A
RGB
CMYK
RGB Variations
Color information
#7C843A (or 0x7C843A) is known color: Wasabi. HEX triplet: 7C, 84 and 3A. RGB value is (124,132,58). Sum of RGB (Red+Green+Blue) = 124+132+58=314 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.49% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 132 - color contains mainly: green. Hex color #7C843A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C843A is #837BC5. Grayscale: #797979. Windows color (decimal): -8616902 or 3835004. OLE color: 3835004.
HSL color Cylindrical-coordinate representation of color #7C843A: hue angle of 66.49º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C843A is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 132 | 58 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.48 |
| HSL | 66.49º | 0.39% | 0.37% | - |
| HSV(B) | 66.49º | 0.56% | 0.52% | - |
| XYZ | 17.33 | 21.09 | 7.16 | - |
| YUV | 121.17 | 92.35 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 132 | 58 | 0.06 | 0 | 0.56 | 0.48 | 66.49 | 0.39 | 0.37 |
| Hex | 7C | 84 | 3A | 6 | 0 | 38 | 30 | 42 | 27 | 25 |
| Octal | 174 | 204 | 72 | 6 | 0 | 70 | 60 | 102 | 47 | 45 |
| Binary | 1111100 | 10000100 | 111010 | 110 | 0 | 111000 | 110000 | 1000010 | 100111 | 100101 |
Color Harmonies of #7C843A
Complementary color
Monochromatic Colors of #7C843A
Black with #7C843A
Text Example
Text Example
White with #7C843A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C843A; }
p { color: rgb(124,132,58); }
H1.HeaderClassName
{
color: #7C843A;
}
.AnyTagClassName
{
color: #7C843A;
}
</style>
background-color css
<style>
a { background-color: #7C843A; }
a { background-color: rgb(124,132,58); }
div.DivClassName
{
background-color: #7C843A;
}
.BgClassName
{
background-color: #7C843A;
}
</style>
border-color css
<style>
span { border-color: #7C843A; }
span { border-color: rgb(124,132,58); }
td.TdClassName
{
border-color: #7C843A;
}
.TagClassName
{
border-color: #7C843A;
}
</style>