Shades of Wasabi #7C853B
Tints of Wasabi #7C853B
RGB
CMYK
RGB Variations
Color information
#7C853B (or 0x7C853B) is known color: Wasabi. HEX triplet: 7C, 85 and 3B. RGB value is (124,133,59). Sum of RGB (Red+Green+Blue) = 124+133+59=316 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.24% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 59 (23.44% from 255 or 18.67% from 316); Max value from RGB is 133 - color contains mainly: green. Hex color #7C853B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C853B is #837AC4. Grayscale: #7A7A7A. Windows color (decimal): -8616645 or 3900796. OLE color: 3900796.
HSL color Cylindrical-coordinate representation of color #7C853B: hue angle of 67.3º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C853B is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 133 | 59 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.48 |
| HSL | 67.3º | 0.39% | 0.38% | - |
| HSV(B) | 67.3º | 0.56% | 0.52% | - |
| XYZ | 17.49 | 21.38 | 7.34 | - |
| YUV | 121.87 | 92.52 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 133 | 59 | 0.07 | 0 | 0.56 | 0.48 | 67.3 | 0.39 | 0.38 |
| Hex | 7C | 85 | 3B | 7 | 0 | 38 | 30 | 43 | 27 | 26 |
| Octal | 174 | 205 | 73 | 7 | 0 | 70 | 60 | 103 | 47 | 46 |
| Binary | 1111100 | 10000101 | 111011 | 111 | 0 | 111000 | 110000 | 1000011 | 100111 | 100110 |
Color Harmonies of #7C853B
Complementary color
Monochromatic Colors of #7C853B
Black with #7C853B
Text Example
Text Example
White with #7C853B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C853B; }
p { color: rgb(124,133,59); }
H1.HeaderClassName
{
color: #7C853B;
}
.AnyTagClassName
{
color: #7C853B;
}
</style>
background-color css
<style>
a { background-color: #7C853B; }
a { background-color: rgb(124,133,59); }
div.DivClassName
{
background-color: #7C853B;
}
.BgClassName
{
background-color: #7C853B;
}
</style>
border-color css
<style>
span { border-color: #7C853B; }
span { border-color: rgb(124,133,59); }
td.TdClassName
{
border-color: #7C853B;
}
.TagClassName
{
border-color: #7C853B;
}
</style>