Shades of Wasabi #7D9641
Tints of Wasabi #7D9641
RGB
CMYK
RGB Variations
Color information
#7D9641 (or 0x7D9641) is known color: Wasabi. HEX triplet: 7D, 96 and 41. RGB value is (125,150,65). Sum of RGB (Red+Green+Blue) = 125+150+65=340 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.76% from 340); Green value is 150 (58.98% from 255 or 44.12% from 340); Blue value is 65 (25.78% from 255 or 19.12% from 340); Max value from RGB is 150 - color contains mainly: green. Hex color #7D9641 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9641 is #8269BE. Grayscale: #858585. Windows color (decimal): -8546751 or 4298365. OLE color: 4298365.
HSL color Cylindrical-coordinate representation of color #7D9641: hue angle of 77.65º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7D9641 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 125 | 150 | 65 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.41 |
| HSL | 77.65º | 0.4% | 0.42% | - |
| HSV(B) | 77.65º | 0.57% | 0.59% | - |
| XYZ | 20.32 | 26.55 | 9.06 | - |
| YUV | 132.84 | 89.72 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 150 | 65 | 0.17 | 0 | 0.57 | 0.41 | 77.65 | 0.4 | 0.42 |
| Hex | 7D | 96 | 41 | 11 | 0 | 39 | 29 | 4E | 28 | 2A |
| Octal | 175 | 226 | 101 | 21 | 0 | 71 | 51 | 116 | 50 | 52 |
| Binary | 1111101 | 10010110 | 1000001 | 10001 | 0 | 111001 | 101001 | 1001110 | 101000 | 101010 |
Color Harmonies of #7D9641
Complementary color
Monochromatic Colors of #7D9641
Black with #7D9641
Text Example
Text Example
White with #7D9641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9641; }
p { color: rgb(125,150,65); }
H1.HeaderClassName
{
color: #7D9641;
}
.AnyTagClassName
{
color: #7D9641;
}
</style>
background-color css
<style>
a { background-color: #7D9641; }
a { background-color: rgb(125,150,65); }
div.DivClassName
{
background-color: #7D9641;
}
.BgClassName
{
background-color: #7D9641;
}
</style>
border-color css
<style>
span { border-color: #7D9641; }
span { border-color: rgb(125,150,65); }
td.TdClassName
{
border-color: #7D9641;
}
.TagClassName
{
border-color: #7D9641;
}
</style>