Shades of Wasabi #7C893D
Tints of Wasabi #7C893D
RGB
CMYK
RGB Variations
Color information
#7C893D (or 0x7C893D) is known color: Wasabi. HEX triplet: 7C, 89 and 3D. RGB value is (124,137,61). Sum of RGB (Red+Green+Blue) = 124+137+61=322 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.51% from 322); Green value is 137 (53.91% from 255 or 42.55% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 137 - color contains mainly: green. Hex color #7C893D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C893D is #8376C2. Grayscale: #7C7C7C. Windows color (decimal): -8615619 or 4032892. OLE color: 4032892.
HSL color Cylindrical-coordinate representation of color #7C893D: hue angle of 70.26º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7C893D is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 124 | 137 | 61 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.46 |
| HSL | 70.26º | 0.38% | 0.39% | - |
| HSV(B) | 70.26º | 0.55% | 0.54% | - |
| XYZ | 18.1 | 22.51 | 7.81 | - |
| YUV | 124.45 | 92.19 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 137 | 61 | 0.09 | 0 | 0.55 | 0.46 | 70.26 | 0.38 | 0.39 |
| Hex | 7C | 89 | 3D | 9 | 0 | 37 | 2E | 46 | 26 | 27 |
| Octal | 174 | 211 | 75 | 11 | 0 | 67 | 56 | 106 | 46 | 47 |
| Binary | 1111100 | 10001001 | 111101 | 1001 | 0 | 110111 | 101110 | 1000110 | 100110 | 100111 |
Color Harmonies of #7C893D
Complementary color
Monochromatic Colors of #7C893D
Black with #7C893D
Text Example
Text Example
White with #7C893D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C893D; }
p { color: rgb(124,137,61); }
H1.HeaderClassName
{
color: #7C893D;
}
.AnyTagClassName
{
color: #7C893D;
}
</style>
background-color css
<style>
a { background-color: #7C893D; }
a { background-color: rgb(124,137,61); }
div.DivClassName
{
background-color: #7C893D;
}
.BgClassName
{
background-color: #7C893D;
}
</style>
border-color css
<style>
span { border-color: #7C893D; }
span { border-color: rgb(124,137,61); }
td.TdClassName
{
border-color: #7C893D;
}
.TagClassName
{
border-color: #7C893D;
}
</style>