Shades of Wasabi #7C9242
Tints of Wasabi #7C9242
RGB
CMYK
RGB Variations
Color information
#7C9242 (or 0x7C9242) is known color: Wasabi. HEX triplet: 7C, 92 and 42. RGB value is (124,146,66). Sum of RGB (Red+Green+Blue) = 124+146+66=336 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.90% from 336); Green value is 146 (57.42% from 255 or 43.45% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 146 - color contains mainly: green. Hex color #7C9242 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9242 is #836DBD. Grayscale: #828282. Windows color (decimal): -8613310 or 4362876. OLE color: 4362876.
HSL color Cylindrical-coordinate representation of color #7C9242: hue angle of 76.5º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7C9242 is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 146 | 66 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.43 |
| HSL | 76.5º | 0.38% | 0.42% | - |
| HSV(B) | 76.5º | 0.55% | 0.57% | - |
| XYZ | 19.57 | 25.24 | 8.99 | - |
| YUV | 130.3 | 91.71 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 146 | 66 | 0.15 | 0 | 0.55 | 0.43 | 76.5 | 0.38 | 0.42 |
| Hex | 7C | 92 | 42 | F | 0 | 37 | 2B | 4C | 26 | 2A |
| Octal | 174 | 222 | 102 | 17 | 0 | 67 | 53 | 114 | 46 | 52 |
| Binary | 1111100 | 10010010 | 1000010 | 1111 | 0 | 110111 | 101011 | 1001100 | 100110 | 101010 |
Color Harmonies of #7C9242
Complementary color
Monochromatic Colors of #7C9242
Black with #7C9242
Text Example
Text Example
White with #7C9242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9242; }
p { color: rgb(124,146,66); }
H1.HeaderClassName
{
color: #7C9242;
}
.AnyTagClassName
{
color: #7C9242;
}
</style>
background-color css
<style>
a { background-color: #7C9242; }
a { background-color: rgb(124,146,66); }
div.DivClassName
{
background-color: #7C9242;
}
.BgClassName
{
background-color: #7C9242;
}
</style>
border-color css
<style>
span { border-color: #7C9242; }
span { border-color: rgb(124,146,66); }
td.TdClassName
{
border-color: #7C9242;
}
.TagClassName
{
border-color: #7C9242;
}
</style>