Shades of Wasabi #7D9348
Tints of Wasabi #7D9348
RGB
CMYK
RGB Variations
Color information
#7D9348 (or 0x7D9348) is known color: Wasabi. HEX triplet: 7D, 93 and 48. RGB value is (125,147,72). Sum of RGB (Red+Green+Blue) = 125+147+72=344 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.34% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 147 - color contains mainly: green. Hex color #7D9348 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9348 is #826CB7. Grayscale: #848484. Windows color (decimal): -8547512 or 4756349. OLE color: 4756349.
HSL color Cylindrical-coordinate representation of color #7D9348: hue angle of 77.6º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D9348 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 147 | 72 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.42 |
| HSL | 77.6º | 0.34% | 0.43% | - |
| HSV(B) | 77.6º | 0.51% | 0.58% | - |
| XYZ | 20.06 | 25.7 | 10.03 | - |
| YUV | 131.87 | 94.21 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 147 | 72 | 0.15 | 0 | 0.51 | 0.42 | 77.6 | 0.34 | 0.43 |
| Hex | 7D | 93 | 48 | F | 0 | 33 | 2A | 4E | 22 | 2B |
| Octal | 175 | 223 | 110 | 17 | 0 | 63 | 52 | 116 | 42 | 53 |
| Binary | 1111101 | 10010011 | 1001000 | 1111 | 0 | 110011 | 101010 | 1001110 | 100010 | 101011 |
Color Harmonies of #7D9348
Complementary color
Monochromatic Colors of #7D9348
Black with #7D9348
Text Example
Text Example
White with #7D9348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9348; }
p { color: rgb(125,147,72); }
H1.HeaderClassName
{
color: #7D9348;
}
.AnyTagClassName
{
color: #7D9348;
}
</style>
background-color css
<style>
a { background-color: #7D9348; }
a { background-color: rgb(125,147,72); }
div.DivClassName
{
background-color: #7D9348;
}
.BgClassName
{
background-color: #7D9348;
}
</style>
border-color css
<style>
span { border-color: #7D9348; }
span { border-color: rgb(125,147,72); }
td.TdClassName
{
border-color: #7D9348;
}
.TagClassName
{
border-color: #7D9348;
}
</style>