Shades of Wasabi #7D9845
Tints of Wasabi #7D9845
RGB
CMYK
RGB Variations
Color information
#7D9845 (or 0x7D9845) is known color: Wasabi. HEX triplet: 7D, 98 and 45. RGB value is (125,152,69). Sum of RGB (Red+Green+Blue) = 125+152+69=346 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.13% from 346); Green value is 152 (59.77% from 255 or 43.93% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 152 - color contains mainly: green. Hex color #7D9845 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9845 is #8267BA. Grayscale: #868686. Windows color (decimal): -8546235 or 4561021. OLE color: 4561021.
HSL color Cylindrical-coordinate representation of color #7D9845: hue angle of 79.52º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7D9845 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 125 | 152 | 69 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.40 |
| HSL | 79.52º | 0.38% | 0.43% | - |
| HSV(B) | 79.52º | 0.55% | 0.6% | - |
| XYZ | 20.76 | 27.25 | 9.8 | - |
| YUV | 134.47 | 91.05 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 152 | 69 | 0.18 | 0 | 0.55 | 0.40 | 79.52 | 0.38 | 0.43 |
| Hex | 7D | 98 | 45 | 12 | 0 | 37 | 28 | 50 | 26 | 2B |
| Octal | 175 | 230 | 105 | 22 | 0 | 67 | 50 | 120 | 46 | 53 |
| Binary | 1111101 | 10011000 | 1000101 | 10010 | 0 | 110111 | 101000 | 1010000 | 100110 | 101011 |
Color Harmonies of #7D9845
Complementary color
Monochromatic Colors of #7D9845
Black with #7D9845
Text Example
Text Example
White with #7D9845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9845; }
p { color: rgb(125,152,69); }
H1.HeaderClassName
{
color: #7D9845;
}
.AnyTagClassName
{
color: #7D9845;
}
</style>
background-color css
<style>
a { background-color: #7D9845; }
a { background-color: rgb(125,152,69); }
div.DivClassName
{
background-color: #7D9845;
}
.BgClassName
{
background-color: #7D9845;
}
</style>
border-color css
<style>
span { border-color: #7D9845; }
span { border-color: rgb(125,152,69); }
td.TdClassName
{
border-color: #7D9845;
}
.TagClassName
{
border-color: #7D9845;
}
</style>