Shades of Wasabi #7C9249
Tints of Wasabi #7C9249
RGB
CMYK
RGB Variations
Color information
#7C9249 (or 0x7C9249) is known color: Wasabi. HEX triplet: 7C, 92 and 49. RGB value is (124,146,73). Sum of RGB (Red+Green+Blue) = 124+146+73=343 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.15% from 343); Green value is 146 (57.42% from 255 or 42.57% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 146 - color contains mainly: green. Hex color #7C9249 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9249 is #836DB6. Grayscale: #838383. Windows color (decimal): -8613303 or 4821628. OLE color: 4821628.
HSL color Cylindrical-coordinate representation of color #7C9249: hue angle of 78.08º degrees, saturation: 0.33, 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 #7C9249 is Cyan = 0.15, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 146 | 73 | - |
| CMYK | 0.15 | 0 | 0.5 | 0.43 |
| HSL | 78.08º | 0.33% | 0.43% | - |
| HSV(B) | 78.08º | 0.5% | 0.57% | - |
| XYZ | 19.79 | 25.32 | 10.15 | - |
| YUV | 131.1 | 95.21 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 146 | 73 | 0.15 | 0 | 0.5 | 0.43 | 78.08 | 0.33 | 0.43 |
| Hex | 7C | 92 | 49 | F | 0 | 32 | 2B | 4E | 21 | 2B |
| Octal | 174 | 222 | 111 | 17 | 0 | 62 | 53 | 116 | 41 | 53 |
| Binary | 1111100 | 10010010 | 1001001 | 1111 | 0 | 110010 | 101011 | 1001110 | 100001 | 101011 |
Color Harmonies of #7C9249
Complementary color
Monochromatic Colors of #7C9249
Black with #7C9249
Text Example
Text Example
White with #7C9249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9249; }
p { color: rgb(124,146,73); }
H1.HeaderClassName
{
color: #7C9249;
}
.AnyTagClassName
{
color: #7C9249;
}
</style>
background-color css
<style>
a { background-color: #7C9249; }
a { background-color: rgb(124,146,73); }
div.DivClassName
{
background-color: #7C9249;
}
.BgClassName
{
background-color: #7C9249;
}
</style>
border-color css
<style>
span { border-color: #7C9249; }
span { border-color: rgb(124,146,73); }
td.TdClassName
{
border-color: #7C9249;
}
.TagClassName
{
border-color: #7C9249;
}
</style>