Shades of Wasabi #7C894A
Tints of Wasabi #7C894A
RGB
CMYK
RGB Variations
Color information
#7C894A (or 0x7C894A) is known color: Wasabi. HEX triplet: 7C, 89 and 4A. RGB value is (124,137,74). Sum of RGB (Red+Green+Blue) = 124+137+74=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 137 (53.91% from 255 or 40.90% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 137 - color contains mainly: green. Hex color #7C894A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C894A is #8376B5. Grayscale: #7E7E7E. Windows color (decimal): -8615606 or 4884860. OLE color: 4884860.
HSL color Cylindrical-coordinate representation of color #7C894A: hue angle of 72.38º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7C894A is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 124 | 137 | 74 | - |
| CMYK | 0.09 | 0 | 0.46 | 0.46 |
| HSL | 72.38º | 0.3% | 0.41% | - |
| HSV(B) | 72.38º | 0.46% | 0.54% | - |
| XYZ | 18.49 | 22.67 | 9.88 | - |
| YUV | 125.93 | 98.69 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 137 | 74 | 0.09 | 0 | 0.46 | 0.46 | 72.38 | 0.3 | 0.41 |
| Hex | 7C | 89 | 4A | 9 | 0 | 2E | 2E | 48 | 1E | 29 |
| Octal | 174 | 211 | 112 | 11 | 0 | 56 | 56 | 110 | 36 | 51 |
| Binary | 1111100 | 10001001 | 1001010 | 1001 | 0 | 101110 | 101110 | 1001000 | 11110 | 101001 |
Color Harmonies of #7C894A
Complementary color
Monochromatic Colors of #7C894A
Black with #7C894A
Text Example
Text Example
White with #7C894A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C894A; }
p { color: rgb(124,137,74); }
H1.HeaderClassName
{
color: #7C894A;
}
.AnyTagClassName
{
color: #7C894A;
}
</style>
background-color css
<style>
a { background-color: #7C894A; }
a { background-color: rgb(124,137,74); }
div.DivClassName
{
background-color: #7C894A;
}
.BgClassName
{
background-color: #7C894A;
}
</style>
border-color css
<style>
span { border-color: #7C894A; }
span { border-color: rgb(124,137,74); }
td.TdClassName
{
border-color: #7C894A;
}
.TagClassName
{
border-color: #7C894A;
}
</style>