Shades of Wasabi #7C903E
Tints of Wasabi #7C903E
RGB
CMYK
RGB Variations
Color information
#7C903E (or 0x7C903E) is known color: Wasabi. HEX triplet: 7C, 90 and 3E. RGB value is (124,144,62). Sum of RGB (Red+Green+Blue) = 124+144+62=330 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.58% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 62 (24.61% from 255 or 18.79% from 330); Max value from RGB is 144 - color contains mainly: green. Hex color #7C903E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C903E is #836FC1. Grayscale: #808080. Windows color (decimal): -8613826 or 4100220. OLE color: 4100220.
HSL color Cylindrical-coordinate representation of color #7C903E: hue angle of 74.63º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7C903E is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 144 | 62 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.44 |
| HSL | 74.63º | 0.4% | 0.4% | - |
| HSV(B) | 74.63º | 0.57% | 0.56% | - |
| XYZ | 19.15 | 24.58 | 8.29 | - |
| YUV | 128.67 | 90.37 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 144 | 62 | 0.14 | 0 | 0.57 | 0.44 | 74.63 | 0.4 | 0.4 |
| Hex | 7C | 90 | 3E | E | 0 | 39 | 2C | 4B | 28 | 28 |
| Octal | 174 | 220 | 76 | 16 | 0 | 71 | 54 | 113 | 50 | 50 |
| Binary | 1111100 | 10010000 | 111110 | 1110 | 0 | 111001 | 101100 | 1001011 | 101000 | 101000 |
Color Harmonies of #7C903E
Complementary color
Monochromatic Colors of #7C903E
Black with #7C903E
Text Example
Text Example
White with #7C903E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C903E; }
p { color: rgb(124,144,62); }
H1.HeaderClassName
{
color: #7C903E;
}
.AnyTagClassName
{
color: #7C903E;
}
</style>
background-color css
<style>
a { background-color: #7C903E; }
a { background-color: rgb(124,144,62); }
div.DivClassName
{
background-color: #7C903E;
}
.BgClassName
{
background-color: #7C903E;
}
</style>
border-color css
<style>
span { border-color: #7C903E; }
span { border-color: rgb(124,144,62); }
td.TdClassName
{
border-color: #7C903E;
}
.TagClassName
{
border-color: #7C903E;
}
</style>