Shades of Wasabi #7D8932
Tints of Wasabi #7D8932
RGB
CMYK
RGB Variations
Color information
#7D8932 (or 0x7D8932) is known color: Wasabi. HEX triplet: 7D, 89 and 32. RGB value is (125,137,50). Sum of RGB (Red+Green+Blue) = 125+137+50=312 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.06% from 312); Green value is 137 (53.91% from 255 or 43.91% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 137 - color contains mainly: green. Hex color #7D8932 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8932 is #8276CD. Grayscale: #7B7B7B. Windows color (decimal): -8550094 or 3311997. OLE color: 3311997.
HSL color Cylindrical-coordinate representation of color #7D8932: hue angle of 68.28º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7D8932 is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 125 | 137 | 50 | - |
| CMYK | 0.09 | 0 | 0.64 | 0.46 |
| HSL | 68.28º | 0.47% | 0.37% | - |
| HSV(B) | 68.28º | 0.64% | 0.54% | - |
| XYZ | 17.98 | 22.48 | 6.41 | - |
| YUV | 123.49 | 86.52 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 137 | 50 | 0.09 | 0 | 0.64 | 0.46 | 68.28 | 0.47 | 0.37 |
| Hex | 7D | 89 | 32 | 9 | 0 | 40 | 2E | 44 | 2F | 25 |
| Octal | 175 | 211 | 62 | 11 | 0 | 100 | 56 | 104 | 57 | 45 |
| Binary | 1111101 | 10001001 | 110010 | 1001 | 0 | 1000000 | 101110 | 1000100 | 101111 | 100101 |
Color Harmonies of #7D8932
Complementary color
Monochromatic Colors of #7D8932
Black with #7D8932
Text Example
Text Example
White with #7D8932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8932; }
p { color: rgb(125,137,50); }
H1.HeaderClassName
{
color: #7D8932;
}
.AnyTagClassName
{
color: #7D8932;
}
</style>
background-color css
<style>
a { background-color: #7D8932; }
a { background-color: rgb(125,137,50); }
div.DivClassName
{
background-color: #7D8932;
}
.BgClassName
{
background-color: #7D8932;
}
</style>
border-color css
<style>
span { border-color: #7D8932; }
span { border-color: rgb(125,137,50); }
td.TdClassName
{
border-color: #7D8932;
}
.TagClassName
{
border-color: #7D8932;
}
</style>