Shades of Wasabi #7C8E33
Tints of Wasabi #7C8E33
RGB
CMYK
RGB Variations
Color information
#7C8E33 (or 0x7C8E33) is known color: Wasabi. HEX triplet: 7C, 8E and 33. RGB value is (124,142,51). Sum of RGB (Red+Green+Blue) = 124+142+51=317 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.12% from 317); Green value is 142 (55.86% from 255 or 44.79% from 317); Blue value is 51 (20.31% from 255 or 16.09% from 317); Max value from RGB is 142 - color contains mainly: green. Hex color #7C8E33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8E33 is #8371CC. Grayscale: #7E7E7E. Windows color (decimal): -8614349 or 3378812. OLE color: 3378812.
HSL color Cylindrical-coordinate representation of color #7C8E33: hue angle of 71.87º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7C8E33 is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 142 | 51 | - |
| CMYK | 0.13 | 0 | 0.64 | 0.44 |
| HSL | 71.87º | 0.47% | 0.38% | - |
| HSV(B) | 71.87º | 0.64% | 0.56% | - |
| XYZ | 18.58 | 23.87 | 6.76 | - |
| YUV | 126.24 | 85.54 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 142 | 51 | 0.13 | 0 | 0.64 | 0.44 | 71.87 | 0.47 | 0.38 |
| Hex | 7C | 8E | 33 | D | 0 | 40 | 2C | 48 | 2F | 26 |
| Octal | 174 | 216 | 63 | 15 | 0 | 100 | 54 | 110 | 57 | 46 |
| Binary | 1111100 | 10001110 | 110011 | 1101 | 0 | 1000000 | 101100 | 1001000 | 101111 | 100110 |
Color Harmonies of #7C8E33
Complementary color
Monochromatic Colors of #7C8E33
Black with #7C8E33
Text Example
Text Example
White with #7C8E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8E33; }
p { color: rgb(124,142,51); }
H1.HeaderClassName
{
color: #7C8E33;
}
.AnyTagClassName
{
color: #7C8E33;
}
</style>
background-color css
<style>
a { background-color: #7C8E33; }
a { background-color: rgb(124,142,51); }
div.DivClassName
{
background-color: #7C8E33;
}
.BgClassName
{
background-color: #7C8E33;
}
</style>
border-color css
<style>
span { border-color: #7C8E33; }
span { border-color: rgb(124,142,51); }
td.TdClassName
{
border-color: #7C8E33;
}
.TagClassName
{
border-color: #7C8E33;
}
</style>