Shades of Wasabi #7D9128
Tints of Wasabi #7D9128
RGB
CMYK
RGB Variations
Color information
#7D9128 (or 0x7D9128) is known color: Wasabi. HEX triplet: 7D, 91 and 28. RGB value is (125,145,40). Sum of RGB (Red+Green+Blue) = 125+145+40=310 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.32% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 145 - color contains mainly: green. Hex color #7D9128 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9128 is #826ED7. Grayscale: #7F7F7F. Windows color (decimal): -8548056 or 2658685. OLE color: 2658685.
HSL color Cylindrical-coordinate representation of color #7D9128: hue angle of 71.43º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7D9128 is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 125 | 145 | 40 | - |
| CMYK | 0.14 | 0 | 0.72 | 0.43 |
| HSL | 71.43º | 0.57% | 0.36% | - |
| HSV(B) | 71.43º | 0.72% | 0.57% | - |
| XYZ | 18.97 | 24.76 | 5.79 | - |
| YUV | 127.05 | 78.87 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 145 | 40 | 0.14 | 0 | 0.72 | 0.43 | 71.43 | 0.57 | 0.36 |
| Hex | 7D | 91 | 28 | E | 0 | 48 | 2B | 47 | 39 | 24 |
| Octal | 175 | 221 | 50 | 16 | 0 | 110 | 53 | 107 | 71 | 44 |
| Binary | 1111101 | 10010001 | 101000 | 1110 | 0 | 1001000 | 101011 | 1000111 | 111001 | 100100 |
Color Harmonies of #7D9128
Complementary color
Monochromatic Colors of #7D9128
Black with #7D9128
Text Example
Text Example
White with #7D9128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9128; }
p { color: rgb(125,145,40); }
H1.HeaderClassName
{
color: #7D9128;
}
.AnyTagClassName
{
color: #7D9128;
}
</style>
background-color css
<style>
a { background-color: #7D9128; }
a { background-color: rgb(125,145,40); }
div.DivClassName
{
background-color: #7D9128;
}
.BgClassName
{
background-color: #7D9128;
}
</style>
border-color css
<style>
span { border-color: #7D9128; }
span { border-color: rgb(125,145,40); }
td.TdClassName
{
border-color: #7D9128;
}
.TagClassName
{
border-color: #7D9128;
}
</style>