Shades of Wasabi #7C863D
Tints of Wasabi #7C863D
RGB
CMYK
RGB Variations
Color information
#7C863D (or 0x7C863D) is known color: Wasabi. HEX triplet: 7C, 86 and 3D. RGB value is (124,134,61). Sum of RGB (Red+Green+Blue) = 124+134+61=319 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.87% from 319); Green value is 134 (52.73% from 255 or 42.01% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 134 - color contains mainly: green. Hex color #7C863D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C863D is #8379C2. Grayscale: #7A7A7A. Windows color (decimal): -8616387 or 4032124. OLE color: 4032124.
HSL color Cylindrical-coordinate representation of color #7C863D: hue angle of 68.22º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7C863D is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 134 | 61 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.47 |
| HSL | 68.22º | 0.37% | 0.38% | - |
| HSV(B) | 68.22º | 0.54% | 0.53% | - |
| XYZ | 17.68 | 21.67 | 7.67 | - |
| YUV | 122.69 | 93.19 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 134 | 61 | 0.07 | 0 | 0.54 | 0.47 | 68.22 | 0.37 | 0.38 |
| Hex | 7C | 86 | 3D | 7 | 0 | 36 | 2F | 44 | 25 | 26 |
| Octal | 174 | 206 | 75 | 7 | 0 | 66 | 57 | 104 | 45 | 46 |
| Binary | 1111100 | 10000110 | 111101 | 111 | 0 | 110110 | 101111 | 1000100 | 100101 | 100110 |
Color Harmonies of #7C863D
Complementary color
Monochromatic Colors of #7C863D
Black with #7C863D
Text Example
Text Example
White with #7C863D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C863D; }
p { color: rgb(124,134,61); }
H1.HeaderClassName
{
color: #7C863D;
}
.AnyTagClassName
{
color: #7C863D;
}
</style>
background-color css
<style>
a { background-color: #7C863D; }
a { background-color: rgb(124,134,61); }
div.DivClassName
{
background-color: #7C863D;
}
.BgClassName
{
background-color: #7C863D;
}
</style>
border-color css
<style>
span { border-color: #7C863D; }
span { border-color: rgb(124,134,61); }
td.TdClassName
{
border-color: #7C863D;
}
.TagClassName
{
border-color: #7C863D;
}
</style>