Shades of Wasabi #7D9337
Tints of Wasabi #7D9337
RGB
CMYK
RGB Variations
Color information
#7D9337 (or 0x7D9337) is known color: Wasabi. HEX triplet: 7D, 93 and 37. RGB value is (125,147,55). Sum of RGB (Red+Green+Blue) = 125+147+55=327 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.23% from 327); Green value is 147 (57.81% from 255 or 44.95% from 327); Blue value is 55 (21.88% from 255 or 16.82% from 327); Max value from RGB is 147 - color contains mainly: green. Hex color #7D9337 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9337 is #826CC8. Grayscale: #828282. Windows color (decimal): -8547529 or 3642237. OLE color: 3642237.
HSL color Cylindrical-coordinate representation of color #7D9337: hue angle of 74.35º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7D9337 is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 147 | 55 | - |
| CMYK | 0.15 | 0 | 0.63 | 0.42 |
| HSL | 74.35º | 0.46% | 0.4% | - |
| HSV(B) | 74.35º | 0.63% | 0.58% | - |
| XYZ | 19.58 | 25.5 | 7.51 | - |
| YUV | 129.93 | 85.71 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 147 | 55 | 0.15 | 0 | 0.63 | 0.42 | 74.35 | 0.46 | 0.4 |
| Hex | 7D | 93 | 37 | F | 0 | 3F | 2A | 4A | 2E | 28 |
| Octal | 175 | 223 | 67 | 17 | 0 | 77 | 52 | 112 | 56 | 50 |
| Binary | 1111101 | 10010011 | 110111 | 1111 | 0 | 111111 | 101010 | 1001010 | 101110 | 101000 |
Color Harmonies of #7D9337
Complementary color
Monochromatic Colors of #7D9337
Black with #7D9337
Text Example
Text Example
White with #7D9337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9337; }
p { color: rgb(125,147,55); }
H1.HeaderClassName
{
color: #7D9337;
}
.AnyTagClassName
{
color: #7D9337;
}
</style>
background-color css
<style>
a { background-color: #7D9337; }
a { background-color: rgb(125,147,55); }
div.DivClassName
{
background-color: #7D9337;
}
.BgClassName
{
background-color: #7D9337;
}
</style>
border-color css
<style>
span { border-color: #7D9337; }
span { border-color: rgb(125,147,55); }
td.TdClassName
{
border-color: #7D9337;
}
.TagClassName
{
border-color: #7D9337;
}
</style>