Shades of Wasabi #7C924C
Tints of Wasabi #7C924C
RGB
CMYK
RGB Variations
Color information
#7C924C (or 0x7C924C) is known color: Wasabi. HEX triplet: 7C, 92 and 4C. RGB value is (124,146,76). Sum of RGB (Red+Green+Blue) = 124+146+76=346 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.84% from 346); Green value is 146 (57.42% from 255 or 42.20% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 146 - color contains mainly: green. Hex color #7C924C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C924C is #836DB3. Grayscale: #838383. Windows color (decimal): -8613300 or 5018236. OLE color: 5018236.
HSL color Cylindrical-coordinate representation of color #7C924C: hue angle of 78.86º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C924C is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 146 | 76 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.43 |
| HSL | 78.86º | 0.32% | 0.44% | - |
| HSV(B) | 78.86º | 0.48% | 0.57% | - |
| XYZ | 19.9 | 25.36 | 10.68 | - |
| YUV | 131.44 | 96.71 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 146 | 76 | 0.15 | 0 | 0.48 | 0.43 | 78.86 | 0.32 | 0.44 |
| Hex | 7C | 92 | 4C | F | 0 | 30 | 2B | 4F | 20 | 2C |
| Octal | 174 | 222 | 114 | 17 | 0 | 60 | 53 | 117 | 40 | 54 |
| Binary | 1111100 | 10010010 | 1001100 | 1111 | 0 | 110000 | 101011 | 1001111 | 100000 | 101100 |
Color Harmonies of #7C924C
Complementary color
Monochromatic Colors of #7C924C
Black with #7C924C
Text Example
Text Example
White with #7C924C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C924C; }
p { color: rgb(124,146,76); }
H1.HeaderClassName
{
color: #7C924C;
}
.AnyTagClassName
{
color: #7C924C;
}
</style>
background-color css
<style>
a { background-color: #7C924C; }
a { background-color: rgb(124,146,76); }
div.DivClassName
{
background-color: #7C924C;
}
.BgClassName
{
background-color: #7C924C;
}
</style>
border-color css
<style>
span { border-color: #7C924C; }
span { border-color: rgb(124,146,76); }
td.TdClassName
{
border-color: #7C924C;
}
.TagClassName
{
border-color: #7C924C;
}
</style>