Shades of Wasabi #7D9244
Tints of Wasabi #7D9244
RGB
CMYK
RGB Variations
Color information
#7D9244 (or 0x7D9244) is known color: Wasabi. HEX triplet: 7D, 92 and 44. RGB value is (125,146,68). Sum of RGB (Red+Green+Blue) = 125+146+68=339 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.87% from 339); Green value is 146 (57.42% from 255 or 43.07% from 339); Blue value is 68 (26.95% from 255 or 20.06% from 339); Max value from RGB is 146 - color contains mainly: green. Hex color #7D9244 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9244 is #826DBB. Grayscale: #838383. Windows color (decimal): -8547772 or 4493949. OLE color: 4493949.
HSL color Cylindrical-coordinate representation of color #7D9244: hue angle of 76.15º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7D9244 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 125 | 146 | 68 | - |
| CMYK | 0.14 | 0 | 0.53 | 0.43 |
| HSL | 76.15º | 0.36% | 0.42% | - |
| HSV(B) | 76.15º | 0.53% | 0.57% | - |
| XYZ | 19.78 | 25.34 | 9.32 | - |
| YUV | 130.83 | 92.54 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 146 | 68 | 0.14 | 0 | 0.53 | 0.43 | 76.15 | 0.36 | 0.42 |
| Hex | 7D | 92 | 44 | E | 0 | 35 | 2B | 4C | 24 | 2A |
| Octal | 175 | 222 | 104 | 16 | 0 | 65 | 53 | 114 | 44 | 52 |
| Binary | 1111101 | 10010010 | 1000100 | 1110 | 0 | 110101 | 101011 | 1001100 | 100100 | 101010 |
Color Harmonies of #7D9244
Complementary color
Monochromatic Colors of #7D9244
Black with #7D9244
Text Example
Text Example
White with #7D9244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9244; }
p { color: rgb(125,146,68); }
H1.HeaderClassName
{
color: #7D9244;
}
.AnyTagClassName
{
color: #7D9244;
}
</style>
background-color css
<style>
a { background-color: #7D9244; }
a { background-color: rgb(125,146,68); }
div.DivClassName
{
background-color: #7D9244;
}
.BgClassName
{
background-color: #7D9244;
}
</style>
border-color css
<style>
span { border-color: #7D9244; }
span { border-color: rgb(125,146,68); }
td.TdClassName
{
border-color: #7D9244;
}
.TagClassName
{
border-color: #7D9244;
}
</style>