Shades of Wasabi #7D934B
Tints of Wasabi #7D934B
RGB
CMYK
RGB Variations
Color information
#7D934B (or 0x7D934B) is known color: Wasabi. HEX triplet: 7D, 93 and 4B. RGB value is (125,147,75). Sum of RGB (Red+Green+Blue) = 125+147+75=347 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.02% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 147 - color contains mainly: green. Hex color #7D934B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D934B is #826CB4. Grayscale: #848484. Windows color (decimal): -8547509 or 4952957. OLE color: 4952957.
HSL color Cylindrical-coordinate representation of color #7D934B: hue angle of 78.33º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7D934B is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 147 | 75 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.42 |
| HSL | 78.33º | 0.32% | 0.44% | - |
| HSV(B) | 78.33º | 0.49% | 0.58% | - |
| XYZ | 20.16 | 25.74 | 10.56 | - |
| YUV | 132.21 | 95.71 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 147 | 75 | 0.15 | 0 | 0.49 | 0.42 | 78.33 | 0.32 | 0.44 |
| Hex | 7D | 93 | 4B | F | 0 | 31 | 2A | 4E | 20 | 2C |
| Octal | 175 | 223 | 113 | 17 | 0 | 61 | 52 | 116 | 40 | 54 |
| Binary | 1111101 | 10010011 | 1001011 | 1111 | 0 | 110001 | 101010 | 1001110 | 100000 | 101100 |
Color Harmonies of #7D934B
Complementary color
Monochromatic Colors of #7D934B
Black with #7D934B
Text Example
Text Example
White with #7D934B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D934B; }
p { color: rgb(125,147,75); }
H1.HeaderClassName
{
color: #7D934B;
}
.AnyTagClassName
{
color: #7D934B;
}
</style>
background-color css
<style>
a { background-color: #7D934B; }
a { background-color: rgb(125,147,75); }
div.DivClassName
{
background-color: #7D934B;
}
.BgClassName
{
background-color: #7D934B;
}
</style>
border-color css
<style>
span { border-color: #7D934B; }
span { border-color: rgb(125,147,75); }
td.TdClassName
{
border-color: #7D934B;
}
.TagClassName
{
border-color: #7D934B;
}
</style>