Shades of Wasabi #7D932C
Tints of Wasabi #7D932C
RGB
CMYK
RGB Variations
Color information
#7D932C (or 0x7D932C) is known color: Wasabi. HEX triplet: 7D, 93 and 2C. RGB value is (125,147,44). Sum of RGB (Red+Green+Blue) = 125+147+44=316 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.56% from 316); Green value is 147 (57.81% from 255 or 46.52% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 147 - color contains mainly: green. Hex color #7D932C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D932C is #826CD3. Grayscale: #818181. Windows color (decimal): -8547540 or 2921341. OLE color: 2921341.
HSL color Cylindrical-coordinate representation of color #7D932C: hue angle of 72.82º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D932C is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 147 | 44 | - |
| CMYK | 0.15 | 0 | 0.70 | 0.42 |
| HSL | 72.82º | 0.54% | 0.37% | - |
| HSV(B) | 72.82º | 0.7% | 0.58% | - |
| XYZ | 19.35 | 25.41 | 6.27 | - |
| YUV | 128.68 | 80.21 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 147 | 44 | 0.15 | 0 | 0.70 | 0.42 | 72.82 | 0.54 | 0.37 |
| Hex | 7D | 93 | 2C | F | 0 | 46 | 2A | 49 | 36 | 25 |
| Octal | 175 | 223 | 54 | 17 | 0 | 106 | 52 | 111 | 66 | 45 |
| Binary | 1111101 | 10010011 | 101100 | 1111 | 0 | 1000110 | 101010 | 1001001 | 110110 | 100101 |
Color Harmonies of #7D932C
Complementary color
Monochromatic Colors of #7D932C
Black with #7D932C
Text Example
Text Example
White with #7D932C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D932C; }
p { color: rgb(125,147,44); }
H1.HeaderClassName
{
color: #7D932C;
}
.AnyTagClassName
{
color: #7D932C;
}
</style>
background-color css
<style>
a { background-color: #7D932C; }
a { background-color: rgb(125,147,44); }
div.DivClassName
{
background-color: #7D932C;
}
.BgClassName
{
background-color: #7D932C;
}
</style>
border-color css
<style>
span { border-color: #7D932C; }
span { border-color: rgb(125,147,44); }
td.TdClassName
{
border-color: #7D932C;
}
.TagClassName
{
border-color: #7D932C;
}
</style>