Shades of Wasabi #7C9338
Tints of Wasabi #7C9338
RGB
CMYK
RGB Variations
Color information
#7C9338 (or 0x7C9338) is known color: Wasabi. HEX triplet: 7C, 93 and 38. RGB value is (124,147,56). Sum of RGB (Red+Green+Blue) = 124+147+56=327 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.92% from 327); Green value is 147 (57.81% from 255 or 44.95% from 327); Blue value is 56 (22.27% from 255 or 17.13% from 327); Max value from RGB is 147 - color contains mainly: green. Hex color #7C9338 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9338 is #836CC7. Grayscale: #828282. Windows color (decimal): -8613064 or 3707772. OLE color: 3707772.
HSL color Cylindrical-coordinate representation of color #7C9338: hue angle of 75.16º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7C9338 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 147 | 56 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.42 |
| HSL | 75.16º | 0.45% | 0.4% | - |
| HSV(B) | 75.16º | 0.62% | 0.58% | - |
| XYZ | 19.46 | 25.44 | 7.63 | - |
| YUV | 129.75 | 86.38 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 147 | 56 | 0.16 | 0 | 0.62 | 0.42 | 75.16 | 0.45 | 0.4 |
| Hex | 7C | 93 | 38 | 10 | 0 | 3E | 2A | 4B | 2D | 28 |
| Octal | 174 | 223 | 70 | 20 | 0 | 76 | 52 | 113 | 55 | 50 |
| Binary | 1111100 | 10010011 | 111000 | 10000 | 0 | 111110 | 101010 | 1001011 | 101101 | 101000 |
Color Harmonies of #7C9338
Complementary color
Monochromatic Colors of #7C9338
Black with #7C9338
Text Example
Text Example
White with #7C9338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9338; }
p { color: rgb(124,147,56); }
H1.HeaderClassName
{
color: #7C9338;
}
.AnyTagClassName
{
color: #7C9338;
}
</style>
background-color css
<style>
a { background-color: #7C9338; }
a { background-color: rgb(124,147,56); }
div.DivClassName
{
background-color: #7C9338;
}
.BgClassName
{
background-color: #7C9338;
}
</style>
border-color css
<style>
span { border-color: #7C9338; }
span { border-color: rgb(124,147,56); }
td.TdClassName
{
border-color: #7C9338;
}
.TagClassName
{
border-color: #7C9338;
}
</style>