Shades of Wasabi #7C8A39
Tints of Wasabi #7C8A39
RGB
CMYK
RGB Variations
Color information
#7C8A39 (or 0x7C8A39) is known color: Wasabi. HEX triplet: 7C, 8A and 39. RGB value is (124,138,57). Sum of RGB (Red+Green+Blue) = 124+138+57=319 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.87% from 319); Green value is 138 (54.30% from 255 or 43.26% from 319); Blue value is 57 (22.66% from 255 or 17.87% from 319); Max value from RGB is 138 - color contains mainly: green. Hex color #7C8A39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8A39 is #8375C6. Grayscale: #7C7C7C. Windows color (decimal): -8615367 or 3771004. OLE color: 3771004.
HSL color Cylindrical-coordinate representation of color #7C8A39: hue angle of 70.37º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7C8A39 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 124 | 138 | 57 | - |
| CMYK | 0.10 | 0 | 0.59 | 0.46 |
| HSL | 70.37º | 0.42% | 0.38% | - |
| HSV(B) | 70.37º | 0.59% | 0.54% | - |
| XYZ | 18.14 | 22.76 | 7.31 | - |
| YUV | 124.58 | 89.86 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 138 | 57 | 0.10 | 0 | 0.59 | 0.46 | 70.37 | 0.42 | 0.38 |
| Hex | 7C | 8A | 39 | A | 0 | 3B | 2E | 46 | 2A | 26 |
| Octal | 174 | 212 | 71 | 12 | 0 | 73 | 56 | 106 | 52 | 46 |
| Binary | 1111100 | 10001010 | 111001 | 1010 | 0 | 111011 | 101110 | 1000110 | 101010 | 100110 |
Color Harmonies of #7C8A39
Complementary color
Monochromatic Colors of #7C8A39
Black with #7C8A39
Text Example
Text Example
White with #7C8A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8A39; }
p { color: rgb(124,138,57); }
H1.HeaderClassName
{
color: #7C8A39;
}
.AnyTagClassName
{
color: #7C8A39;
}
</style>
background-color css
<style>
a { background-color: #7C8A39; }
a { background-color: rgb(124,138,57); }
div.DivClassName
{
background-color: #7C8A39;
}
.BgClassName
{
background-color: #7C8A39;
}
</style>
border-color css
<style>
span { border-color: #7C8A39; }
span { border-color: rgb(124,138,57); }
td.TdClassName
{
border-color: #7C8A39;
}
.TagClassName
{
border-color: #7C8A39;
}
</style>