Shades of Wasabi #7C9643
Tints of Wasabi #7C9643
RGB
CMYK
RGB Variations
Color information
#7C9643 (or 0x7C9643) is known color: Wasabi. HEX triplet: 7C, 96 and 43. RGB value is (124,150,67). Sum of RGB (Red+Green+Blue) = 124+150+67=341 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.36% from 341); Green value is 150 (58.98% from 255 or 43.99% from 341); Blue value is 67 (26.56% from 255 or 19.65% from 341); Max value from RGB is 150 - color contains mainly: green. Hex color #7C9643 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9643 is #8369BC. Grayscale: #858585. Windows color (decimal): -8612285 or 4429436. OLE color: 4429436.
HSL color Cylindrical-coordinate representation of color #7C9643: hue angle of 78.8º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7C9643 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 124 | 150 | 67 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.41 |
| HSL | 78.8º | 0.38% | 0.43% | - |
| HSV(B) | 78.8º | 0.55% | 0.59% | - |
| XYZ | 20.23 | 26.5 | 9.36 | - |
| YUV | 132.76 | 90.89 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 150 | 67 | 0.17 | 0 | 0.55 | 0.41 | 78.8 | 0.38 | 0.43 |
| Hex | 7C | 96 | 43 | 11 | 0 | 37 | 29 | 4F | 26 | 2B |
| Octal | 174 | 226 | 103 | 21 | 0 | 67 | 51 | 117 | 46 | 53 |
| Binary | 1111100 | 10010110 | 1000011 | 10001 | 0 | 110111 | 101001 | 1001111 | 100110 | 101011 |
Color Harmonies of #7C9643
Complementary color
Monochromatic Colors of #7C9643
Black with #7C9643
Text Example
Text Example
White with #7C9643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9643; }
p { color: rgb(124,150,67); }
H1.HeaderClassName
{
color: #7C9643;
}
.AnyTagClassName
{
color: #7C9643;
}
</style>
background-color css
<style>
a { background-color: #7C9643; }
a { background-color: rgb(124,150,67); }
div.DivClassName
{
background-color: #7C9643;
}
.BgClassName
{
background-color: #7C9643;
}
</style>
border-color css
<style>
span { border-color: #7C9643; }
span { border-color: rgb(124,150,67); }
td.TdClassName
{
border-color: #7C9643;
}
.TagClassName
{
border-color: #7C9643;
}
</style>