Shades of Wasabi #7C823D
Tints of Wasabi #7C823D
RGB
CMYK
RGB Variations
Color information
#7C823D (or 0x7C823D) is known color: Wasabi. HEX triplet: 7C, 82 and 3D. RGB value is (124,130,61). Sum of RGB (Red+Green+Blue) = 124+130+61=315 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.37% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 130 - color contains mainly: green. Hex color #7C823D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C823D is #837DC2. Grayscale: #787878. Windows color (decimal): -8617411 or 4031100. OLE color: 4031100.
HSL color Cylindrical-coordinate representation of color #7C823D: hue angle of 65.22º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7C823D is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 124 | 130 | 61 | - |
| CMYK | 0.05 | 0 | 0.53 | 0.49 |
| HSL | 65.22º | 0.36% | 0.37% | - |
| HSV(B) | 65.22º | 0.53% | 0.51% | - |
| XYZ | 17.14 | 20.59 | 7.49 | - |
| YUV | 120.34 | 94.51 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 130 | 61 | 0.05 | 0 | 0.53 | 0.49 | 65.22 | 0.36 | 0.37 |
| Hex | 7C | 82 | 3D | 5 | 0 | 35 | 31 | 41 | 24 | 25 |
| Octal | 174 | 202 | 75 | 5 | 0 | 65 | 61 | 101 | 44 | 45 |
| Binary | 1111100 | 10000010 | 111101 | 101 | 0 | 110101 | 110001 | 1000001 | 100100 | 100101 |
Color Harmonies of #7C823D
Complementary color
Monochromatic Colors of #7C823D
Black with #7C823D
Text Example
Text Example
White with #7C823D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C823D; }
p { color: rgb(124,130,61); }
H1.HeaderClassName
{
color: #7C823D;
}
.AnyTagClassName
{
color: #7C823D;
}
</style>
background-color css
<style>
a { background-color: #7C823D; }
a { background-color: rgb(124,130,61); }
div.DivClassName
{
background-color: #7C823D;
}
.BgClassName
{
background-color: #7C823D;
}
</style>
border-color css
<style>
span { border-color: #7C823D; }
span { border-color: rgb(124,130,61); }
td.TdClassName
{
border-color: #7C823D;
}
.TagClassName
{
border-color: #7C823D;
}
</style>