Shades of Wasabi #7C9148
Tints of Wasabi #7C9148
RGB
CMYK
RGB Variations
Color information
#7C9148 (or 0x7C9148) is known color: Wasabi. HEX triplet: 7C, 91 and 48. RGB value is (124,145,72). Sum of RGB (Red+Green+Blue) = 124+145+72=341 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.36% from 341); Green value is 145 (57.03% from 255 or 42.52% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 145 - color contains mainly: green. Hex color #7C9148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9148 is #836EB7. Grayscale: #828282. Windows color (decimal): -8613560 or 4755836. OLE color: 4755836.
HSL color Cylindrical-coordinate representation of color #7C9148: hue angle of 77.26º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C9148 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 145 | 72 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.43 |
| HSL | 77.26º | 0.34% | 0.43% | - |
| HSV(B) | 77.26º | 0.5% | 0.57% | - |
| XYZ | 19.61 | 25 | 9.92 | - |
| YUV | 130.4 | 95.04 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 145 | 72 | 0.14 | 0 | 0.50 | 0.43 | 77.26 | 0.34 | 0.43 |
| Hex | 7C | 91 | 48 | E | 0 | 32 | 2B | 4D | 22 | 2B |
| Octal | 174 | 221 | 110 | 16 | 0 | 62 | 53 | 115 | 42 | 53 |
| Binary | 1111100 | 10010001 | 1001000 | 1110 | 0 | 110010 | 101011 | 1001101 | 100010 | 101011 |
Color Harmonies of #7C9148
Complementary color
Monochromatic Colors of #7C9148
Black with #7C9148
Text Example
Text Example
White with #7C9148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9148; }
p { color: rgb(124,145,72); }
H1.HeaderClassName
{
color: #7C9148;
}
.AnyTagClassName
{
color: #7C9148;
}
</style>
background-color css
<style>
a { background-color: #7C9148; }
a { background-color: rgb(124,145,72); }
div.DivClassName
{
background-color: #7C9148;
}
.BgClassName
{
background-color: #7C9148;
}
</style>
border-color css
<style>
span { border-color: #7C9148; }
span { border-color: rgb(124,145,72); }
td.TdClassName
{
border-color: #7C9148;
}
.TagClassName
{
border-color: #7C9148;
}
</style>