Shades of Wasabi #7D9744
Tints of Wasabi #7D9744
RGB
CMYK
RGB Variations
Color information
#7D9744 (or 0x7D9744) is known color: Wasabi. HEX triplet: 7D, 97 and 44. RGB value is (125,151,68). Sum of RGB (Red+Green+Blue) = 125+151+68=344 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.34% from 344); Green value is 151 (59.38% from 255 or 43.90% from 344); Blue value is 68 (26.95% from 255 or 19.77% from 344); Max value from RGB is 151 - color contains mainly: green. Hex color #7D9744 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9744 is #8268BB. Grayscale: #868686. Windows color (decimal): -8546492 or 4495229. OLE color: 4495229.
HSL color Cylindrical-coordinate representation of color #7D9744: hue angle of 78.8º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7D9744 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 125 | 151 | 68 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.41 |
| HSL | 78.8º | 0.38% | 0.43% | - |
| HSV(B) | 78.8º | 0.55% | 0.59% | - |
| XYZ | 20.57 | 26.91 | 9.58 | - |
| YUV | 133.76 | 90.89 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 151 | 68 | 0.17 | 0 | 0.55 | 0.41 | 78.8 | 0.38 | 0.43 |
| Hex | 7D | 97 | 44 | 11 | 0 | 37 | 29 | 4F | 26 | 2B |
| Octal | 175 | 227 | 104 | 21 | 0 | 67 | 51 | 117 | 46 | 53 |
| Binary | 1111101 | 10010111 | 1000100 | 10001 | 0 | 110111 | 101001 | 1001111 | 100110 | 101011 |
Color Harmonies of #7D9744
Complementary color
Monochromatic Colors of #7D9744
Black with #7D9744
Text Example
Text Example
White with #7D9744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9744; }
p { color: rgb(125,151,68); }
H1.HeaderClassName
{
color: #7D9744;
}
.AnyTagClassName
{
color: #7D9744;
}
</style>
background-color css
<style>
a { background-color: #7D9744; }
a { background-color: rgb(125,151,68); }
div.DivClassName
{
background-color: #7D9744;
}
.BgClassName
{
background-color: #7D9744;
}
</style>
border-color css
<style>
span { border-color: #7D9744; }
span { border-color: rgb(125,151,68); }
td.TdClassName
{
border-color: #7D9744;
}
.TagClassName
{
border-color: #7D9744;
}
</style>