Shades of Wasabi #7C8D34
Tints of Wasabi #7C8D34
RGB
CMYK
RGB Variations
Color information
#7C8D34 (or 0x7C8D34) is known color: Wasabi. HEX triplet: 7C, 8D and 34. RGB value is (124,141,52). Sum of RGB (Red+Green+Blue) = 124+141+52=317 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.12% from 317); Green value is 141 (55.47% from 255 or 44.48% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 141 - color contains mainly: green. Hex color #7C8D34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8D34 is #8372CB. Grayscale: #7E7E7E. Windows color (decimal): -8614604 or 3444092. OLE color: 3444092.
HSL color Cylindrical-coordinate representation of color #7C8D34: hue angle of 71.46º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7C8D34 is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 141 | 52 | - |
| CMYK | 0.12 | 0 | 0.63 | 0.45 |
| HSL | 71.46º | 0.46% | 0.38% | - |
| HSV(B) | 71.46º | 0.63% | 0.55% | - |
| XYZ | 18.46 | 23.58 | 6.83 | - |
| YUV | 125.77 | 86.37 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 141 | 52 | 0.12 | 0 | 0.63 | 0.45 | 71.46 | 0.46 | 0.38 |
| Hex | 7C | 8D | 34 | C | 0 | 3F | 2D | 47 | 2E | 26 |
| Octal | 174 | 215 | 64 | 14 | 0 | 77 | 55 | 107 | 56 | 46 |
| Binary | 1111100 | 10001101 | 110100 | 1100 | 0 | 111111 | 101101 | 1000111 | 101110 | 100110 |
Color Harmonies of #7C8D34
Complementary color
Monochromatic Colors of #7C8D34
Black with #7C8D34
Text Example
Text Example
White with #7C8D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8D34; }
p { color: rgb(124,141,52); }
H1.HeaderClassName
{
color: #7C8D34;
}
.AnyTagClassName
{
color: #7C8D34;
}
</style>
background-color css
<style>
a { background-color: #7C8D34; }
a { background-color: rgb(124,141,52); }
div.DivClassName
{
background-color: #7C8D34;
}
.BgClassName
{
background-color: #7C8D34;
}
</style>
border-color css
<style>
span { border-color: #7C8D34; }
span { border-color: rgb(124,141,52); }
td.TdClassName
{
border-color: #7C8D34;
}
.TagClassName
{
border-color: #7C8D34;
}
</style>