Shades of Wasabi #7C9449
Tints of Wasabi #7C9449
RGB
CMYK
RGB Variations
Color information
#7C9449 (or 0x7C9449) is known color: Wasabi. HEX triplet: 7C, 94 and 49. RGB value is (124,148,73). Sum of RGB (Red+Green+Blue) = 124+148+73=345 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.94% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 148 - color contains mainly: green. Hex color #7C9449 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9449 is #836BB6. Grayscale: #848484. Windows color (decimal): -8612791 or 4822140. OLE color: 4822140.
HSL color Cylindrical-coordinate representation of color #7C9449: hue angle of 79.2º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7C9449 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 148 | 73 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.42 |
| HSL | 79.2º | 0.34% | 0.43% | - |
| HSV(B) | 79.2º | 0.51% | 0.58% | - |
| XYZ | 20.1 | 25.95 | 10.25 | - |
| YUV | 132.27 | 94.55 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 148 | 73 | 0.16 | 0 | 0.51 | 0.42 | 79.2 | 0.34 | 0.43 |
| Hex | 7C | 94 | 49 | 10 | 0 | 33 | 2A | 4F | 22 | 2B |
| Octal | 174 | 224 | 111 | 20 | 0 | 63 | 52 | 117 | 42 | 53 |
| Binary | 1111100 | 10010100 | 1001001 | 10000 | 0 | 110011 | 101010 | 1001111 | 100010 | 101011 |
Color Harmonies of #7C9449
Complementary color
Monochromatic Colors of #7C9449
Black with #7C9449
Text Example
Text Example
White with #7C9449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9449; }
p { color: rgb(124,148,73); }
H1.HeaderClassName
{
color: #7C9449;
}
.AnyTagClassName
{
color: #7C9449;
}
</style>
background-color css
<style>
a { background-color: #7C9449; }
a { background-color: rgb(124,148,73); }
div.DivClassName
{
background-color: #7C9449;
}
.BgClassName
{
background-color: #7C9449;
}
</style>
border-color css
<style>
span { border-color: #7C9449; }
span { border-color: rgb(124,148,73); }
td.TdClassName
{
border-color: #7C9449;
}
.TagClassName
{
border-color: #7C9449;
}
</style>