Shades of Wasabi #7D9132
Tints of Wasabi #7D9132
RGB
CMYK
RGB Variations
Color information
#7D9132 (or 0x7D9132) is known color: Wasabi. HEX triplet: 7D, 91 and 32. RGB value is (125,145,50). Sum of RGB (Red+Green+Blue) = 125+145+50=320 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.06% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 145 - color contains mainly: green. Hex color #7D9132 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9132 is #826ECD. Grayscale: #808080. Windows color (decimal): -8548046 or 3314045. OLE color: 3314045.
HSL color Cylindrical-coordinate representation of color #7D9132: hue angle of 72.63º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7D9132 is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 125 | 145 | 50 | - |
| CMYK | 0.14 | 0 | 0.66 | 0.43 |
| HSL | 72.63º | 0.49% | 0.38% | - |
| HSV(B) | 72.63º | 0.66% | 0.57% | - |
| XYZ | 19.16 | 24.84 | 6.8 | - |
| YUV | 128.19 | 83.87 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 145 | 50 | 0.14 | 0 | 0.66 | 0.43 | 72.63 | 0.49 | 0.38 |
| Hex | 7D | 91 | 32 | E | 0 | 42 | 2B | 49 | 31 | 26 |
| Octal | 175 | 221 | 62 | 16 | 0 | 102 | 53 | 111 | 61 | 46 |
| Binary | 1111101 | 10010001 | 110010 | 1110 | 0 | 1000010 | 101011 | 1001001 | 110001 | 100110 |
Color Harmonies of #7D9132
Complementary color
Monochromatic Colors of #7D9132
Black with #7D9132
Text Example
Text Example
White with #7D9132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9132; }
p { color: rgb(125,145,50); }
H1.HeaderClassName
{
color: #7D9132;
}
.AnyTagClassName
{
color: #7D9132;
}
</style>
background-color css
<style>
a { background-color: #7D9132; }
a { background-color: rgb(125,145,50); }
div.DivClassName
{
background-color: #7D9132;
}
.BgClassName
{
background-color: #7D9132;
}
</style>
border-color css
<style>
span { border-color: #7D9132; }
span { border-color: rgb(125,145,50); }
td.TdClassName
{
border-color: #7D9132;
}
.TagClassName
{
border-color: #7D9132;
}
</style>