Shades of Wasabi #7C8E2C
Tints of Wasabi #7C8E2C
RGB
CMYK
RGB Variations
Color information
#7C8E2C (or 0x7C8E2C) is known color: Wasabi. HEX triplet: 7C, 8E and 2C. RGB value is (124,142,44). Sum of RGB (Red+Green+Blue) = 124+142+44=310 (41% of max value = 765). Red value is 124 (48.83% from 255 or 40% from 310); Green value is 142 (55.86% from 255 or 45.81% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 142 - color contains mainly: green. Hex color #7C8E2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8E2C is #8371D3. Grayscale: #7D7D7D. Windows color (decimal): -8614356 or 2920060. OLE color: 2920060.
HSL color Cylindrical-coordinate representation of color #7C8E2C: hue angle of 71.02º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7C8E2C is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 142 | 44 | - |
| CMYK | 0.13 | 0 | 0.69 | 0.44 |
| HSL | 71.02º | 0.53% | 0.36% | - |
| HSV(B) | 71.02º | 0.69% | 0.56% | - |
| XYZ | 18.44 | 23.81 | 6.01 | - |
| YUV | 125.45 | 82.04 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 142 | 44 | 0.13 | 0 | 0.69 | 0.44 | 71.02 | 0.53 | 0.36 |
| Hex | 7C | 8E | 2C | D | 0 | 45 | 2C | 47 | 35 | 24 |
| Octal | 174 | 216 | 54 | 15 | 0 | 105 | 54 | 107 | 65 | 44 |
| Binary | 1111100 | 10001110 | 101100 | 1101 | 0 | 1000101 | 101100 | 1000111 | 110101 | 100100 |
Color Harmonies of #7C8E2C
Complementary color
Monochromatic Colors of #7C8E2C
Black with #7C8E2C
Text Example
Text Example
White with #7C8E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8E2C; }
p { color: rgb(124,142,44); }
H1.HeaderClassName
{
color: #7C8E2C;
}
.AnyTagClassName
{
color: #7C8E2C;
}
</style>
background-color css
<style>
a { background-color: #7C8E2C; }
a { background-color: rgb(124,142,44); }
div.DivClassName
{
background-color: #7C8E2C;
}
.BgClassName
{
background-color: #7C8E2C;
}
</style>
border-color css
<style>
span { border-color: #7C8E2C; }
span { border-color: rgb(124,142,44); }
td.TdClassName
{
border-color: #7C8E2C;
}
.TagClassName
{
border-color: #7C8E2C;
}
</style>