Shades of Wasabi #7C853C
Tints of Wasabi #7C853C
RGB
CMYK
RGB Variations
Color information
#7C853C (or 0x7C853C) is known color: Wasabi. HEX triplet: 7C, 85 and 3C. RGB value is (124,133,60). Sum of RGB (Red+Green+Blue) = 124+133+60=317 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.12% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 133 - color contains mainly: green. Hex color #7C853C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C853C is #837AC3. Grayscale: #7A7A7A. Windows color (decimal): -8616644 or 3966332. OLE color: 3966332.
HSL color Cylindrical-coordinate representation of color #7C853C: hue angle of 67.4º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7C853C is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 133 | 60 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.48 |
| HSL | 67.4º | 0.38% | 0.38% | - |
| HSV(B) | 67.4º | 0.55% | 0.52% | - |
| XYZ | 17.52 | 21.39 | 7.48 | - |
| YUV | 121.99 | 93.02 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 133 | 60 | 0.07 | 0 | 0.55 | 0.48 | 67.4 | 0.38 | 0.38 |
| Hex | 7C | 85 | 3C | 7 | 0 | 37 | 30 | 43 | 26 | 26 |
| Octal | 174 | 205 | 74 | 7 | 0 | 67 | 60 | 103 | 46 | 46 |
| Binary | 1111100 | 10000101 | 111100 | 111 | 0 | 110111 | 110000 | 1000011 | 100110 | 100110 |
Color Harmonies of #7C853C
Complementary color
Monochromatic Colors of #7C853C
Black with #7C853C
Text Example
Text Example
White with #7C853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C853C; }
p { color: rgb(124,133,60); }
H1.HeaderClassName
{
color: #7C853C;
}
.AnyTagClassName
{
color: #7C853C;
}
</style>
background-color css
<style>
a { background-color: #7C853C; }
a { background-color: rgb(124,133,60); }
div.DivClassName
{
background-color: #7C853C;
}
.BgClassName
{
background-color: #7C853C;
}
</style>
border-color css
<style>
span { border-color: #7C853C; }
span { border-color: rgb(124,133,60); }
td.TdClassName
{
border-color: #7C853C;
}
.TagClassName
{
border-color: #7C853C;
}
</style>