Shades of Wasabi #7C9744
Tints of Wasabi #7C9744
RGB
CMYK
RGB Variations
Color information
#7C9744 (or 0x7C9744) is known color: Wasabi. HEX triplet: 7C, 97 and 44. RGB value is (124,151,68). Sum of RGB (Red+Green+Blue) = 124+151+68=343 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.15% from 343); Green value is 151 (59.38% from 255 or 44.02% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 151 - color contains mainly: green. Hex color #7C9744 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9744 is #8368BB. Grayscale: #858585. Windows color (decimal): -8612028 or 4495228. OLE color: 4495228.
HSL color Cylindrical-coordinate representation of color #7C9744: hue angle of 79.52º 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 #7C9744 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 124 | 151 | 68 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.41 |
| HSL | 79.52º | 0.38% | 0.43% | - |
| HSV(B) | 79.52º | 0.55% | 0.59% | - |
| XYZ | 20.42 | 26.84 | 9.57 | - |
| YUV | 133.47 | 91.05 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 151 | 68 | 0.18 | 0 | 0.55 | 0.41 | 79.52 | 0.38 | 0.43 |
| Hex | 7C | 97 | 44 | 12 | 0 | 37 | 29 | 50 | 26 | 2B |
| Octal | 174 | 227 | 104 | 22 | 0 | 67 | 51 | 120 | 46 | 53 |
| Binary | 1111100 | 10010111 | 1000100 | 10010 | 0 | 110111 | 101001 | 1010000 | 100110 | 101011 |
Color Harmonies of #7C9744
Complementary color
Monochromatic Colors of #7C9744
Black with #7C9744
Text Example
Text Example
White with #7C9744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9744; }
p { color: rgb(124,151,68); }
H1.HeaderClassName
{
color: #7C9744;
}
.AnyTagClassName
{
color: #7C9744;
}
</style>
background-color css
<style>
a { background-color: #7C9744; }
a { background-color: rgb(124,151,68); }
div.DivClassName
{
background-color: #7C9744;
}
.BgClassName
{
background-color: #7C9744;
}
</style>
border-color css
<style>
span { border-color: #7C9744; }
span { border-color: rgb(124,151,68); }
td.TdClassName
{
border-color: #7C9744;
}
.TagClassName
{
border-color: #7C9744;
}
</style>