Shades of Wasabi #7D933A
Tints of Wasabi #7D933A
RGB
CMYK
RGB Variations
Color information
#7D933A (or 0x7D933A) is known color: Wasabi. HEX triplet: 7D, 93 and 3A. RGB value is (125,147,58). Sum of RGB (Red+Green+Blue) = 125+147+58=330 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.88% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 147 - color contains mainly: green. Hex color #7D933A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D933A is #826CC5. Grayscale: #828282. Windows color (decimal): -8547526 or 3838845. OLE color: 3838845.
HSL color Cylindrical-coordinate representation of color #7D933A: hue angle of 74.83º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7D933A is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 147 | 58 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.42 |
| HSL | 74.83º | 0.43% | 0.4% | - |
| HSV(B) | 74.83º | 0.61% | 0.58% | - |
| XYZ | 19.65 | 25.53 | 7.9 | - |
| YUV | 130.28 | 87.21 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 147 | 58 | 0.15 | 0 | 0.61 | 0.42 | 74.83 | 0.43 | 0.4 |
| Hex | 7D | 93 | 3A | F | 0 | 3D | 2A | 4B | 2B | 28 |
| Octal | 175 | 223 | 72 | 17 | 0 | 75 | 52 | 113 | 53 | 50 |
| Binary | 1111101 | 10010011 | 111010 | 1111 | 0 | 111101 | 101010 | 1001011 | 101011 | 101000 |
Color Harmonies of #7D933A
Complementary color
Monochromatic Colors of #7D933A
Black with #7D933A
Text Example
Text Example
White with #7D933A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D933A; }
p { color: rgb(125,147,58); }
H1.HeaderClassName
{
color: #7D933A;
}
.AnyTagClassName
{
color: #7D933A;
}
</style>
background-color css
<style>
a { background-color: #7D933A; }
a { background-color: rgb(125,147,58); }
div.DivClassName
{
background-color: #7D933A;
}
.BgClassName
{
background-color: #7D933A;
}
</style>
border-color css
<style>
span { border-color: #7D933A; }
span { border-color: rgb(125,147,58); }
td.TdClassName
{
border-color: #7D933A;
}
.TagClassName
{
border-color: #7D933A;
}
</style>