Shades of Wasabi #7C904D
Tints of Wasabi #7C904D
RGB
CMYK
RGB Variations
Color information
#7C904D (or 0x7C904D) is known color: Wasabi. HEX triplet: 7C, 90 and 4D. RGB value is (124,144,77). Sum of RGB (Red+Green+Blue) = 124+144+77=345 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.94% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 144 - color contains mainly: green. Hex color #7C904D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C904D is #836FB2. Grayscale: #828282. Windows color (decimal): -8613811 or 5083260. OLE color: 5083260.
HSL color Cylindrical-coordinate representation of color #7C904D: hue angle of 77.91º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C904D is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 144 | 77 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.44 |
| HSL | 77.91º | 0.3% | 0.43% | - |
| HSV(B) | 77.91º | 0.47% | 0.56% | - |
| XYZ | 19.63 | 24.77 | 10.77 | - |
| YUV | 130.38 | 97.87 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 144 | 77 | 0.14 | 0 | 0.47 | 0.44 | 77.91 | 0.3 | 0.43 |
| Hex | 7C | 90 | 4D | E | 0 | 2F | 2C | 4E | 1E | 2B |
| Octal | 174 | 220 | 115 | 16 | 0 | 57 | 54 | 116 | 36 | 53 |
| Binary | 1111100 | 10010000 | 1001101 | 1110 | 0 | 101111 | 101100 | 1001110 | 11110 | 101011 |
Color Harmonies of #7C904D
Complementary color
Monochromatic Colors of #7C904D
Black with #7C904D
Text Example
Text Example
White with #7C904D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C904D; }
p { color: rgb(124,144,77); }
H1.HeaderClassName
{
color: #7C904D;
}
.AnyTagClassName
{
color: #7C904D;
}
</style>
background-color css
<style>
a { background-color: #7C904D; }
a { background-color: rgb(124,144,77); }
div.DivClassName
{
background-color: #7C904D;
}
.BgClassName
{
background-color: #7C904D;
}
</style>
border-color css
<style>
span { border-color: #7C904D; }
span { border-color: rgb(124,144,77); }
td.TdClassName
{
border-color: #7C904D;
}
.TagClassName
{
border-color: #7C904D;
}
</style>