Shades of Wasabi #7C803C
Tints of Wasabi #7C803C
RGB
CMYK
RGB Variations
Color information
#7C803C (or 0x7C803C) is known color: Wasabi. HEX triplet: 7C, 80 and 3C. RGB value is (124,128,60). Sum of RGB (Red+Green+Blue) = 124+128+60=312 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.74% from 312); Green value is 128 (50.39% from 255 or 41.03% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 128 - color contains mainly: green. Hex color #7C803C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C803C is #837FC3. Grayscale: #777777. Windows color (decimal): -8617924 or 3965052. OLE color: 3965052.
HSL color Cylindrical-coordinate representation of color #7C803C: hue angle of 63.53º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7C803C is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 124 | 128 | 60 | - |
| CMYK | 0.03 | 0 | 0.53 | 0.50 |
| HSL | 63.53º | 0.36% | 0.37% | - |
| HSV(B) | 63.53º | 0.53% | 0.5% | - |
| XYZ | 16.85 | 20.05 | 7.26 | - |
| YUV | 119.05 | 94.67 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 128 | 60 | 0.03 | 0 | 0.53 | 0.50 | 63.53 | 0.36 | 0.37 |
| Hex | 7C | 80 | 3C | 3 | 0 | 35 | 32 | 40 | 24 | 25 |
| Octal | 174 | 200 | 74 | 3 | 0 | 65 | 62 | 100 | 44 | 45 |
| Binary | 1111100 | 10000000 | 111100 | 11 | 0 | 110101 | 110010 | 1000000 | 100100 | 100101 |
Color Harmonies of #7C803C
Complementary color
Monochromatic Colors of #7C803C
Black with #7C803C
Text Example
Text Example
White with #7C803C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C803C; }
p { color: rgb(124,128,60); }
H1.HeaderClassName
{
color: #7C803C;
}
.AnyTagClassName
{
color: #7C803C;
}
</style>
background-color css
<style>
a { background-color: #7C803C; }
a { background-color: rgb(124,128,60); }
div.DivClassName
{
background-color: #7C803C;
}
.BgClassName
{
background-color: #7C803C;
}
</style>
border-color css
<style>
span { border-color: #7C803C; }
span { border-color: rgb(124,128,60); }
td.TdClassName
{
border-color: #7C803C;
}
.TagClassName
{
border-color: #7C803C;
}
</style>