Shades of Wasabi #7C912A
Tints of Wasabi #7C912A
RGB
CMYK
RGB Variations
Color information
#7C912A (or 0x7C912A) is known color: Wasabi. HEX triplet: 7C, 91 and 2A. RGB value is (124,145,42). Sum of RGB (Red+Green+Blue) = 124+145+42=311 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.87% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 42 (16.80% from 255 or 13.50% from 311); Max value from RGB is 145 - color contains mainly: green. Hex color #7C912A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C912A is #836ED5. Grayscale: #7F7F7F. Windows color (decimal): -8613590 or 2789756. OLE color: 2789756.
HSL color Cylindrical-coordinate representation of color #7C912A: hue angle of 72.23º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7C912A is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 145 | 42 | - |
| CMYK | 0.14 | 0 | 0.71 | 0.43 |
| HSL | 72.23º | 0.55% | 0.37% | - |
| HSV(B) | 72.23º | 0.71% | 0.57% | - |
| XYZ | 18.86 | 24.7 | 5.96 | - |
| YUV | 126.98 | 80.04 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 145 | 42 | 0.14 | 0 | 0.71 | 0.43 | 72.23 | 0.55 | 0.37 |
| Hex | 7C | 91 | 2A | E | 0 | 47 | 2B | 48 | 37 | 25 |
| Octal | 174 | 221 | 52 | 16 | 0 | 107 | 53 | 110 | 67 | 45 |
| Binary | 1111100 | 10010001 | 101010 | 1110 | 0 | 1000111 | 101011 | 1001000 | 110111 | 100101 |
Color Harmonies of #7C912A
Complementary color
Monochromatic Colors of #7C912A
Black with #7C912A
Text Example
Text Example
White with #7C912A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C912A; }
p { color: rgb(124,145,42); }
H1.HeaderClassName
{
color: #7C912A;
}
.AnyTagClassName
{
color: #7C912A;
}
</style>
background-color css
<style>
a { background-color: #7C912A; }
a { background-color: rgb(124,145,42); }
div.DivClassName
{
background-color: #7C912A;
}
.BgClassName
{
background-color: #7C912A;
}
</style>
border-color css
<style>
span { border-color: #7C912A; }
span { border-color: rgb(124,145,42); }
td.TdClassName
{
border-color: #7C912A;
}
.TagClassName
{
border-color: #7C912A;
}
</style>