Shades of Wasabi #7C8740
Tints of Wasabi #7C8740
RGB
CMYK
RGB Variations
Color information
#7C8740 (or 0x7C8740) is known color: Wasabi. HEX triplet: 7C, 87 and 40. RGB value is (124,135,64). Sum of RGB (Red+Green+Blue) = 124+135+64=323 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.39% from 323); Green value is 135 (53.12% from 255 or 41.80% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 135 - color contains mainly: green. Hex color #7C8740 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8740 is #8378BF. Grayscale: #7B7B7B. Windows color (decimal): -8616128 or 4228988. OLE color: 4228988.
HSL color Cylindrical-coordinate representation of color #7C8740: hue angle of 69.3º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7C8740 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 135 | 64 | - |
| CMYK | 0.08 | 0 | 0.53 | 0.47 |
| HSL | 69.3º | 0.36% | 0.39% | - |
| HSV(B) | 69.3º | 0.53% | 0.53% | - |
| XYZ | 17.9 | 21.98 | 8.15 | - |
| YUV | 123.62 | 94.36 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 135 | 64 | 0.08 | 0 | 0.53 | 0.47 | 69.3 | 0.36 | 0.39 |
| Hex | 7C | 87 | 40 | 8 | 0 | 35 | 2F | 45 | 24 | 27 |
| Octal | 174 | 207 | 100 | 10 | 0 | 65 | 57 | 105 | 44 | 47 |
| Binary | 1111100 | 10000111 | 1000000 | 1000 | 0 | 110101 | 101111 | 1000101 | 100100 | 100111 |
Color Harmonies of #7C8740
Complementary color
Monochromatic Colors of #7C8740
Black with #7C8740
Text Example
Text Example
White with #7C8740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8740; }
p { color: rgb(124,135,64); }
H1.HeaderClassName
{
color: #7C8740;
}
.AnyTagClassName
{
color: #7C8740;
}
</style>
background-color css
<style>
a { background-color: #7C8740; }
a { background-color: rgb(124,135,64); }
div.DivClassName
{
background-color: #7C8740;
}
.BgClassName
{
background-color: #7C8740;
}
</style>
border-color css
<style>
span { border-color: #7C8740; }
span { border-color: rgb(124,135,64); }
td.TdClassName
{
border-color: #7C8740;
}
.TagClassName
{
border-color: #7C8740;
}
</style>