Shades of Wasabi #7C8539
Tints of Wasabi #7C8539
RGB
CMYK
RGB Variations
Color information
#7C8539 (or 0x7C8539) is known color: Wasabi. HEX triplet: 7C, 85 and 39. RGB value is (124,133,57). Sum of RGB (Red+Green+Blue) = 124+133+57=314 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.49% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 57 (22.66% from 255 or 18.15% from 314); Max value from RGB is 133 - color contains mainly: green. Hex color #7C8539 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8539 is #837AC6. Grayscale: #797979. Windows color (decimal): -8616647 or 3769724. OLE color: 3769724.
HSL color Cylindrical-coordinate representation of color #7C8539: hue angle of 67.11º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7C8539 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 133 | 57 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.48 |
| HSL | 67.11º | 0.4% | 0.37% | - |
| HSV(B) | 67.11º | 0.57% | 0.52% | - |
| XYZ | 17.44 | 21.36 | 7.07 | - |
| YUV | 121.65 | 91.52 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 133 | 57 | 0.07 | 0 | 0.57 | 0.48 | 67.11 | 0.4 | 0.37 |
| Hex | 7C | 85 | 39 | 7 | 0 | 39 | 30 | 43 | 28 | 25 |
| Octal | 174 | 205 | 71 | 7 | 0 | 71 | 60 | 103 | 50 | 45 |
| Binary | 1111100 | 10000101 | 111001 | 111 | 0 | 111001 | 110000 | 1000011 | 101000 | 100101 |
Color Harmonies of #7C8539
Complementary color
Monochromatic Colors of #7C8539
Black with #7C8539
Text Example
Text Example
White with #7C8539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8539; }
p { color: rgb(124,133,57); }
H1.HeaderClassName
{
color: #7C8539;
}
.AnyTagClassName
{
color: #7C8539;
}
</style>
background-color css
<style>
a { background-color: #7C8539; }
a { background-color: rgb(124,133,57); }
div.DivClassName
{
background-color: #7C8539;
}
.BgClassName
{
background-color: #7C8539;
}
</style>
border-color css
<style>
span { border-color: #7C8539; }
span { border-color: rgb(124,133,57); }
td.TdClassName
{
border-color: #7C8539;
}
.TagClassName
{
border-color: #7C8539;
}
</style>