Shades of Wasabi #7D9044
Tints of Wasabi #7D9044
RGB
CMYK
RGB Variations
Color information
#7D9044 (or 0x7D9044) is known color: Wasabi. HEX triplet: 7D, 90 and 44. RGB value is (125,144,68). Sum of RGB (Red+Green+Blue) = 125+144+68=337 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.09% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 144 - color contains mainly: green. Hex color #7D9044 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9044 is #826FBB. Grayscale: #818181. Windows color (decimal): -8548284 or 4493437. OLE color: 4493437.
HSL color Cylindrical-coordinate representation of color #7D9044: hue angle of 75º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7D9044 is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 125 | 144 | 68 | - |
| CMYK | 0.13 | 0 | 0.53 | 0.44 |
| HSL | 75º | 0.36% | 0.42% | - |
| HSV(B) | 75º | 0.53% | 0.56% | - |
| XYZ | 19.47 | 24.72 | 9.21 | - |
| YUV | 129.66 | 93.21 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 144 | 68 | 0.13 | 0 | 0.53 | 0.44 | 75 | 0.36 | 0.42 |
| Hex | 7D | 90 | 44 | D | 0 | 35 | 2C | 4B | 24 | 2A |
| Octal | 175 | 220 | 104 | 15 | 0 | 65 | 54 | 113 | 44 | 52 |
| Binary | 1111101 | 10010000 | 1000100 | 1101 | 0 | 110101 | 101100 | 1001011 | 100100 | 101010 |
Color Harmonies of #7D9044
Complementary color
Monochromatic Colors of #7D9044
Black with #7D9044
Text Example
Text Example
White with #7D9044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9044; }
p { color: rgb(125,144,68); }
H1.HeaderClassName
{
color: #7D9044;
}
.AnyTagClassName
{
color: #7D9044;
}
</style>
background-color css
<style>
a { background-color: #7D9044; }
a { background-color: rgb(125,144,68); }
div.DivClassName
{
background-color: #7D9044;
}
.BgClassName
{
background-color: #7D9044;
}
</style>
border-color css
<style>
span { border-color: #7D9044; }
span { border-color: rgb(125,144,68); }
td.TdClassName
{
border-color: #7D9044;
}
.TagClassName
{
border-color: #7D9044;
}
</style>