Shades of Wasabi #7C8932
Tints of Wasabi #7C8932
RGB
CMYK
RGB Variations
Color information
#7C8932 (or 0x7C8932) is known color: Wasabi. HEX triplet: 7C, 89 and 32. RGB value is (124,137,50). Sum of RGB (Red+Green+Blue) = 124+137+50=311 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.87% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 50 (19.92% from 255 or 16.08% from 311); Max value from RGB is 137 - color contains mainly: green. Hex color #7C8932 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8932 is #8376CD. Grayscale: #7B7B7B. Windows color (decimal): -8615630 or 3311996. OLE color: 3311996.
HSL color Cylindrical-coordinate representation of color #7C8932: hue angle of 68.97º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7C8932 is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 124 | 137 | 50 | - |
| CMYK | 0.09 | 0 | 0.64 | 0.46 |
| HSL | 68.97º | 0.47% | 0.37% | - |
| HSV(B) | 68.97º | 0.64% | 0.54% | - |
| XYZ | 17.83 | 22.41 | 6.4 | - |
| YUV | 123.2 | 86.69 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 137 | 50 | 0.09 | 0 | 0.64 | 0.46 | 68.97 | 0.47 | 0.37 |
| Hex | 7C | 89 | 32 | 9 | 0 | 40 | 2E | 45 | 2F | 25 |
| Octal | 174 | 211 | 62 | 11 | 0 | 100 | 56 | 105 | 57 | 45 |
| Binary | 1111100 | 10001001 | 110010 | 1001 | 0 | 1000000 | 101110 | 1000101 | 101111 | 100101 |
Color Harmonies of #7C8932
Complementary color
Monochromatic Colors of #7C8932
Black with #7C8932
Text Example
Text Example
White with #7C8932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8932; }
p { color: rgb(124,137,50); }
H1.HeaderClassName
{
color: #7C8932;
}
.AnyTagClassName
{
color: #7C8932;
}
</style>
background-color css
<style>
a { background-color: #7C8932; }
a { background-color: rgb(124,137,50); }
div.DivClassName
{
background-color: #7C8932;
}
.BgClassName
{
background-color: #7C8932;
}
</style>
border-color css
<style>
span { border-color: #7C8932; }
span { border-color: rgb(124,137,50); }
td.TdClassName
{
border-color: #7C8932;
}
.TagClassName
{
border-color: #7C8932;
}
</style>