Shades of Wasabi #7C8745
Tints of Wasabi #7C8745
RGB
CMYK
RGB Variations
Color information
#7C8745 (or 0x7C8745) is known color: Wasabi. HEX triplet: 7C, 87 and 45. RGB value is (124,135,69). Sum of RGB (Red+Green+Blue) = 124+135+69=328 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.80% from 328); Green value is 135 (53.12% from 255 or 41.16% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 135 - color contains mainly: green. Hex color #7C8745 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8745 is #8378BA. Grayscale: #7C7C7C. Windows color (decimal): -8616123 or 4556668. OLE color: 4556668.
HSL color Cylindrical-coordinate representation of color #7C8745: hue angle of 70º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C8745 is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 135 | 69 | - |
| CMYK | 0.08 | 0 | 0.49 | 0.47 |
| HSL | 70º | 0.32% | 0.4% | - |
| HSV(B) | 70º | 0.49% | 0.53% | - |
| XYZ | 18.05 | 22.04 | 8.93 | - |
| YUV | 124.19 | 96.86 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 135 | 69 | 0.08 | 0 | 0.49 | 0.47 | 70 | 0.32 | 0.4 |
| Hex | 7C | 87 | 45 | 8 | 0 | 31 | 2F | 46 | 20 | 28 |
| Octal | 174 | 207 | 105 | 10 | 0 | 61 | 57 | 106 | 40 | 50 |
| Binary | 1111100 | 10000111 | 1000101 | 1000 | 0 | 110001 | 101111 | 1000110 | 100000 | 101000 |
Color Harmonies of #7C8745
Complementary color
Monochromatic Colors of #7C8745
Black with #7C8745
Text Example
Text Example
White with #7C8745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8745; }
p { color: rgb(124,135,69); }
H1.HeaderClassName
{
color: #7C8745;
}
.AnyTagClassName
{
color: #7C8745;
}
</style>
background-color css
<style>
a { background-color: #7C8745; }
a { background-color: rgb(124,135,69); }
div.DivClassName
{
background-color: #7C8745;
}
.BgClassName
{
background-color: #7C8745;
}
</style>
border-color css
<style>
span { border-color: #7C8745; }
span { border-color: rgb(124,135,69); }
td.TdClassName
{
border-color: #7C8745;
}
.TagClassName
{
border-color: #7C8745;
}
</style>