Shades of Wasabi #7C953F
Tints of Wasabi #7C953F
RGB
CMYK
RGB Variations
Color information
#7C953F (or 0x7C953F) is known color: Wasabi. HEX triplet: 7C, 95 and 3F. RGB value is (124,149,63). Sum of RGB (Red+Green+Blue) = 124+149+63=336 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.90% from 336); Green value is 149 (58.59% from 255 or 44.35% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 149 - color contains mainly: green. Hex color #7C953F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C953F is #836AC0. Grayscale: #848484. Windows color (decimal): -8612545 or 4167036. OLE color: 4167036.
HSL color Cylindrical-coordinate representation of color #7C953F: hue angle of 77.44º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7C953F is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 149 | 63 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.42 |
| HSL | 77.44º | 0.41% | 0.42% | - |
| HSV(B) | 77.44º | 0.58% | 0.58% | - |
| XYZ | 19.96 | 26.14 | 8.7 | - |
| YUV | 131.72 | 89.22 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 149 | 63 | 0.17 | 0 | 0.58 | 0.42 | 77.44 | 0.41 | 0.42 |
| Hex | 7C | 95 | 3F | 11 | 0 | 3A | 2A | 4D | 29 | 2A |
| Octal | 174 | 225 | 77 | 21 | 0 | 72 | 52 | 115 | 51 | 52 |
| Binary | 1111100 | 10010101 | 111111 | 10001 | 0 | 111010 | 101010 | 1001101 | 101001 | 101010 |
Color Harmonies of #7C953F
Complementary color
Monochromatic Colors of #7C953F
Black with #7C953F
Text Example
Text Example
White with #7C953F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C953F; }
p { color: rgb(124,149,63); }
H1.HeaderClassName
{
color: #7C953F;
}
.AnyTagClassName
{
color: #7C953F;
}
</style>
background-color css
<style>
a { background-color: #7C953F; }
a { background-color: rgb(124,149,63); }
div.DivClassName
{
background-color: #7C953F;
}
.BgClassName
{
background-color: #7C953F;
}
</style>
border-color css
<style>
span { border-color: #7C953F; }
span { border-color: rgb(124,149,63); }
td.TdClassName
{
border-color: #7C953F;
}
.TagClassName
{
border-color: #7C953F;
}
</style>