Shades of Wasabi #7C9238
Tints of Wasabi #7C9238
RGB
CMYK
RGB Variations
Color information
#7C9238 (or 0x7C9238) is known color: Wasabi. HEX triplet: 7C, 92 and 38. RGB value is (124,146,56). Sum of RGB (Red+Green+Blue) = 124+146+56=326 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.04% from 326); Green value is 146 (57.42% from 255 or 44.79% from 326); Blue value is 56 (22.27% from 255 or 17.18% from 326); Max value from RGB is 146 - color contains mainly: green. Hex color #7C9238 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9238 is #836DC7. Grayscale: #818181. Windows color (decimal): -8613320 or 3707516. OLE color: 3707516.
HSL color Cylindrical-coordinate representation of color #7C9238: hue angle of 74.67º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7C9238 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 146 | 56 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.43 |
| HSL | 74.67º | 0.45% | 0.4% | - |
| HSV(B) | 74.67º | 0.62% | 0.57% | - |
| XYZ | 19.3 | 25.13 | 7.57 | - |
| YUV | 129.16 | 86.71 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 146 | 56 | 0.15 | 0 | 0.62 | 0.43 | 74.67 | 0.45 | 0.4 |
| Hex | 7C | 92 | 38 | F | 0 | 3E | 2B | 4B | 2D | 28 |
| Octal | 174 | 222 | 70 | 17 | 0 | 76 | 53 | 113 | 55 | 50 |
| Binary | 1111100 | 10010010 | 111000 | 1111 | 0 | 111110 | 101011 | 1001011 | 101101 | 101000 |
Color Harmonies of #7C9238
Complementary color
Monochromatic Colors of #7C9238
Black with #7C9238
Text Example
Text Example
White with #7C9238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9238; }
p { color: rgb(124,146,56); }
H1.HeaderClassName
{
color: #7C9238;
}
.AnyTagClassName
{
color: #7C9238;
}
</style>
background-color css
<style>
a { background-color: #7C9238; }
a { background-color: rgb(124,146,56); }
div.DivClassName
{
background-color: #7C9238;
}
.BgClassName
{
background-color: #7C9238;
}
</style>
border-color css
<style>
span { border-color: #7C9238; }
span { border-color: rgb(124,146,56); }
td.TdClassName
{
border-color: #7C9238;
}
.TagClassName
{
border-color: #7C9238;
}
</style>