Shades of Wasabi #7D943B
Tints of Wasabi #7D943B
RGB
CMYK
RGB Variations
Color information
#7D943B (or 0x7D943B) is known color: Wasabi. HEX triplet: 7D, 94 and 3B. RGB value is (125,148,59). Sum of RGB (Red+Green+Blue) = 125+148+59=332 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.65% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 148 - color contains mainly: green. Hex color #7D943B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D943B is #826BC4. Grayscale: #838383. Windows color (decimal): -8547269 or 3904637. OLE color: 3904637.
HSL color Cylindrical-coordinate representation of color #7D943B: hue angle of 75.51º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7D943B is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 148 | 59 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.42 |
| HSL | 75.51º | 0.43% | 0.41% | - |
| HSV(B) | 75.51º | 0.6% | 0.58% | - |
| XYZ | 19.84 | 25.86 | 8.08 | - |
| YUV | 130.98 | 87.38 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 148 | 59 | 0.16 | 0 | 0.60 | 0.42 | 75.51 | 0.43 | 0.41 |
| Hex | 7D | 94 | 3B | 10 | 0 | 3C | 2A | 4C | 2B | 29 |
| Octal | 175 | 224 | 73 | 20 | 0 | 74 | 52 | 114 | 53 | 51 |
| Binary | 1111101 | 10010100 | 111011 | 10000 | 0 | 111100 | 101010 | 1001100 | 101011 | 101001 |
Color Harmonies of #7D943B
Complementary color
Monochromatic Colors of #7D943B
Black with #7D943B
Text Example
Text Example
White with #7D943B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D943B; }
p { color: rgb(125,148,59); }
H1.HeaderClassName
{
color: #7D943B;
}
.AnyTagClassName
{
color: #7D943B;
}
</style>
background-color css
<style>
a { background-color: #7D943B; }
a { background-color: rgb(125,148,59); }
div.DivClassName
{
background-color: #7D943B;
}
.BgClassName
{
background-color: #7D943B;
}
</style>
border-color css
<style>
span { border-color: #7D943B; }
span { border-color: rgb(125,148,59); }
td.TdClassName
{
border-color: #7D943B;
}
.TagClassName
{
border-color: #7D943B;
}
</style>